我使用VMplayer并在其中创建了一个虚拟机,我正尝试将其导入到virtualbox中,方法是:
ovftool "C:\Users\admin\Documents\Virtual Machines\Ubuntu\Ubuntu.vmx" C:\Users\admin\export.ovf它将被正确地完成。但是在virtualbox中导入时会出现错误。错误是
Failed to import appliance C:\Users\admin\export.ovf
Error reading C:\Users\admin\export.ovf: unknown element "config" under Item element, line 47.该怎么做..
发布于 2014-04-16 11:38:37
谷歌在这方面提供了帮助。
请参阅此http://praitheesh.blogspot.com.au/2013_09_01_archive.html的第3点
但我会先做个备份
我认为这个想法是编辑OVF文件,因为它是XML
https://stackoverflow.com/questions/23098242
复制相似问题