1
0
-1

VirtualBox 导出虚拟机文件为 ova ,通过 esxi 导入时提示  VirtualHardwareSection  元素错误

缺少子元素“VirtualHardwareSection”。

    Comment添加您的评论…

    1答案

    1.  
      1
      0
      -1

      1、导出时选中 ova 1.0 的标准

      2、安装 ovf tool https://github.com/rgl/ovftool-binaries?tab=readme-ov-file 完成转换

      3、打开 ovf 文件找到 VirtualSystemType 修改值为 vmx-XX  例如 vmx-17

      4、编辑 .mf 文件 删除 SHA256(XXXXX.ovf) 这行

        Comment添加您的评论…