geerlingguy / macos-virtualbox-vm

Instructions and script to help you create a VirtualBox VM running macOS.
MIT License
2.55k stars 314 forks source link

VMBox can't boot #74

Open ziqizh opened 4 years ago

ziqizh commented 4 years ago

After selecting the installation drive, I start the VM and it stucks at:

root device uuid is ''
End InitBootStruct
Start LoadRAMDisk
End LoadRAMDisk
Start FinalizeBootStruct
Start RandomSeed
End RandomSeed

And the log is like this:

00:00:08.478039 GUI: 2D video acceleration is disabled
00:00:08.478049 GUI: HID LEDs sync is not supported on this platform
00:00:08.487998 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=0, Machine-state=5
00:00:08.559437 EFI: Adding variable 8be4df61-93ca-11d2-aa0d-00e098032b8c::'BootCurrent' fAttrib=0x6 cbValue=0x2
00:00:08.560164 EFI: Adding variable 4c19049f-4137-4dd3-9c10-8b97a83ffdfa::'MemoryTypeInformation' fAttrib=0x3 cbValue=0x40
00:00:08.633646 EFI: VBoxDbg> loadimage64 'boot.efi' 0xdadc5000 LB 0x8e000
00:00:08.634286 EFI: Adding variable 4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14::'ROM' fAttrib=0x6 cbValue=0x6
00:00:08.634960 EFI: Adding variable 4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14::'MLB' fAttrib=0x6 cbValue=0x142
00:00:12.325270 EFI: Adding variable 7c436110-ab2a-4bbb-a880-fe41995c9f82::'platform-uuid' fAttrib=0x7 cbValue=0x10
00:00:12.338061 IEM: wrmsr(0x8b,0x0`00000000) -> #GP(0)

My version is Version 5.2.34_Ubuntu r133883

Any Ideas? Thank you!