[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 23:12:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273560

Dan Langille <dvl@FreeBSD.org> changed:

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

--- Comment #9 from Dan Langille <dvl@FreeBSD.org> ---
Same problem hit me with a Home Assistant install. Downgrading to g202202_10
fix the breakage.

re: https://twitter.com/DLangille/status/1698801184310530135

Lots of start up output in this gist: (linked to from the Twitter thread)
https://gist.github.com/dlangille/24f0690ee0aaa8bba86f08d1b766859b

Config is:

[23:11 r730-01 dvl ~] % cat /usr/local/vm/hass/hass.conf
loader="uefi"
cpu="4"
memory="8GB"
network0_type="virtio-net"
network0_switch="public"
#disk0_type="nvme"
#disk0_type="ahci-hd"
disk0_type="virtio-blk"
disk0_name="disk0.img"
grub_run_partition="1"
grub_run_dir="/boot/grub"
uuid="9aae377a-6c06-11ed-a655-002590fa0f10"
network0_mac="58:9c:fc:08:5d:13"

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