Home > Database > Mysql Tutorial > body text

Vboxmanage修改uuid报错的解决办法

WBOY
Release: 2016-06-07 16:06:39
Original
1447 people have browsed it

我的环境: Virtualbox 4.3.10 r93012 操作系统:win7 问题:Virtualbox在使用拷贝的虚拟盘时会提示uuid冲突: Because a hard disk with uuid already exists. 按照网上的说法,运行VBoxManage修改uuid报错: D:\Program Files\Oracle\VirtualBoxVBoxManage

我的环境:

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

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template