-
-
Save kungfuchicken/5c39991d1ee2fa32641c87eb49afce6b to your computer and use it in GitHub Desktop.
Convert .vdi to .img
This file contains hidden or 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
vboxmanage clonehd image.vdi image.img --format RAW | |
qemu-img convert -f vdi -O raw image.vdi image.img | |
vbox-img convert --srcfilename image.vdi --stdout --srcformat VDI --dstformat RAW image.img |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment