注意事项:
1.virtual box里面选择的系统镜像一定匹配系统镜像版本。
2.dmg格式需要转换为iso格式
3.设置好后 需要单独运行一些指令 来能够启动系统安装
指令中的OSX指的是 虚拟机在virtual box中的名字
切换到virtual box安装目录
VBoxManage setextradata OSX "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata OSX "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata OSX "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata OSX "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata OSX "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
pause
以上做法基于mac os 10.13 virtual box 6.1