Kernel driver not installed (rc=1908) error.

Discussions related to using VirtualBox on Linux hosts.
DarekDeo
Posts: 1
Joined: 15. Jul 2016, 22:26

Re: Kernel driver not installed (rc=1908) error.

Post by DarekDeo »

I've runned into similar problem.

I might be wrong, but this has been depracted and removed from 5.0 vbox:

Code: Select all

bash: /ect/init.d/vboxdrv: No such file or directory
Run this command in terminal instead:

Code: Select all

/sbin/vboxconfig
However it may give error telling to run

Code: Select all

modprobe vboxdrv
If "modprobe vboxdrv" will give error about “Required key not available", you should disable "Secure Boot":

Code: Select all

sudo apt install mokutil
sudo mokutil --disable-validation
After that reboot Your PC, enter code and disable Secure Boot. Not sure how it will affect system if Windows is on dual boot.
Post Reply