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

Posted zsychanpin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vboxmanage改动uuid报错的解决的方法相关的知识,希望对你有一定的参考价值。

我的环境:

Virtualbox 4.3.10 r93012

操作系统:win7

 

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

Because a hard disk with uuid ‘’ already exists.

 技术分享

 

依照网上的说法,执行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改动为以兼容模式执行这个程序就可以。例如以下图:

技术分享

又一次执行命令就可以:

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

rac1\model.vdi

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

以上是关于Vboxmanage改动uuid报错的解决的方法的主要内容,如果未能解决你的问题,请参考以下文章

ve2.0 v-for循环报错的解决方案

CentOS 7下使用Apache2部署Django项目,解决文件名中含有中文报错的问题

Python UnboundLocalError: 报错的解决方法

javaweb报错的解决方法

对小白操作Linux系统,解决报错的大概思路

Linux安装ElasticSearch启动报错的解决方法