Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 820 Bytes

Virtual Appliance.md

File metadata and controls

19 lines (14 loc) · 820 Bytes

Ensure non-free repo is enabled!

OVA:

VHD:

  • Copy from dev master which was used to create OVA.
  • Extract VMDK file from OVA.
  • With VirtualBox installed, convert the VMDK file with the following command: "c:\Program Files\Oracle\VirtualBox\VBoxManage.exe" clonemedium --format vhd NEMS-disk1.vmdk NEMS.vhd

QCOW2:

  • Extract VMDK from OVA.
  • On Linux, install qemu-utils
  • Convert: qemu-img convert -f vmdk -O qcow2 nems.vmdk nems.qcow2