Created
February 9, 2013 17:40
-
-
Save markysharky70/4746244 to your computer and use it in GitHub Desktop.
How to fix VirtualBox uuid already exists error as shown below: Failed to open the hard disk /media/xxx/XXX.VHD. Cannot register the hard disk '/media/xxx/XXX.VHD' {f9d5c07a-a492-4444-8f63-efb4a4} because a hard disk '/media/xxx/XXX.VHD' with UUID {f9d5c07a-a492-4444-8f63-efb4a4} already exists. Result Code: NS_ERROR_INVALID_ARG (0x80070057)
Com…
This file contains 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
VBoxManage internalcommands sethduuid XXX.VHD (if not in the current path use full path to .vdh file) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment