Page 11 of 16 FirstFirst ... 910111213 ... LastLast
Results 101 to 110 of 153

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

  1. #101
    Join Date
    May 2007
    Beans
    278

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

    Quote Originally Posted by AlexanderDGreat View Post
    Ever since my last post in this thread 5 months ago? I switched to VMware Player (it's also free)
    It is gratis (free of charge) but it is not free software (open source).

  2. #102
    Join Date
    Mar 2009
    Beans
    7

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

    Thanks
    I tried

    sudo aptitude update
    sudo aptitude install dkms
    sudo /etc/init.d/vboxdrv setup

    and its works good

  3. #103
    Join Date
    May 2012
    Beans
    3

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

    anish@anish-Aspire-4930:~$ sudo aptitude update
    [sudo] password for anish:
    sudo: aptitude: command not found
    anish@anish-Aspire-4930:~$

    hi i'm getting this error
    please help?

  4. #104
    Join Date
    May 2012
    Beans
    3

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

    anish@anish-Aspire-4930:~$ sudo /etc/init.d/vboxdrv setup
    * Stopping VirtualBox kernel modules [ OK ]
    * Uninstalling old VirtualBox DKMS kernel modules [ OK ]
    * Trying to register the VirtualBox kernel modules using DKMS
    * Failed, trying without DKMS
    * Recompiling VirtualBox kernel modules
    * Look at /var/log/vbox-install.log to find out what went wrong
    anish@anish-Aspire-4930:~$

    where is this log?

  5. #105
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

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

    Quote Originally Posted by Anish3190 View Post
    anish@anish-Aspire-4930:~$ sudo aptitude update
    [sudo] password for anish:
    sudo: aptitude: command not found
    anish@anish-Aspire-4930:~$

    hi i'm getting this error
    please help?
    aptitude is not installed by default. You would have to apt-get it.

    Quote Originally Posted by Anish3190 View Post
    anish@anish-Aspire-4930:~$ sudo /etc/init.d/vboxdrv setup
    * Stopping VirtualBox kernel modules [ OK ]
    * Uninstalling old VirtualBox DKMS kernel modules [ OK ]
    * Trying to register the VirtualBox kernel modules using DKMS
    * Failed, trying without DKMS
    * Recompiling VirtualBox kernel modules
    * Look at /var/log/vbox-install.log to find out what went wrong
    anish@anish-Aspire-4930:~$

    where is this log?
    It says where the log is: /var/log/vbox-install.log
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  6. #106
    Join Date
    May 2012
    Beans
    3

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

    Hi
    I used adelani's post's instructions and it works fine
    thanks CharlesA and every one at the forum for your valuable contribution!!
    regards,
    Anish3190

  7. #107
    Join Date
    Jun 2012
    Beans
    1

    Wink Re: VirtualBox error: Kernel driver not installed (rc=-1908) [Best Fix]

    Ok so this worked for almost all Ubuntu, Kubuntu 12.04, Kubuntu 12.04, Ubuntu 12.04, FAILED with Lubuntu 12.04,
    Required Steps:
    1. Install aptitude
    2. Install DMKS (With Aptitude)
    3. Install VBOX Additions
    Steps to succeed:
    1. Sudo -s (Be sure You're at Root In The Terminal)
    2. sudo apt-get install aptitude
    3. sudo aptitude install DKMS (Rebuild DMKS)
    4. cd /VirtualBoxGuestAddtions (or whatever the mounted VboxAddtions disk name is)
    5. sudo sh VirtualBoxGuestAdditions.run (Or Whatever the .run file is on the cd drive
    Enjoy

  8. #108
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: VirtualBox error: Kernel driver not installed (rc=-1908) [Best Fix]

    Quote Originally Posted by Hulipill View Post
    Ok so this worked for almost all Ubuntu, Kubuntu 12.04, Kubuntu 12.04, Ubuntu 12.04, FAILED with Lubuntu 12.04,
    Required Steps:
    1. Install aptitude
    2. Install DMKS (With Aptitude)
    3. Install VBOX Additions
    Steps to succeed:
    1. Sudo -s (Be sure You're at Root In The Terminal)
    2. sudo apt-get install aptitude
    3. sudo aptitude install DKMS (Rebuild DMKS)
    4. cd /VirtualBoxGuestAddtions (or whatever the mounted VboxAddtions disk name is)
    5. sudo sh VirtualBoxGuestAdditions.run (Or Whatever the .run file is on the cd drive
    Enjoy
    1. You don't need a root shell.
    2. Using apt-get works completely fine to install dkms.
    3. You only install the guest additions on the guest, not the host.

    EDIT: I just checked a 12.04 guest, with the guest additions installed via "additional drivers" and the guest has dkms installed:

    Code:
    charles@Precise:~$ dpkg -l | grep dkms
    ii  dkms                                   2.2.0.3-1ubuntu3                        Dynamic Kernel Module Support Framework
    ii  virtualbox-guest-dkms                  4.1.12-dfsg-2                           x86 virtualization solution - guest addition module source for dkms
    The Kernel module not loaded error has nothing to do with guest additions because it occurs on the host not the guest.
    Last edited by CharlesA; June 17th, 2012 at 02:32 PM.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  9. #109
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: VirtualBox error: Kernel driver not installed (rc=-1908) [Best Fix]

    +1 to CharlesA's comments, and...

    Quote Originally Posted by Hulipill View Post
    1. Sudo -s (Be sure You're at Root In The Terminal)
    No! That's inadvisable. Please see:

    https://help.ubuntu.com/community/Ro...udo_and_shells

    And:

    http://ubuntuforums.org/showpost.php...26&postcount=4

    The correct command for getting a root shell is "sudo -i", but as CharlesA says, you don't need a root shell - just prepend all commands with sudo. And besides, "Sudo -s" would fail. Linux is case sensitive.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

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

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

    Quote Originally Posted by Anish3190 View Post
    anish@anish-Aspire-4930:~$ sudo aptitude update
    [sudo] password for anish:
    sudo: aptitude: command not found
    anish@anish-Aspire-4930:~$

    hi i'm getting this error
    please help?
    You can check this thread. Good luck.

Page 11 of 16 FirstFirst ... 910111213 ... 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
  •