From nobody Mon Feb 28 03:36:52 2022 X-Original-To: freebsd-virtualization@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D7AA219D2F59 for ; Mon, 28 Feb 2022 03:37:05 +0000 (UTC) (envelope-from jason@tubnor.net) Received: from mail.tubnor.net (mail.tubnor.net [103.236.162.16]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4K6Qzh31hPz3QwS for ; Mon, 28 Feb 2022 03:37:04 +0000 (UTC) (envelope-from jason@tubnor.net) Received: from THEMASTER (119-18-29-78.77121d.mel.static.aussiebb.net [119.18.29.78]) by mel01.ar18.net (OpenSMTPD) with ESMTPSA id ebe19f1e (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Mon, 28 Feb 2022 14:36:52 +1100 (AEDT) From: To: "'Xavier Humbert'" , References: <25130fd1-7f8a-f9fe-25b6-65776e0e1ac4@xavierhumbert.net> In-Reply-To: <25130fd1-7f8a-f9fe-25b6-65776e0e1ac4@xavierhumbert.net> Subject: RE: Ubuntu guest Grub prompt Date: Mon, 28 Feb 2022 14:36:52 +1100 Message-ID: <01af01d82c54$6d275980$47760c80$@tubnor.net> List-Id: Discussion List-Archive: https://lists.freebsd.org/archives/freebsd-virtualization List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQIUCezo6EDqVJkMX7X8xCY8jKTsj6wwlBXw Content-Language: en-au X-Rspamd-Queue-Id: 4K6Qzh31hPz3QwS X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of jason@tubnor.net designates 103.236.162.16 as permitted sender) smtp.mailfrom=jason@tubnor.net X-Spamd-Result: default: False [-1.30 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[jason]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:103.236.162.16]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[tubnor.net]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_SPAM_SHORT(1.00)[1.000]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FROM_NO_DN(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; MLMMJ_DEST(0.00)[freebsd-virtualization]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:133159, ipnet:103.236.162.0/23, country:AU]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N > -----Original Message----- > From: owner-freebsd-virtualization@freebsd.org 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"