您的位置:首页 > 其它

VMWare低版本无法打开高版本创建的虚拟机解决方案

2013-11-12 18:47 288 查看
created by a VMware product that is incompatible with this version of VMware

我使用version 8 的虚拟机打开 version 9 的创建的虚拟机系统 抛出错误信息:

The configuration file "vmname.vmx" was created by a VMware product that is incompatible with this version of VMware Workstation and cannot be used.

我是能够解决这个错误,我的主机操作系统的文件系统上通过浏览这个VM的基目录,然后我更新的主要虚拟机配置文件(vmname.vmx)和主VM磁盘的配置文件(vmname.vmdk)

为虚拟机配置文件(VMX),我改了行:

virtualHW.version =“9”

改成

virtualHW.version =“8”

为VM主磁盘文件(VMDK),我改了行:

ddb.virtualHWVersion =“9”



ddb.virtualHWVersion =“8”

现在,VMware version 8 可以运行的虚拟机!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐