0

Every time I start any virtual machine it give's me error:

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. Please reinstall the kernel module by executing '/etc/init.d/vboxdrv setup'as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.

I tried installing kernel driver again but no success. I'm using ubuntu 16.10 and really want that specific version 4.3

Mani
  • 1

1 Answers1

1

Secure boot is something new since 16.04. It's a feature to assure that no rogue software gets installed on your computer. It kind of mimics a similar thing from Windows OS. You can safely turn it off in Ubuntu, especially if you have to load custom drivers.

Boot your computer and enter the BIOS by hitting the appropriate function key (F2?) or DEL or ESC. Go to the security tab/section, and find secure boot and disable it. Exit the BIOS and reboot your computer and you should be fine. If not, you may still need to do a sudo /etc/init.d/vboxdrv setup in the terminal application.

Also note that there are newer versions of Virtualbox that you should install... v5.0 and v5.1.

heynnema
  • 73,649