Results 1 to 8 of 8

Thread: Help with vortual box!!!

  1. #1
    Join Date
    Apr 2008
    Location
    Someware among you...
    Beans
    19
    Distro
    Kubuntu 8.04 Hardy Heron

    Question Help with vortual box!!!

    i got this message when starting my virtual machine please tell me what to do...
    VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Please install the virtualbox-ose-modules package for your kernel, e.g. virtualbox-ose-modules-generic..
    VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).

    thanks!!!

  2. #2
    Join Date
    Sep 2005
    Location
    USA
    Beans
    777
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Help with vortual box!!!

    Did you try installing the packages the error message asks you to install?

  3. #3
    Join Date
    Jul 2007
    Location
    UK
    Beans
    215
    Distro
    Ubuntu

    Re: Help with vortual box!!!

    I wrote a short guide IN THIS POST about how to install virtualbox successfully. Its in the last post on the page...

  4. #4
    Join Date
    Apr 2008
    Location
    Someware among you...
    Beans
    19
    Distro
    Kubuntu 8.04 Hardy Heron

    Re: Help with vortual box!!!

    ok i done it ... i run win98se in my virtual machine now but what about drivers(vga,audio,network)where to find which cards virtual box emulates???need help please!!!

  5. #5
    Join Date
    Nov 2006
    Location
    London
    Beans
    169
    Distro
    Ubuntu Mate 18.04 Bionic Beaver

    Re: Help with vortual box!!!

    You have to install the guest additions. from devices. you can't install the actual graphic drivers in your machine.
    I feel so old... so very old

    My rig(s) (in 2007)
    http://ubuntuforums.org/showpost.php...postcount=1405

  6. #6
    Join Date
    Apr 2005
    Beans
    66

    Re: Help with vortual box!!!

    I fixed it! Here is the scoop: Ubuntu upgraded its kernal from 2.6.24-16 to 2.6.24-17 and -17 is too new for virtualbox. You have to reboot and select the right kernel:

    Ubuntu 8.04, kernel 2.6.24-16-generic

    I tried the two above it (Ubuntu 8.04, kernel 2.6.24-17-generic, and Ubuntu 8.04, kernel 2.6.24-16-386) but they fail.

    If you look in Synaptic and search for virtualbox and scroll down you will see why. I am using Virualbox-OSE. (open source edition)

    If someone knows the right way, or wants to just fix the repos then thanks.
    Last edited by pizpot; May 27th, 2008 at 01:48 AM.

  7. #7
    Join Date
    Dec 2007
    Location
    Galveston
    Beans
    27
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Help with vortual box!!!

    Quote Originally Posted by pizpot View Post
    I fixed it! Here is the scoop: Ubuntu upgraded its kernal from 2.6.24-16 to 2.6.24-17 and -17 is too new for virtualbox. You have to reboot and select the right kernel:

    Ubuntu 8.04, kernel 2.6.24-16-generic

    I tried the two above it (Ubuntu 8.04, kernel 2.6.24-17-generic, and Ubuntu 8.04, kernel 2.6.24-16-386) but they fail.

    If you look in Synaptic and search for virtualbox and scroll down you will see why. I am using Virualbox-OSE. (open source edition)

    If someone knows the right way, or wants to just fix the repos then thanks.
    Went through everything and needing the 2.6.24-16-generic kernel is my exact problem. So this should solve it for me, however, I am limited by my massive fail linux n00b power. Sooo.... Just how does one install that kernel?

  8. #8
    Join Date
    Dec 2007
    Location
    Galveston
    Beans
    27
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Help with vortual box!!!

    Actually nevermind that. I found all the answers I needed (it's actually super simple) I'll quote it over here too for anyone looking for it. This is from another thread http://ubuntuforums.org/showthread.php?t=735525

    Quote Originally Posted by bubba_169 View Post
    The are quite a few programs available ... I like virtualbox but others like qemu (or kqemu which I think is faster)

    To install virtualbox open a terminal and type

    Code:
    sudo apt-get install virtualbox-ose virtualbox-ose-modules-generic
    then enter your password and agree to the installation. Afterwards you will need to start the vboxdrv driver by typing:

    Code:
    sudo modprobe vboxdrv
    The last step is to add yourself to the vboxusers group. Go to System->Administration->Users and Groups, click the manage groups button, find vboxusers in the list it should be at the bottom and double click it, tick the box next to your name. Log out and back in again and you should be good to go...
    That's all you have to do, worked great ^^ thanks a lot

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
  •