Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2022 14:36:52 +1100
From:      <jason@tubnor.net>
To:        "'Xavier Humbert'" <xavier@xavierhumbert.net>, <freebsd-virtualization@freebsd.org>
Subject:   RE: Ubuntu guest Grub prompt
Message-ID:  <01af01d82c54$6d275980$47760c80$@tubnor.net>
In-Reply-To: <25130fd1-7f8a-f9fe-25b6-65776e0e1ac4@xavierhumbert.net>
References:  <25130fd1-7f8a-f9fe-25b6-65776e0e1ac4@xavierhumbert.net>

next in thread | previous in thread | raw e-mail | index | archive | help

> -----Original Message-----
> From: owner-freebsd-virtualization@freebsd.org <owner-freebsd-
> virtualization@freebsd.org> On Behalf Of Xavier Humbert
> Sent: Sunday, 27 February 2022 9:19 PM
> To: freebsd-virtualization@freebsd.org
> Subject: Ubuntu guest Grub prompt
>=20
> Hi,
>=20
> I've installed (many tries) Ubuntu 21 as guest on FreeBSD 13
>=20
> Installation runs without problem, but a boot, it drops to grub =
prompt.
> I know how to boot (set prefix=3D(hd0,gpt2)/boot/grub etc...)
>=20
> But how to fix permanently ?
>=20


I haven't used any of the grub shims since UEFI support was implemented. =
Here is a basic config of mine for Ubuntu 20.04 (hostbridge probably =
doesn't need to be there):

loader=3D"uefi"
graphics=3D"yes"
hostbridge=3D"amd"
cpu=3D2
memory=3D2G
disk0_type=3D"nvme"
disk0_name=3D"disk0"
disk0_dev=3D"sparse-zvol"
graphics_port=3D"5900"
graphics_res=3D"1024x768"
xhci_mouse=3D"yes"
utctime=3D"yes"
virt_random=3D"yes"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01af01d82c54$6d275980$47760c80$>