tandasat / MiniVisorPkg

The research UEFI hypervisor that supports booting an operating system.
https://standa-note.blogspot.com/2020/03/introduction-and-design-considerations.html
MIT License
534 stars 87 forks source link

Crash after ExitBootServicesHandler running windows bootloader #12

Open CycloneRing opened 1 year ago

CycloneRing commented 1 year ago

Hey, I followed all the steps on your Hyper-V tutorial, Everything loads just fine but after I try to load the windows bootloader it gives the following error in image and restart.

I have Intel Core i9 12900KS, Windows 11 x64 Host and Windows 10 1903 x64 on guest, VMX is enabled on VM.

error

Note that this happens only if I use more than 1 core for the hyper-v, I use 8 cores and it crashes, I use 1 it works.

subvert0r commented 2 months ago

Hey, I followed all the steps on your Hyper-V tutorial, Everything loads just fine but after I try to load the windows bootloader it gives the following error in image and restart.

I am having the same issue, did you find the root of the problem?