[Bug 278941] Virtual machine with Debian 12 guest gets stuck after S3 mode

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 13 May 2024 18:46:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278941

--- Comment #6 from mario felicioni <marietto2008@gmail.com> ---
I tried to boot your image with my bhyve parameters :

bhyve -S -c sockets=2,cores=2,threads=2 -m 4G -w -H -A \
-s 0,hostbridge \
-s 1,ahci-hd,/bhyve/debian12-test1/disk0.img,bootindex=1 \
-s 13,virtio-net,tap1 \
-s 14,virtio-9p,sharename=/ \
-s 29,fbuf,tcp=0.0.0.0:5904,w=1600,h=950,wait \
-s 30,xhci,tablet \
-s 31,lpc \
-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CODE.fd \
vm0:4 < /dev/null & sleep 2 && vncviewer 0:4

but it didn't booot. Does your image uses UEFI or BIOS ? I can't boot BIOS
images,only UEFI.

-- 
You are receiving this mail because:
You are the assignee for the bug.