VirtualBox

Changes between Initial Version and Version 1 of Ticket #11160, comment 6


Ignore:
Timestamp:
Dec 11, 2014 10:04:22 PM (9 years ago)
Author:
dragon788

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11160, comment 6

    initial v1  
    11The correct solution to this is to export as ovf v1 either from the UI, or when running an export from the command line it appears to default to v1.
    22
     3
     4{{{
    35vboxmanage import futsy-v2.ova
     6}}}
     7
    48
    59# A vm's name can be different than the OVA name
     10
     11{{{
    612vboxmanage list vms
     13}}}
     14
    715
    816# VM_NAME from listing above
     17
     18{{{
    919vboxmanage export VM_NAME -o futsy-v1.ova
     20}}}
     21
    1022
    1123# --lax option basically tells the ovftool not to fail on errors, just make them warnings
     24
     25{{{
    1226ovftool --lax futsy-v1.ova futsy-v1.vmx
     27}}}
     28
    1329
    1430This should import and work without issue in VMware Workstation/Fusion/ESXi.

© 2023 Oracle
ContactPrivacy policyTerms of Use