VirtualBox错误VERR_SUPDRV_COMPONENT_NOT_FOUND


1

我正在使用带内核的Fedora 12 stv-fedora 2.6.31.12-174.2.22.fc12.i686

我已经安装了VirtualBox OSE v3.1.4-1.fc12。当我启动VirtualBox时,我收到以下错误:

无法启动虚拟机WinXP32。
无法打开/创建内部网络'HostInterfaceNetworking-eth0'(VERR_SUPDRV_COMPONENT_NOT_FOUND)。
其中一个内核模块未成功加载。确保没有
  存在来自旧版VirtualBox的内核模块。然后尝试
  通过执行'/etc/init.d/vboxdrv setup'重新编译并重新加载内核模块
  以root身份(VERR_SUPDRV_COMPONENT_NOT_FOUND)。

但是,如果我运行,/etc/init.d/vboxdrv setup我会收到此错误:

-bash: /etc/init.d/vboxdrv: No such file or directory

如何摆脱错误并运行VirtualBox?

Answers:


1

你只需要输入:

sudo modprobe vboxnetftl

在我的系统(Arch Linux)上,该模块被称为vboxnetfltOO(注意到切换tl)。
Perseids 2016年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.