[Bug 247636] Ubuntu 18.04 & 20.04 guest kernel panic on boot with 12.1 bhyve + graphical UEFI

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 29 22:55:18 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247636

Peter Grehan <grehan at FreeBSD.org> changed:

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

--- Comment #1 from Peter Grehan <grehan at 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 generated by
the firmware. Try

  -s 31,lpc


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

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


More information about the freebsd-virtualization mailing list