Results 1 to 8 of 8

Thread: VirtualBox

  1. #1
    Join Date
    Oct 2013
    Beans
    70

    VirtualBox

    OK, I've done just about everything I think I should and I thought I'd cracked it but no chance! When I try to load my xp.iso I get the following error message.

    RTR3Init failed with rc=-1912 (rc=-1912)

    The VirtualBox kernel modules do not match this version of VirtualBox. The installation of VirtualBox was apparently not successful. Executing

    '/etc/init.d/vboxdrv setup'

    may correct this. Make sure that you do not mix the OSE version and the PUEL version of VirtualBox.

    I have absolutely no idea what on earth this is all about. Can anyone help me please? I'm running Ubuntu 12.04 LTS 64 bit.
    Thanking you,
    Toni.

  2. #2
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Real problem with VirtualBox, please help!

    Hi Toni_Vines.

    How did you install VB?
    Did you install the version on the software center or did you downloaded and installed a version from VB site?
    One on top of the other?

    Regards.

  3. #3
    Join Date
    Aug 2013
    Beans
    4,941

    Re: Real problem with VirtualBox, please help!

    It tells you exactly what to do , well almost.
    Close VB, open a terminal and type
    Code:
    sudo /etc/init.d/vboxdrv setup
    This usually happens after kernel update.

  4. #4
    Join Date
    Oct 2013
    Beans
    70

    Re: Real problem with VirtualBox, please help!

    OK, I've done that and now I'm getting the following:

    toni@toni-HP-xw6400-Workstation:~$ sudo /etc/init.d/vboxdrv setup
    Stopping VirtualBox kernel modules ...done.
    Uninstalling old VirtualBox DKMS kernel modules/etc/init.d/vboxdrv: 302: /etc/init.d/vboxdrv: /usr/share/virtualbox/src/vboxhost/do_dkms: not found
    ...done.
    Trying to register the VirtualBox kernel modules using DKMS/etc/init.d/vboxdrv: 327: /etc/init.d/vboxdrv: /usr/share/virtualbox/src/vboxhost/do_dkms: not found
    ...failed!
    (Failed, trying without DKMS)
    Recompiling VirtualBox kernel modules ...failed!
    (Look at /var/log/vbox-install.log to find out what went wrong)

    Anyone help me please?
    Cheers,
    Toni.

  5. #5
    Join Date
    Jun 2014
    Beans
    3

    Re: Real problem with VirtualBox, please help!

    The Error is saying, RTreaInit with RC=-1912 in other words RC shouldnt be -1912

  6. #6
    Join Date
    Jun 2014
    Beans
    3

    Re: Real problem with VirtualBox, please help!

    I have yet to go that far lol

  7. #7
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Real problem with VirtualBox, please help!

    You need to install the dkms package so you can compile the kernel driver for VirtualBox.
    Code:
    sudo apt-get update
    sudo apt-get install dkms
    That will bring in a variety of other packages like the gcc compiler.

    I prefer to install VB from Oracle's repository following the method described here: https://www.virtualbox.org/wiki/Linu...xdistributions
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  8. #8
    Join Date
    Oct 2011
    Location
    Galiza
    Beans
    3,380
    Distro
    Ubuntu Development Release

    Re: Real problem with VirtualBox, please help!

    Quote Originally Posted by SeijiSensei View Post
    I prefer to install VB from Oracle's repository following the method described here: https://www.virtualbox.org/wiki/Linu...xdistributions
    +1
    Galiza Nação!

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
  •