[Fixed] kernel driver not installed (rc=-1908) on CentOS 7.6 kernel-lt-4.4 ...

Discussions about using Linux guests in VirtualBox.
Post Reply
ikfredje
Posts: 2
Joined: 5. Mar 2019, 15:12

[Fixed] kernel driver not installed (rc=-1908) on CentOS 7.6 kernel-lt-4.4 ...

Post by ikfredje »

I have VirtualBox 6.0.4 r128413 (Qt5.6.1) installed and it is running fine when I boot the CentOS with the 3.10 stock kernel.

However when I boot with the kernel-lt-4.4.168-1.el7.elrepo.x86_64 I get the (infamous) kernel driver not installed (rc=-1908) error (I need the 4.4 kernel to correctly use large (> 1920x1080) displays)).

Following the instructions (execute /sbin/vboxconfig as root) fails:

Code: Select all

$ sudo /sbin/vboxconfig
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
grep: Unmatched ) or \)
vboxdrv.sh: failed: Look at /var/log/vbox-setup.log to find out what went wrong.

There were problems setting up VirtualBox.  To re-start the set-up process, run
  /sbin/vboxconfig
as root.
$
and the messages logged in /var/log/vbox-setup.log contain no useful information:

Code: Select all

$ cat /var/log/vbox-setup.log
Building the main VirtualBox module.
Error building the module:
$
I have checked that kernel-lt-devel-4.4.168-1.el7.elrepo.x86_64 is installed.

I've tried to search the web but have not found anything that solves the issue.

Where should I look ?
Last edited by socratis on 5. Mar 2019, 18:46, edited 1 time in total.
Reason: Marked as [Fixed].
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: kernel driver not installed (rc=-1908) on CentOS 7.6 kernel-lt-4.4 ...

Post by socratis »

Four places actually:
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
ikfredje
Posts: 2
Joined: 5. Mar 2019, 15:12

[Solved] Re: kernel driver not installed (rc=-1908) on CentOS 7.6 kernel-lt-4.4 ...

Post by ikfredje »

Many thanks: downloading and installing the version 6.0.5 solved the issue.
(I've been battling this issue for weeks now)
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: kernel driver not installed (rc=-1908) on CentOS 7.6 kernel-lt-4.4 ...

Post by socratis »

That's what playing with the newest of newest will do... ;)

If you want to use the latest version for your host/guests, you should also consider doing the same for VirtualBox and try the latest test builds. Either the current series "Test Builds", or the experimental, next-gen, "Development Snapshots...

Just as a warning, don't go to the Linux 5.0.0 kernel, it's not working yet, it needs patches that haven't landed yet as of this writing... :?

Marking as [Fixed].
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply