Skip to content

Instantly share code, notes, and snippets.

@kungfuchicken
Forked from hightemp/gist:11196851
Last active May 7, 2020 09:01
Show Gist options
  • Save kungfuchicken/5c39991d1ee2fa32641c87eb49afce6b to your computer and use it in GitHub Desktop.
Save kungfuchicken/5c39991d1ee2fa32641c87eb49afce6b to your computer and use it in GitHub Desktop.
Convert .vdi to .img
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