虚拟机更换VDI文件,启动时会出现 “UUID already exists”的错误,这是因为删除虚拟机时候没有选择“删除所有”,只是选择移除造成的。
VBoxManage.exe internalcommands sethduuid +“你的虚拟硬盘”
C:\Users\xqzt>cd C:\Software\Oracle\VirtualBox C:\Software\Oracle\VirtualBox>VBoxManage.exe internalcommands sethduuid "E:\VirtualBox VMs\Oracle 11g-Standby\Centos 6.4.vdi" UUID changed to: 750a847b-5034-49ce-b720-112f008ad8e0 C:\Software\Oracle\VirtualBox>
现在就可以正常添加了
管理-》虚拟介质管理-》去掉带感叹号的 然后重新添加
去掉UUID相同的
VirtualBox中出现UUID have already exists 解决方法
原文:http://www.cnblogs.com/xqzt/p/5053338.html