Skip to content

Instantly share code, notes, and snippets.

@quinndiggity
Forked from mamonu/qcow2vdi.sh
Created August 7, 2018 01:53
Show Gist options
  • Save quinndiggity/098cc8577c6d4132aa07d21d926c07ac to your computer and use it in GitHub Desktop.
Save quinndiggity/098cc8577c6d4132aa07d21d926c07ac to your computer and use it in GitHub Desktop.
convert a qcow2 vm to a VirtualBox vm format
qemu-img convert -O vdi gnome.qcow2 gnome.vdi
#if its a raw image then:
VBoxManage convertdd opnstk.raw VBox.vdi --format VDI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment