Skip to content

Convert OVA to KVM on Mac OS

Eran Tamir edited this page May 24, 2017 · 4 revisions

Prereq

  1. Virtual Box
  2. qemu - brew install qemu
  3. NooBaa release's OVA

Steps

  1. deploy the OVA to Virtual Box, don't start the machine
  2. Check the VMDK path in the Machine -> Settings -> Storage. Select the VMDK location.****
  3. run the following command qemu-img convert -O qcow2 "/NooBaa-1.4.1-disk1.vmdk" "/NooBaa-1.4.1-disk1.qcow2"

Done!

Clone this wiki locally