virtualbox使用已有的虛擬硬盤出錯:
問題描述:UUID已經存在
Cannot register the hard disk ‘E:system_isocentos6.8.vdi’ {05f096aa-67fc-4191-983d-1ed00fc6cce9}
because a hard disk ‘E:system_isocentos68_02centos6.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:APPaux_toolsVirtualBox)
2.執行 vboxmanage 生成新的 UUID
格式: vboxmanage internalcommands sethduuid X:pathxxx.vdi
vboxmanage internalcommands sethduuid
?
? 版權聲明
文章版權歸作者所有,未經允許請勿轉載。
THE END