filmov
tv
How to Install macOS on a VirtualBox VM

Показать описание
If you would like to try out the Apple macOS on a virtual machine, you can do so for free using Oracle VirtualBox. You just need to download the macOS ISO file online and then install the operating system on your VM. How well it works will depend on which version of the macOS you are using, where you got it and what version of VirtualBox you are running so your results may vary. If you get the iCloud unsupported device error, you may have to use a local account and try and add your Apple ID later. It seems to work better if you have 2 cores on your processor so make sure to have that configured.
Here is the information from the video.
Use this command to change to your VirtualBox installation directory.
cd "C:\Program Files\Oracle\VirtualBox"
Replace Your VM Name with the name of your virtual machine and run all of the following commands on your host.
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-2BD1B31983FE1663"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
Someone in the comments who was stuck had success by adding this line as well so you might want to try it if you are having issues.
VBoxManage modifyvm "your VM name" --cpu-profile "Intel Core i7-6700K
macOS Monterey ISO file download
Check out our book (VirtualBox Made Easy) that is designed to take your virtualization skills to the next level!
#virtualbox
#macos
Here is the information from the video.
Use this command to change to your VirtualBox installation directory.
cd "C:\Program Files\Oracle\VirtualBox"
Replace Your VM Name with the name of your virtual machine and run all of the following commands on your host.
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-2BD1B31983FE1663"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
Someone in the comments who was stuck had success by adding this line as well so you might want to try it if you are having issues.
VBoxManage modifyvm "your VM name" --cpu-profile "Intel Core i7-6700K
macOS Monterey ISO file download
Check out our book (VirtualBox Made Easy) that is designed to take your virtualization skills to the next level!
#virtualbox
#macos
Комментарии