Convert OVA Image to Supported Format
Problem
Environment
Procedure
Step 1: Extract the contents of the OVA file.
❯ ls
ubuntu-18.04-UOI-Physics-v1.2.ova
❯ file ubuntu-18.04-UOI-Physics-v1.2.ova
ubuntu-18.04-UOI-Physics-v1.2.ova: POSIX tar archive
❯ tar -xvf ubuntu-18.04-UOI-Physics-v1.2.ova
x ubuntu-18.04-UOI-Physics-v1.2.ovf
x ubuntu-18.04-UOI-Physics-v1.2-disk001.vmdk
x ubuntu-18.04-UOI-Physics-v1.2.mfStep 2: Inspect the disk image file(s)
Step 3: Install qemu-img - QEMU disk image utility
Step 4: Convert the image format to QCOW2.
Additional Information
Last updated
