virtualbox导入vdi文件时出现下面的问题:
打开hard disk D:softwareGT5.0.0.vdi 失败
Cannot register the hard disk 'D:softwareGT5.0.0.vdi' with UUID {jfldk-fdjklf-sljk-fdjl-fdjsfld} because a hard disk 'D:softwareGT4.3.vdi' with UUID {jfldk-fdjklf-sljk-fdjl-fdjsfld} already exists in the media registry ('C:Usersuser.VirtualBoxVirtualBox.xml')
解决方法:
用命令行进入VirtualBox的安装目录,使用下面的命令:
C:Program FilesSunVirtualBox>VBoxManage internalcommands setvdiuuid D:pathubuntu.vdi
注意,在virtualbox4.0.4以上该命令改为
C:Program FilesSunVirtualBox>VBoxManage internalcommands sethduuid D:pathubuntu.vdi
然后重新导入即可。
这是一个重新设置UUID号的命令,VirtualBox没有集成到GUI环境中,只能在命令行中使用。
命令有误,应为:VBoxManage internalcommands sethduuid "D:sample.vdi"
注:本人的例子为:VBoxManage internalcommands sethduuid "e:kimball3.vmdk"
http://blog.sina.com.cn/s/blog_63fe27080100hjxc.html