
Scenario 1: You will sign in within a short time.You will see the main page of OS X, open App Store.Restore Time Machine Backups (if you have).Even if you have an Apple ID, do not enter now. You will be asked to enter your Apple ID.After installation completes, the virtual machine will automatically shut down.Choose that storage for the installation of OS X to install. You will find a new storage media, which is like a hard disk.You will be prompted to enter the name for the storage.Erase the Storage by clicking the 'Erase' button on the top.Note: You may have to select View/View All Devices You will see a window with different storages on the left.


$ vboxmanage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1 $ vboxmanage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" $ vboxmanage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple" $ vboxmanage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" $ vboxmanage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3" VBoxManage.exe setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1 VBoxManage.exe setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" VBoxManage.exe setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple" VBoxManage.exe setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" VBoxManage.exe setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
#How to install mac os x on virtualbox sierra windows#
Windows cd "C:\Program Files\Oracle\VirtualBox\" Just don't forget to replace "Your Vm Name" with your virtual machine's name.
