Comment 17 for bug 1818937

Revision history for this message
Tung Chieh Lee (itonylee) wrote :

For the Mac Big sur 11.0.1 or 11.1, the HV_ERROR issue was caused by code signing issue.
the com.apple.vm.hypervisor is deprecated and now is com.apple.security.hypervisor

Following pages worth of checking:
https://stackoverflow.com/questions/64642062/apple-hypervisor-is-completely-broken-on-macos-big-sur-beta-11-0-1
https://superuser.com/questions/1436370/how-to-codesign-gdb-on-os-x-mojave

so, basically, just need to codesign entitlement of qemu-system-x86_64 binary file and it will.

I am now able to boot the linux iso without problem, but Windows 10 iso still hang at boot.....unfortnately.