Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2020 22:55:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 247636] Ubuntu 18.04 & 20.04 guest kernel panic on boot with 12.1 bhyve + graphical UEFI
Message-ID:  <bug-247636-27103-BPOZnGo444@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247636-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247636-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=3D247636

Peter Grehan <grehan@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |grehan@FreeBSD.org

--- Comment #1 from Peter Grehan <grehan@FreeBSD.org> ---
Thanks for testing John.

There is a problem with your config:

  -s 1:0,lpc

With UEFI, this is required to be slot 31 to match the ACPI tables generate=
d by
the firmware. Try

  -s 31,lpc


The '-A' is not needed for this case since the UEFI firmware will be creati=
ng
the ACPI tables and not bhyve itself, but this is harmless.

--=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-247636-27103-BPOZnGo444>