VirtualBox USB
USB报错造成虚拟机无法启动
参考 https://blog.csdn.net/zhangbeizhen18/article/details/85228440
详细的出错说明:

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设备,选择USB1.1控制器。
virtualbox下不能分配USB到虚拟机
参考 https://www.cnblogs.com/oglsy/p/4517095.html
参考 https://zhidao.baidu.com/question/1546849705265184707.html
首先 lsusb
可以查看到我们的USB设备,但是虚拟机连接的时候,提示"不能分配USB xxx
到虚拟机"

groupadd vboxusers
//cur_user 为当前用户
sudo usermod -a -G vboxusers cur_user
virtualbox不能使用USB2.0

安装 oracle vm virtualbox extension pack
下载地址 https://www.virtualbox.org/wiki/Downloads
[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-1jXDClSb-1621217517834)(https://taotaodiy-linux.readthedocs.io/en/latest/_images/virtualBoxusb003.png)]

直接安装OK,这个时候,我们的USB控制器就有了多个选项。
原文链接
https://taotaodiy-linux.readthedocs.io/en/latest/env/vbox_usb.html
本文介绍了VirtualBox在使用USB时遇到的常见问题及解决方案,包括USB报错导致虚拟机无法启动、无法分配USB到虚拟机以及不能使用USB2.0的问题。通过选择USB1.1控制器、安装VirtualBox扩展包等方法,可以解决这些问题。

796

被折叠的 条评论
为什么被折叠?



