Oracle VM VirtualBox安装心得
																 
    最近在安装Oracle VM VirtualBox 报错“不能为虚拟电脑 Kali-Linux-2019.2 打开一个新任务.”

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} 经过查看报错内容发现和 USB 2.0 有点关系,于是经过如下操作: (1)打开Oracle VM VirtualBox 的管理器 (2)点击设置 (3)点击USB设备 (4)取消USB2.0前面的点。 当然这只是处理的一种方法,还有一种方法就是在导入镜像的时候直接去掉USB的链接选项也可以解决这个问题。