Created
November 6, 2012 21:03
-
-
Save 4E71/4027524 to your computer and use it in GitHub Desktop.
virtual box: convert vdi to vhd
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
// 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