Page 1 of 1

(SOLVED) virtualbox error - Kernel driver not installed (rc=-1908)

Posted: 26. Aug 2020, 01:23
by fantomframe
Hello,
I have a new install of Ubuntu 20.04.1 LTS, I installed vitualbox and created a virtual harddrive.
When I press start to continue the process I get this error,

Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please reinstall virtualbox-dkms package and load the kernel module by executing

'modprobe vboxdrv'

I have reinstalled virtualbox-dkms and used the above command and nothing, I just get,

modprobe: ERROR: could not insert 'vboxdrv': Operation not permitted

From what I have read I think it has something to do with EFI Secure Boot enabled, but not sure.
Can someone point me in the right direction?

Thanks

Solution
I used the install method provided here on virtualbox.org,
did away with the ubuntu software install.

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

Posted: 26. Aug 2020, 14:55
by scottgus1
fantomframe wrote:I have reinstalled virtualbox-dkms
I have very little experience in Linux, but I have read that Official Virtualbox from https://www.virtualbox.org/wiki/Linux_Downloads does not use dkms anymore. So you're likely getting the fork of Virtualbox provided by the Linux distro. Linux gurus have typically wanted folks using the fork to switch to official Virtualbox.

Also try googling the error with site:forums.virtualbox.org added, as this error has arisen before.

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

Posted: 26. Aug 2020, 16:09
by fantomframe
Thanks