-
Notifications
You must be signed in to change notification settings - Fork 93
Description
I'm testing out Noir by using the UEFI bootloader route with EDK2, everything seems to work fine, I see the NoirVisor initialization at boot, and it says everything is successful and requests enter key to be pressed.
Upon clicking enter key, it goes back to boot select screen where I boot Win10. OS boots fine, but upon checking cpuid leaf vendor, it reports back the same as non virtualized OS. Does not show "NoirVisor ZT".
I assume this means the HV isn't present.
I figured my machine might be soft rebooting itself when returning to boot manager screen where I boot to Win10 after Noir init, so I modified the EFI app to find the bootmgr for Win10 using Simple File System in EDK2, and call load image on bootmgr to auto boot Win10 to prevent a soft reboot by my bios.
Same results though, no cpuid vendor shift to NoirVisor VT. System appears to be devirtualized.
Any thoughts? I am posting this issue early just to see if you know anything regarding, but I'll take a look tomorrow to see if I can figure it out.
Thanks! I love the code and simplicity of Noir.