Oracle VM VirtualBox安裝心得 最近在安裝Oracle VM VirtualBox 報錯「不能爲虛擬電腦 Kali-Linux-2019.2 打開一個新任務.」
Implementation of the USB 2.0 controller not found!ide
Because the USB 2.0 controller state is part of the saved VM state, the VM cannot be started. To fix this problem, either install the 'Oracle VM VirtualBox Extension Pack' or disable USB 2.0 support in the VM settings.this
Note! This error could also mean that an incompatible version of the 'Oracle VM VirtualBox Extension Pack' is installed (VERR_NOT_FOUND).3d
返回 代碼:E_FAIL (0x80004005)
組件:ConsoleWrap
界面:IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
通過查看報錯內容發現和 USB 2.0 有點關係,因而通過以下操做:
(1)打開Oracle VM VirtualBox 的管理器
(2)點擊設置
(3)點擊USB設備
(4)取消USB2.0前面的點。
固然這只是處理的一種方法,還有一種方法就是在導入鏡像的時候直接去掉USB的連接選項也能夠解決這個問題。code