#!/usr/bin/env bash # untar the ova tar -xvf [path-to-ova] # Convert to qcow2 qemu-img convert -O qcow2 jangow\ 01-disk001.vmdk jangow.qcow2 # Create a new machine in UTM # Select emulated # Select custom # Skip ISO boot # Continue and save # Go to settings # Go to Drives # Delete the IDE drive # Create a new drive # Select "import" # Select the qcow2 # Next # Go to the QEMU tab # UNSELECT UEFI Boot # Save and run