1.如何让VMware低版本运行VMware高版本创建的虚拟机
楼主本机安装的VMware 9.0,拷贝了一份VMware 10.0创建的虚拟机,在运行时报错:
The configuration file "vmname.vmx" was created by a VMware product that is incompatible with this version of VMware Workstation and cannot be used.
解决方法:
1.找到.vmx文件,并用文本编辑器打开;
2.修改virtualHW.version = “10” 为 virtualHW.version = “9”;
3.保存.vmx文件,启动虚拟机。
2.虚拟机CentOS系统忘记密码或者丢失口令
1.在系统启动前按下 [ e ]键;
2.把光标移动到第二行(以kernel /vmlinuz开头的行),再按下 [ e ] 键;
3.<=pc KEYTABLE=us rd_NO_DM rhgb quiet# single(记得空格+single,用来告诉GRUB 引导单用户Linux 模式),然后[Enter]键,使其生效;
4.系统重新跳出启动界面,按[b]键,然后会有shell