参考http://bbs.feng.com/read-htm-tid-9908410.html
特别注意的是:
1、选择以系统管理员身份执行 VirtualBox;
2、需要以系统管理员身份执行 cmd 命令行,然后根据虚拟电脑的名称 OSXElCapitan,在 cmd 命令行依次输入命令如下:
cd "C:\Program Files\Oracle\VirtualBox"
VBoxManage.exe modifyvm "OSXElCapitan" --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff
VBoxManage setextradata "OSXElCapitan" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
VBoxManage setextradata "OSXElCapitan" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "OSXElCapitan" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "OSXElCapitan" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "OSXElCapitan" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
关闭VirtualBox和命令提示符