虚拟机出现invalid configuration file.解决办法

今天把一个红帽的镜像拿到另一台电脑上,竟然用不了,提示出错:invalid configuration file. File "E:\chenjianghua\class vm\Red Hat Enterprise Linux 5.vmx" was created by a VMware product with more features than this version of VMware Workstation and cannot be used with this version of VMware Workstation.
Cannot open configuration file E:\chenjianghua\class vm\Red Hat Enterprise Linux 5.vmx.

解决办法,找到文件夹中的.vmx文件,并用记事本方式打开,发现虚拟机的版本不对应,我用的软件是vmware 6 ,而文本是virtualHW.version = "7" 这样就把这个改成:virtualHW.version = "6",然后保存,再运行虚拟机,OK了。

你可能感兴趣的:(嵌入式学习)