Vmware 11 安装 os x
首先是安装:
1,下载OS X 10.8 Mountain Lion GM Build 12A269.dmg
2,接着用“好压”解压上面的系统,ultra提取InstallESD.dmg制作iso文件。
3,vmware安装os(os安装前的注意事项可以看网上)。
4,加载iso文件安装时出现的问题的解决方案如下:
安装时出现问题解决方案:
1,安装OS X虚拟机错误vcpu-0:VERIFY vmcore/vmm/main/physMem_monitor.c:1123
新建一个虚拟机, 选择客户机操作系统为Apple MacOS X 10.10, 其余参数可以默认。
注意建好之后不要急着打开客户机, 因为直接打开你会发现新建的客户机将会无法启动。
仔细阅读Mac OS X Unlocker for VMware V2.0里面的readme.txt你将会找到答案,VMware 11 默认建立好的OSX客户机直接运行会Crash, 有两个方案解决:
VM换成HW 10
或者编辑VMX文件, 加入smc.version = 0
去客户机的安装目录,打开VMX文件, 比如你的客户机名字为OSX, 这个文件就是OSX.vmx,
你将会看到有一个smc的参数:
smc.present = "TRUE"
把smc.version = 0 加载这个参数后面一行, 保存退出。重新启动客户机发现能正常启动了。
2,DictionaryLoad: Cannot open file "C:\Users\luozl\AppData\Roaming\VMware\config.ini": The system cannot find the file specified.
下面是老外的解答:
down vote
accepted
@rasx,
I ran across your question while looking for the same thing. I hope you‘ve found the answer otherwise but here is the solution if not. This is for VMWare Workstation 6.5 on Windows 7 Pro x64.
1) Close Workstation.
2) Use a command prompt to change directory into: "c:\users\all users\vmware\vmware workstation\" 3) Enter "notepad config.ini"
4) Enter the following 3 lines (cpukHz is true Mhz x1000)
host.cpukHz = "3599000"
host.noTSC = "TRUE"
ptsc.noTSC = "TRUE"
5) Save and exit. Then restart the VMWare Authorization Service.
You shouldn‘t see the error any more and the guest OS clock should be accurate.
Jeff
我的解决方案是;将c:\users\all users\vmware\vmware workstation\ 下面的配置文件拷贝到C:\Users\luozl\AppData\Roaming\VMware\ 下面
用记事本打开虚拟机.vmx后缀的文件,将vmci0.present = "TRUE" 删除