Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2024 07:38:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 278941] Virtual machine with Debian 12 guest gets stuck after S3 mode
Message-ID:  <bug-278941-27103-An3VZsY5Xj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278941-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278941-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278941

--- 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 fi=
nd
that Debian will not boot. The solution is here :

https://www.cyberciti.biz/faq/how-to-install-linux-vm-on-freebsd-using-bhyv=
e-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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278941-27103-An3VZsY5Xj>