之前在黑苹果系统安装与使用中介绍过如何在虚拟机中安装黑苹果。
最近在Linux上尝试安装
从DrDonk unlocker下载4.2.6解锁工具
在VMware配置文件中添加
开启虚拟机时,提示The CPU has been disabled by the guest operating system. Power off or reset...
在vmx中添加以下内容
1 2 3 4 5 6 7 8 9 10 11 12 13
| cpuid.0.eax = "0000:0000:0000:0000:0000:0000:0000:1011" cpuid.0.ebx = "0111:0101:0110:1110:0110:0101:0100:0111" cpuid.0.ecx = "0110:1100:0110:0101:0111:0100:0110:1110" cpuid.0.edx = "0100:1001:0110:0101:0110:1110:0110:1001" cpuid.1.eax = "0000:0000:0000:0001:0000:0110:0111:0001" cpuid.1.ebx = "0000:0010:0000:0001:0000:1000:0000:0000" cpuid.1.ecx = "1000:0010:1001:1000:0010:0010:0000:0011" cpuid.1.edx = "0000:0111:1000:1011:1111:1011:1111:1111" smbios.reflectHost = "TRUE" hw.model = "MacBookPro14,3" board-id = "Mac-551B86E5744E2388" keyboard.vusb.enable = "TRUE" mouse.vusb.enable = "TRUE"
|
然后可以正常安装了。