KVM on Windows #147
Unanswered
startergo
asked this question in
Questions and Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Shocker KVM works on Windows!
There is a QEMU fork in combination with the AEHD driver, which is providing full CPU passthrough to QEMU on Windows.
The Device Guard and Credential Guard hardware readiness tool released by Microsoft can disable the Hyper-V Windows 10 features along with Hyper-V. You can either run WHPX or HAXM/EAHD, but not both:
HAXM/EAHD
and enableWHPX
you have to run the tool in reverse order replacing-Disable
switch with-Enable
The catch:
Can't boot any macOS there. As soon as
AVX2
is passed through, theSequoia
panics atcorecrypto
module.Tried booting Mojave with disabled
AVX2
, but it panics too.The machines were built with
Quickemu
onEndeavouros
and they run fine there. See the issue here:MateuszKrawczuk/qemu#2
You can test it like this:
The
EFI
folder whereOpencore
bootloader resides is nested like this in themacos-sonoma
foldermacos-sonoma\EFI\EFI\boot\bootx64.efi
Combine OVMF code and VARS files for Windows:
I can't understand what gives as I can boot
Endeavouros
and I can verify that the CPU is passed through andAVX2
is definitely there:Any ideas? Why can't I boot macOS, which boots fine in Linux with the same configuration?
Beta Was this translation helpful? Give feedback.
All reactions