I never can start any virtual machine in virtualbox! : Error “Kernel driver not installed (rc=-1908)”

I installed VirtualBox using sudo apt-get install virtualbox.

Every time I try to start a virtual machine, I get this error:

img_kernel-driver

I logged in as root, and typed this into the terminal: modprobe vboxdrv and I got another error:

img_terminal_error

I also got another error:

img_virtualbox_error

(More info: I am using Ubuntu 16.04)

Help!!!

5

1 Answer

Reinstall the virtualbox-dkms package by running the following commands

sudo apt-get install linux-headers-generic build-essential dkms
sudo apt-get remove --purge virtualbox-dkms
sudo apt-get install virtualbox-dkms
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like