Page 2 of 2

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

Posted: 17. Jul 2016, 17:42
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.