我的环境:

Virtualbox 4.3.10 r93012

操作系统:win7

 

问题:Virtualbox在使用拷贝的虚拟盘时会提示uuid冲突:

Because a hard disk with uuid ‘’ already exists.

 Vboxmanage改动uuid报错的解决的方法

 

依照网上的说法,执行VBoxManage改动uuid报错:

D:\Program Files\Oracle\VirtualBox>VBoxManage  internalcommands sethduuid D:\vm\

rac1\model.vdi

VBoxManage.exe: error: Failed to create the VirtualBox object!

VBoxManage.exe: error: Code E_INVALIDARG (0x80070057) - One or more arguments ar

e invalid (extended info not available)

VBoxManage.exe: error: Most likely, the VirtualBox COM server is not running or

failed to start.

 

 

解决的方法:

vboxmanage改动为以兼容模式执行这个程序就可以。例如以下图:

Vboxmanage改动uuid报错的解决的方法

又一次执行命令就可以:

D:\Program Files\Oracle\VirtualBox>VBoxManage  internalcommands sethduuid D:\vm\

rac1\model.vdi

UUID changed to: f52953fb-b3d1-400c-b345-dc4de6acaf75

相关文章:

  • 2021-11-30
  • 2022-01-21
  • 2021-10-08
  • 2021-04-29
  • 2021-12-04
  • 2022-01-31
  • 2023-03-20
猜你喜欢
  • 2022-01-23
  • 2021-10-20
  • 2022-01-16
  • 2021-08-13
  • 2022-01-06
  • 2021-11-05
相关资源
相似解决方案