VMware 打开.ova文件,提示Failed to query source for information的解决办法

      VMware 打开.ova文件,提示Failed to query source for information的解决办法
      作者:hws000(hws.000#163.com)
      声明:版权所有,转载请联系作者。
      出处:http://blog.csdn.net/hws000/article/details/8611463

    从网上下了个.ova文件的镜像,说是用“VirtualBox or other virtualization engines”打开。结果用我仅有的VMware打开时提示Failed to query source for information错误。
    在Google上找到2个老外的解决办法(http://serverfault.com/questions/202832/vmware-ova-file):
        Convert the .ova file to an .vmx with the VMWare ovftool: http://www.vmware.com/resources/techresources/1013
        The converted .vmx file can be executed with VMWare Player.


        Have you tried unzipping the .OVA into an .OVF?
        edit - found THIS, quite useful.
    第1个方法看着就麻烦,没试。第2个方法改成.zip后缀解压后.ovf文件提示同样的错误。但是解压后只有.vmdk和.ovf两个文件,.ovf只有16K没什么有用的东西,用一个装好的虚拟机挂载vmdk,磁盘里的文件可以正常访问。
    果断关掉虚拟机,创建一个新的虚拟机,使用已经存在的vmdk文件,启动OK,问题解决。
    方法1应该是正统的,有时间可以试一试。建新虚拟机的方法貌似是条邪路,其它方法都不好使的时候再用^_^
    系统启动后竟然要用户名、密码,找密码去……

你可能感兴趣的:(系统)