Skip to content

Instantly share code, notes, and snippets.

@soardex
Created May 17, 2015 14:13
Show Gist options
  • Select an option

  • Save soardex/9aaa125448f74b393981 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

前来学习

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