虚拟机更换VDI文件,启动时会出现 “UUID already exists”的错误,这是因为删除虚拟机时候没有选择“删除所有”,只是选择移除造成的。

VirtualBox中出现UUID have already exists 解决方法

方法一:利用VirtualBox自带的更改uuid号的命令,重新设置这个存储磁盘的 UUID

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>

现在就可以正常添加了

VirtualBox中出现UUID have already exists 解决方法

方法二:在VirtualBox中的虚拟介质管理中把相同的那个uuid给删除掉

管理-》虚拟介质管理-》去掉带感叹号的 然后重新添加

VirtualBox中出现UUID have already exists 解决方法

去掉UUID相同的

VirtualBox中出现UUID have already exists 解决方法

相关文章:

  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2021-11-30
猜你喜欢
  • 2021-04-30
  • 2022-02-01
  • 2021-09-12
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2021-08-14
相关资源
相似解决方案