VirtualBox The following issue occurred when importing VDI files:
Open Hard disk D:\software\GT5.0.0.vdi failed
Cannot register the hard disk ' D:\software\GT5.0.0.vdi ' withuuid {JFLDK-FDJKLF-SLJK-FDJL-FDJSFLD} because a hard disk ' d:\ Software\gt4.3.vdi ' with UUID {Jfldk-fdjklf-sljk-fdjl-fdjsfld}already exists in the Media registry (' C:\Users\user\. Virtualbox\virtualbox.xml ')
Workaround:
To enter the VirtualBox installation directory using the command line, use the following command:
C:\Program files\sun\virtualbox>vboxmanage internalcommands Setvdiuuid D:\PATH\UBUNTU.VDI
Note that in virtualbox4.0.4 above the command is changed to
C:\Program files\sun\virtualbox>vboxmanageinternalcommands Sethduuid D:\path\ubuntu.vdi
Then re-import it.
This is a command to reset the UUID number, VirtualBox is not integrated into the GUI environment and can only be used on the command line.