优选主流主机商
任何主机均需规范使用

解决VirtualBox安装CentOS 6.8时遇到的E_INVALIDARG(0x80070057)错误:详细步骤指南

virtualbox使用已有的虚拟硬盘出错:

问题描述:uuid已经存在

cannot register the hard disk ‘e:\system_iso\centos6.8.vdi’ {05f096aa-67fc-4191-983d-1ed00fc6cce9}

because a hard disk ‘e:\system_iso\centos68_02\centos6.8.vdi’ with uuid {05f096aa-67fc-4191-983d-1ed00fc6cce9} already exists.

错误代码:

返回 代码:e_invalidarg (0x80070057)

组件:virtualboxwrap

界面:ivirtualbox {0169423f-46b4-cde9-91af-1e9d5b6cd945}

被召者 rc:vbox_e_object_not_found (0x80bb0001)

解决方法:

1.打开cmd ,切换目录至virtual box的安装目录下:(我的在: d:\app\aux_tools\virtualbox)

2.执行 vboxmanage 生成新的 uuid

格式: vboxmanage internalcommands sethduuid x:\path\xxx.vdi

vboxmanage internalcommands sethduuid “e:\system_iso\centos68_01\centos6.8.vdi”

未经允许不得转载:搬瓦工中文网 » 解决VirtualBox安装CentOS 6.8时遇到的E_INVALIDARG(0x80070057)错误:详细步骤指南