AlexanderWillner / runMacOSinVirtualBox

Run macOS 10.16 Big Sur (and other versions) in VirtualBox on macOS
MIT License
937 stars 125 forks source link

Weird bug, IDK where to log #117

Closed minhtt159 closed 3 years ago

minhtt159 commented 3 years ago

I have my installer in /Application folder, then run make all After a while, VirtualBox shows this bug.

image

minhtt159 commented 3 years ago

The installer is macOS 10.15.4

humanpoweredd commented 3 years ago

If booting fails, you'll need to try applying a different CPU profile and CPUID setting.

I get a similar problem on my AMD machine if I don't modify the VM settings.

From command line/Terminal:

VBoxManage modifyvm "" --cpu-profile "Intel Core XXXXXX" --cpuidset

See this.

Hopefully that'll work.