Error launching VB after restoring linux system: Kernel driver not installed (rc=-1908)

Discussions related to using VirtualBox on Linux hosts.
Post Reply
ripstop
Posts: 7
Joined: 16. Jun 2016, 23:59

Error launching VB after restoring linux system: Kernel driver not installed (rc=-1908)

Post by ripstop »

I'm running a Windows guest on a Ubuntu host. I recently restored backups of the Ubuntu host including all the data, which includes VirtualBox app and the virtual machines. The host restore went fine, but when I launch VB, I receive the following message:

Image

From a little googling, it doesn't seem there is any consensus on a good fix that doesn't require running rcvboxdrv after each boot. Any suggestions?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Error launching VB after restoring linux system: Kernel driver not installed (rc=-1908)

Post by Perryg »

Post the guests log file ( as an attachment ). Right click on the guest in the Main Manager then click show log. Save and post as an attachment. Compress if it is too large to post.
ripstop
Posts: 7
Joined: 16. Jun 2016, 23:59

Re: Error launching VB after restoring linux system: Kernel driver not installed (rc=-1908)

Post by ripstop »

Turns out the suggestion made by the popup worked for me, even though it failed for a lot of people and seems to be a known bug. https://www.virtualbox.org/ticket/15055

The bug was fixed after version 5.0.14, and I'm on 5.0.20, so it's all good. :)

I ran

Code: Select all

sudo /sbin/rcvboxdrv setup
and it completed without error.
Post Reply