背景,从kali官网,下载文件kali-linux-2021.2-virtualbox-amd64.ova,导入后启动,发现报如下错误:
Implementation of the USB 2.0 controller not found!
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.
Note! This error could also mean that an incompatible version of the 'Oracle VM VirtualBox Extension Pack' is installed (VERR_NOT_FOUND).
返回 代码:E_FAIL (0x80004005)
组件:ConsoleWrap
界面:IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
解决方案:
根据上面的提示,disable掉USB的接口就可以了,打开USB设备,去勾选“启用USB控制器”,然后重新启动,成功啦!~