天天看點

virtualbox啟動報錯:Interface VirtualBox Host-Only Ethernet Adapter is not a Host-Only Adapter interface

參考:參考:windows下VirtualBox使用過程中遇到的一個錯誤

報錯資訊:

Interface ('VirtualBox Host-Only Ethernet Adapter') is not a Host-Only Adapter interface (VERR_INTERNAL_ERROR).

virtualbox啟動報錯:Interface VirtualBox Host-Only Ethernet Adapter is not a Host-Only Adapter interface

應該是windows10作業系統更新導緻host-only網卡莫名消失了

第1步:安裝host-only Ethernet Adapter

在指令提示符下直接輸入指令:

hdwwiz

打開“新增硬體向導”,點選從磁盤安裝,點選浏覽選擇VirtualBox安裝目錄下的D:\Program Files\Oracle\VirtualBox\drivers\network\netadp6 \VBoxNetAdp6.inf,點選确定

于是出現了VirtualBox Host-Only Ethernet Adapter

第2步:恢複原來ip位址配置

需要檢視host-only的ipv4位址,有可能變成自動擷取ip了。配置成之前的固定ip。

virtualbox啟動報錯:Interface VirtualBox Host-Only Ethernet Adapter is not a Host-Only Adapter interface

第3步:切換下網絡後啟動

選擇你要啟動的虛拟機,選擇設定->網絡->選擇host-only的網卡

virtualbox啟動報錯:Interface VirtualBox Host-Only Ethernet Adapter is not a Host-Only Adapter interface

在紅框處切換一下,再打開虛拟機就可以了