-
-
Save quinndiggity/098cc8577c6d4132aa07d21d926c07ac to your computer and use it in GitHub Desktop.
convert a qcow2 vm to a VirtualBox vm format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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