红联Linux门户
Linux帮助

提示Kernel driver not installed (rc=-1908)的解决

发布时间:2014-05-22 15:22:28来源:红联作者:velcbo
在Linux下用VirtualBox虚拟XP出现下面的错误提示:

引用:
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing
‘/etc/init.d/vboxdrv setup’
as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.


解决的方法就是给系统安装module-assistant模块,执行:

sudo apt-get install module-assistant

然后加载:

sudo modprobe vboxnetflt

至此,问题解决,在linux下使用VirtualBox尽情的虚拟XP系统吧。
文章评论

共有 0 条评论