Skip to content

Instantly share code, notes, and snippets.

@4E71
Created November 6, 2012 21:03
Show Gist options
  • Save 4E71/4027524 to your computer and use it in GitHub Desktop.
Save 4E71/4027524 to your computer and use it in GitHub Desktop.
virtual box: convert vdi to vhd
// Change the UID
>vboxmanage internalcommands sethduuid <NAME_OF_VDI>.vdi
// Clone and change format
>vboxmanage clonehd <NAME_OF_VDI>.vdi --format VHD
// Notes: vboxmanage is located in default installation directory of Virtual Box. If .vdi is currently in use, may
// have to shutdown and remove from the player.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment