今天用VirtualBox创建虚拟机,复制了一个虚拟硬盘之后,直接添加到列表,发现无法使用....
提示为UUID已经被使用.
查找了一下解决方法:
在命令行中,打开VirtualBox的文件夹,输入以下命令:
VBoxManage internalcommands sethduuid "E:\VirtualBox VMs\XP.vdi"
会提示: UUID changed to: fcc11a69-8b47-4090-a118-67ad29f12d6c(UUID,随机生成)
重新挂载就可以了.