1
  1. I recently upgraded from Ubuntu 18.04 LTS to 19.10 running now on 4.15.0-1079-oem x86_64 kernel.
  2. Since the upgrade Virtualbox is not working anymore. I tried to install the shipped version from Ubuntu 6.0.14-dfsg-1 and I also tried the official version from Oracle by adding the correct apt sources and installed virtualbox-6.1 in version 6.1.4-136177~Ubuntu~eoan. But not working as explained later.
  3. Meanwhile I purged everything related to virtualbox and tried to install both Virtualbox packages clean. For both I still get the following errors during the installation and runtime.

Errors I get

During the start of a VM in Virtualbox I get:

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'

as root.

If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.

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

If I follow the instruction and do the modprobe I get:

# sudo modprobe vboxdrv
modprobe: ERROR: could not insert 'vboxdrv': Exec format error

dmesg meanwhile shows:

[   50.877935] PKCS#7 signature not signed with a trusted key
[   50.878345] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc 00000000ba2f4083, val ffffffffc10a4a7f

This error is weird, because I have Secure Boot disabled.

# mokutil --sb-state
SecureBoot disabled

and double checked by:

# mokutil --disable-validation

What I already found, but did not help

I was already googling around for hours.

  1. Some say, it's because of the binutils which got "bricked" since version > 2.30. I have 2.33-2ubuntu1.2 installed, but cannot downgrade in 19.10 without breaking everything.
  2. It says the current kernel has problems, as the full Retpoline fixes has not been fully added and --force-vermagic should be added to modprobe but this didn't help either.

Other kernel modules are working fine. I could install wireguard without any problems.

I come to a point, where I give up totally frustrated and hope I can find some help here.

f0sh
  • 126

0 Answers0