Date: Wed, 06 Sep 2023 05:49:57 +0000 From: bugzilla-noreply@freebsd.org To: uboot@FreeBSD.org Subject: [Bug 273560] sysutils/edk2: bhyve flavor causes windows VMs to fail to boot after update to 202308 Message-ID: <bug-273560-39090-isOHAb36lf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273560-39090@https.bugs.freebsd.org/bugzilla/> References: <bug-273560-39090@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=3D273560 --- Comment #10 from Corvin K=C3=B6hne <corvink@FreeBSD.org> --- I'm unable to reproduce the issue yet. I'm running 14.0-ALPHA4. Will retry = with a 13.2 system. Looks like UEFI fails to install ACPI tables. It might be helpful to create= a debug log to further investigate the issue: diff --git a/sysutils/edk2/Makefile b/sysutils/edk2/Makefile index cb6ed51d0105..32e8f63435c7 100644 --- a/sysutils/edk2/Makefile +++ b/sysutils/edk2/Makefile @@ -114,7 +114,8 @@ ONLY_FOR_ARCHS=3D amd64 ONLY_FOR_ARCHS_REASON=3D Bhyve only runs on x64 PLAT=3D bhyve PLAT_ARCH=3D X64 -PLAT_TARGET=3D RELEASE +PLAT_TARGET=3D DEBUG +PLAT_ARGS+=3D -D DEBUG_ON_SERIAL_PORT=3DTRUE PLATFILE=3D OvmfPkg/Bhyve/BhyveX64.dsc PLAT_RESULT=3D BhyveX64/${PLAT_TARGET}_GCC5/FV/BHYVE.fd PLAT_RESULT_CODE=3D BhyveX64/${PLAT_TARGET}_GCC5/FV/BHYVE_CODE.fd --=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-273560-39090-isOHAb36lf>