发布于 2017-10-18 01:28:25 | 117 次阅读 | 评论: 0 | 来源: 网友投递
VirtualBox 开源虚拟机软件
VirtualBox 是一款开源虚拟机软件。VirtualBox 是由德国 Innotek 公司开发,由Sun Microsystems公司Sun Microsystems公司出品的软件,使用Qt编写,在 Sun 被 Oracle 收购后正式更名成 Oracle VM VirtualBox。Innotek 以 GNU General Public License (GPL) 释出 VirtualBox,并提供二进制版本及 OSE 版本的代码。使用者可以在VirtualBox上安装并且执行Solaris、Windows、DOS、Linux、OS/2 Warp、BSD等系统作为客户端操作系统。
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"
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持PHPERZ。