参考这个老外发的视频,https://www.youtube.com/watch?v=7rM5iXOE7aI&ab_channel=TechReviews
相关下载,http://pan.baidu.com/s/1hqlT8xQ
下面是创建虚拟机完成需要运行的命令
VBoxManage.exe modifyvm "虚拟机名字" --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff
VBoxManage setextradata "虚拟机名字" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
VBoxManage setextradata "虚拟机名字" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "虚拟机名字" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "虚拟机名字" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "虚拟机名字" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
使用感受,速度没问题,就是硬盘灯基本停不下来了