Skip to content

Instantly share code, notes, and snippets.

@petergs
Created October 13, 2023 02:41
Show Gist options
  • Select an option

  • Save petergs/a0fa5b3cf75688579b914b1cf66f9813 to your computer and use it in GitHub Desktop.

Select an option

Save petergs/a0fa5b3cf75688579b914b1cf66f9813 to your computer and use it in GitHub Desktop.
Convert ova or vmdx to qcow2 using qemu-img
#!/bin/bash
tar xvf example.ova
qemu-img convert -O qcow2 example.vmdk example.qcow2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment