Always encounter Kerneldrivernotinstalled (rc =-1908) TheVirtualBoxLinuxkerneldriver (vboxdrv) iseithernotloadedorthereisapermissionproblemwith/dev/vboxdrv. Re-setuptheker
When using virtual machine VBOX in Ubuntu
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 shocould install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
This is the case. Generally, you only need to reinstall VBOX to solve this problem. However, after reinstalling the VBOX, the problem will occur again after the computer is restarted, which is very depressing, if you don't fix the root cause, you have to install VBOX once before you start the computer to use VBOX. This is very troublesome. So I consulted the children's shoes in the Ubuntu group.
The reply is that my VBOX lacks some necessary module-assistant.
Therefore, you must install module-assistant for the system.
Sudo apt-get install module-assistant
Then load
Sudo modprobe vboxnetflt
After the completion, the Kernel driver not installed (rc =-1908) will no longer appear, and the XP startup screen will be displayed smoothly ~