VirtualBox 导入vdi时报错 Cannot register the hard disk because a hard disk '' with UUID already exists.

今天 在为VirtualBox导入Ubuntu系统时 总是报错 :

Cannot register the hard disk because a hard disk ” with UUID already exists.

解决方法:

     cmd命令行切换到VirtualBox安装目录
     执行  VBoxManage internalcommands sethduuid    Ubuntu.vdi(要加绝对目录)
     重新导入

完美解决!!!

你可能感兴趣的:(VirtualBox 导入vdi时报错 Cannot register the hard disk because a hard disk '' with UUID already exists.)