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"
以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持服務器之家。