Skip to content

Instantly share code, notes, and snippets.

@markysharky70
Created February 9, 2013 17:40
Show Gist options
  • Save markysharky70/4746244 to your computer and use it in GitHub Desktop.
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…
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