Page 2 of 10 FirstFirst 1234 ... LastLast
Results 11 to 20 of 94

Thread: VBox: Kernel driver not installed (rc=-1908)

  1. #11
    Join Date
    May 2007
    Location
    Europe
    Beans
    295
    Distro
    Ubuntu 22.04 Jammy Jellyfish

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

    Thank you lolpenguin that did it!

    I believe there was a kernel update 2 days ago. Why can't this sort of recompiling be triggered automatically? For a basic user things stopping working overnight poses serious difficulties in adopting Ubuntu.

    I was also far from realizing that remove/install would trigger a recompilation.

    Thanks once again.

  2. #12
    Join Date
    May 2007
    Location
    Europe
    Beans
    295
    Distro
    Ubuntu 22.04 Jammy Jellyfish

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

    There was another kernel update yesterday, to release 3.0.0-14-generic, and VirtualBox became inoperable once again. Luckily removing and installing the virtualbox-dkms package solves the issue, since it triggers the re-build against the new kernel. For future reference here it is again the recipe:

    Code:
    sudo apt-get remove virtualbox-dkms
    sudo apt-get install virtualbox-dkms

  3. #13
    Join Date
    Jul 2007
    Beans
    186

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

    apt-get install virtualbox-dkms
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package virtualbox-dkms
    Any suggestions?

  4. #14
    Join Date
    Jun 2010
    Location
    Washington, DC
    Beans
    2
    Distro
    Ubuntu 10.04 Lucid Lynx

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

    Setting up a 10.04 LTS box for a family member, encountered this same error (error loading, then, install virtualbox-ose-dkms and run modprobe vboxdrv)... after banging my head against the wall, what worked was to simply add "vboxdrv" to /etc/modules and run update-initramfs.

    Rebooted, VirtualBox-OSE loaded up the WinXP instance without error. Hope this helps somebody.

  5. #15
    Join Date
    May 2007
    Location
    Europe
    Beans
    295
    Distro
    Ubuntu 22.04 Jammy Jellyfish

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

    Quote Originally Posted by jcoles View Post
    Any suggestions?
    You're probably missing the Virtualbox repository. Add this entry to /var/apt/sources.list:

    Code:
    deb http://download.virtualbox.org/virtualbox/debian oneiric non-free
    Hope it helps.

  6. #16
    Join Date
    Feb 2009
    Location
    UK
    Beans
    83
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    Quote Originally Posted by lads View Post
    There was another kernel update yesterday, to release 3.0.0-14-generic, and VirtualBox became inoperable once again. Luckily removing and installing the virtualbox-dkms package solves the issue, since it triggers the re-build against the new kernel. For future reference here it is again the recipe:

    Code:
    sudo apt-get remove virtualbox-dkms
    sudo apt-get install virtualbox-dkms
    Thanks lads. Just came across the Kernel driver not installed rc=-1908 error. Removing and installing the virtualbox-dkms package has solved the issue for me as well.

    cheers

  7. #17
    Join Date
    May 2007
    Location
    Europe
    Beans
    295
    Distro
    Ubuntu 22.04 Jammy Jellyfish

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

    Another kernel update (3.0.0-15-generic) another VBox mess up. Luckily the recipe continues working.

    Is there any way to trigger the recompiling of VBox whenever there's a kernel update? Or is this something that should be filed as a bug?

  8. #18
    Join Date
    Nov 2007
    Beans
    288
    Distro
    Ubuntu 11.10 Oneiric Ocelot

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

    Quote Originally Posted by lads View Post
    Another kernel update (3.0.0-15-generic) another VBox mess up. Luckily the recipe continues working.

    Is there any way to trigger the recompiling of VBox whenever there's a kernel update? Or is this something that should be filed as a bug?
    That is specifically what DKMS is supposed to do for you. When you update you kernel DKMS recompiles all modules registered with it.

  9. #19
    Rebelli0us is offline Extra Foam Sugar Free Ubuntu
    Join Date
    Feb 2008
    Beans
    722

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

    I have the latest version Oracle VirtualBox running in host Ubu 10.10 and guest Win7 runs flawless in VM (also Windows 8 Preview, and Win2000). Oracle's installation instructions on their download page work very well if you follow them.

  10. #20
    Join Date
    May 2007
    Location
    Europe
    Beans
    295
    Distro
    Ubuntu 22.04 Jammy Jellyfish

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

    Quote Originally Posted by Rebelli0us View Post
    I have the latest version Oracle VirtualBox running in host Ubu 10.10 and guest Win7 runs flawless in VM (also Windows 8 Preview, and Win2000). Oracle's installation instructions on their download page work very well if you follow them.
    Hi Rebellious. I also never had trouble until I upgraded to Ubuntu 11.04, this issue seems to be restricted to the 11 series, both .04 and .10.

Page 2 of 10 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •