Skip to content

Instantly share code, notes, and snippets.

@djraw
Forked from mamonu/qcow2vdi.sh
Created February 25, 2020 16:03
Show Gist options
  • Save djraw/7881d47ecbd8de40018313791fcb6958 to your computer and use it in GitHub Desktop.
Save djraw/7881d47ecbd8de40018313791fcb6958 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