Posted by Krunal Patel on February 23, 2017
This should be done in you Mac and the installer will be placed in /Application/
folder.
Use geerlingguy’s script to prepare a sierra iso file.
git clone https://github.com/geerlingguy/macos-virtualbox-vm.git
cd macos-virtualbox-vm
chmod +x prepare-iso.sh
./prepare-iso.sh /Applications/Install\ macOS Sierra.app /Users/suzy/sierra.iso
You should have your VirtualBox and the Extension Pack installed, or use my ansible role
Settings:
Run following commands and replace “Sierra” with ‘your_sierra_vm_name’.
VBoxManage modifyvm Sierra --cpuidset 00000001 000306a9 00020800 80000201 178bfbff
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
Insert sierra.iso
to the sierra VM’s optical driver, and
follow the instruction to install Sierra.
Note: In the installer, Go to Utilities > Disk Utility. Select the VirtualBox disk and choose Erase to format it as a Mac OS Extended (Journaled) drive.
See also: