Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either no 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. The keeps track of Linux kernel changes and recompiles the Vboxdrv kernel module if necessary.
After executing/etc/init.d/vboxdrv setup, the following error occurred:
[[email protected] ~]#/etc/init.d/vboxdrv Setup
Stopping VirtualBox kernel module [OK]
recompiling VirtualBox kernel module [FAILED]
[Email protected] ~]# Cat/var/log/vbox-install.log
Recompile VirtualBox Driver
[[email protected] ~]#/etc/init.d/vboxdrv Setup
Stopping VirtualBox kernel module [OK]
recompiling VirtualBox kernel module [OK]
Starting VirtualBox kernel module [OK]
You can do it.
The cause may be caused by Ubuntu upgrade!
VirtualBox start times wrong Kernel driver not installed (rc=-1908)