Answer the question
In order to leave comments, you need to log in
MacOS installation on Oracle VM VirtualBox. Why is it stuck on the loading screen?
He does not want to go further than this, who has come across?
Answer the question
In order to leave comments, you need to log in
What processor? What instructions did you follow? Did you change the necessary VM parameters through the command line?
"C:\Program Files\Oracle\VirtualBox\VBoxManage" modifyvm %1 --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
"C:\Program Files\Oracle\VirtualBox\VBoxManage" setextradata %1 "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
"C:\Program Files\Oracle\VirtualBox\VBoxManage" setextradata %1 "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
"C:\Program Files\Oracle\VirtualBox\VBoxManage" setextradata %1 "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
"C:\Program Files\Oracle\VirtualBox\VBoxManage" setextradata %1 "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
"C:\Program Files\Oracle\VirtualBox\VBoxManage" setextradata %1 "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
"C:\Program Files\Oracle\VirtualBox\VBoxManage" setextradata %1 "VBoxInternal2/EfiGraphicsResolution" "1842x1026"
последняя строчка эксперементально подбирается, а в качестве входного параметра имя виртуалки (%1)smc.version = "0"
This command allowed the installation to proceed further:
VBoxManage modifyvm "mac OS 10.15" –-cpu-profile "Intel Core i7-6700K"
cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "mac OS 10.15" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "mac OS 10.15" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "mac OS 10.15" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "mac OS 10.15" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "mac OS 10.15" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "mac OS 10.15" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage modifyvm "mac OS 10.15" –-cpu-profile "Intel Core i7-6700K"
VBoxManage setextradata "mac OS 10.15" VBoxInternal2/EfiGraphicsResolution 1280x1024
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question