VirtualBox UUID already in use
I am playing around with using VirtualBox to run virtual machines and I ran into an issue trying to use a clone (copy) of a VDI file. The VDI file is the hard disk drive and it has a unique identifier in it it (UUID) and so trying to use a clone of one gives you the error: UUID of the hard disk is already exist in the media registry.
To solve it you need to run the following command to change the UUID of the file:
VBoxManage.exe internalcommands sethduuid [VDI file]
Example:
"c:\Program Files\Oracle\VirtualBox\VBoxManage.exe" internalcommands sethduuid
AppFabric.vdi

it's internalcommands, not internal commands. there should be no space. this really ticks me off when people make typos in the most critical areas.
[...] sadev.co.za/content/virtualbox-uuid-already-use [...]
[...] sadev.co.za/content/virtualbox-uuid-already-use [...]
[...] VirtualBox UUID already in use | SADev sadev.co.za/content/virtualbox-uuid-already-use – view page – cached I am playing around with using VirtualBox to run virtual machines and I ran into an issue trying to use a clone (copy) of a VDI file. The VDI file is the hard disk drive and it has a unique identifier in it it (UUID) and so trying to use a clone of one gives you the error: UUID of the hard disk is already exist in the media registry. To solve it you need to run the following command to change... Read moreI am playing around with using VirtualBox to run virtual machines and I ran into an issue trying to use a clone (copy) of a VDI file. The VDI file is the hard disk drive and it has a unique identifier in it it (UUID) and so trying to use a clone of one gives you the error: UUID of the hard disk is already exist in the media registry. To solve it you need to run the following command to change the UUID of the file: VBoxManage.exe internal commands sethduuid [VDI file] Example: "c:\Program Files\Oracle\VirtualBox\VBoxManage.exe" internal commands sethduuid AppFabric.vdi, VirtualBox UUID already in use View page Tweets about this link [...]
Post new comment