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

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 14 May 2024 07:38:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278941

--- Comment #11 from mario felicioni <marietto2008@gmail.com> ---
You are using vm-bhyve and booting the vm using the legacy BIOS. I want to
exclude these parameters. In the past I saw that some obscure problems can
arise using them. So,recreate the problematic vm by using UEFI. You will find
that Debian will not boot. The solution is here :

https://www.cyberciti.biz/faq/how-to-install-linux-vm-on-freebsd-using-bhyve-and-zfs/

Where he says :

Type the following mkdir command and cp command:

mkdir /target/boot/efi/EFI/BOOT/

# copy file - workaround for bhyve grub package #
# Pay attention to destination file bootx64.efi #

cp /target/boot/efi/EFI/debian/grubx64.efi
/target/boot/efi/EFI/BOOT/bootx64.efi

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