Skip to content

Instantly share code, notes, and snippets.

@soardex
Created May 17, 2015 14:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soardex/9aaa125448f74b393981 to your computer and use it in GitHub Desktop.
Save soardex/9aaa125448f74b393981 to your computer and use it in GitHub Desktop.
Convert img to vdi using VirtualBox
# here is the code to convert img to vdi format
# it is useful especially for uefi based image
VBoxManage convertfromraw --format VDI [filename].img [filename].vdi
@xiayang7758
Copy link

前来学习

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment