VBOX启动错误-Kernel driver not installed (rc=-1908)

来源:互联网 发布:js定义map集合 编辑:程序博客网 时间:2024/05/20 03:46

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.

解决方法:
终端下切换为root用户,执行/etc/init.d/vboxdrv setup
问题解决。

0 0
原创粉丝点击