[Bug 258007] bhyve Assertion failed: (!err), function hda_init, file /usr/src/usr.sbin/bhyve/pci_hda.c, line 400
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Aug 2021 10:04:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258007 --- Comment #3 from mario felicioni <marietto2008@gmail.com> --- I tried to boot Ubuntu with these arguments : Code: bhyve -S -c 4 -m 8G -w -H \ -s 0,hostbridge \ -s 1,virtio-blk,/mnt/da1p1/vms/os/ubuntu-budgie-gpu/ubuntu-2104-gpu.img \ -s 6,virtio-net,tap0 \ -s 2,passthru,1/0/0 \ -s 2:1,passthru,1/0/1 \ -s 2:2,passthru,1/0/2 \ -s 2:3,passthru,1/0/3 \ -s 29,fbuf,tcp=0.0.0.0:5900,w=1440,h=900 \ -s 30,xhci,tablet \ -s 31,lpc -l com1,stdio \ -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \ vm0 (I have removed : -s 20,hda,play=/dev/dsp8,rec=/dev/dsp8) the previous error is gone,but ubuntu is not able to boot. It is freezed on a black screen,before to start loading the img file. I hear the noise that it tells that is trying to do something,but it can't for some reason. -- You are receiving this mail because: You are the assignee for the bug.