[Bug 273560] sysutils/edk2: bhyve flavor causes windows VMs to fail to boot after update to 202308

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 05 Sep 2023 13:41:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273560

Olivier Cochard <olivier@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivier@freebsd.org

--- Comment #6 from Olivier Cochard <olivier@freebsd.org> ---
All my FreeBSD EFI VM are failing to boot too with this latest updade.

I'm using vm tool:

VM template named "uefivm":

loader="uefi"
cpu=4
cpu_sockets=1
cpu_cores=2
cpu_threads=2
bhyve_options="-p 0:0 -p 1:1 -p 2:2 -p 3:3"
memory=10G
network0_type="e1000"
network0_switch="public"
disk0_type="ahci-hd"
disk0_name="disk0.img"
disk0_size="16G"


sudo vm iso
https://download.freebsd.org/ftp/releases/ISO-IMAGES/13.2/FreeBSD-13.2-RELEASE-amd64-disc1.iso
sudo vm create -t uefivm fbsd13
sudo vm install fbsd13 FreeBSD-13.2-RELEASE-amd64-disc1.iso
sudo vm console fbsd13
(etc.)
---<<BOOT>>---
Firmware Error (ACPI): A valid RSDP was not found (20201113/tbxfroot-369)
panic: running without device atpic requires a local APIC

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