Skip to content

Instantly share code, notes, and snippets.

@shortcord
Created May 31, 2018 14:48
Show Gist options
  • Save shortcord/8a4465d77c6a410443db6ac6abaf223e to your computer and use it in GitHub Desktop.
Save shortcord/8a4465d77c6a410443db6ac6abaf223e to your computer and use it in GitHub Desktop.
Convert QCOW2 to VDI for Virtualbox
# the -p flag shows progress of qmeu-img
# -O flag sets output of file
# for more view man qmeu-img or https://linux.die.net/man/1/qemu-img
qmeu-img convert -p -O vdi /path/to/qcow2.img /path/to/output.vdi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment