Results 1 to 7 of 7

Thread: kernel driver not accessible in Virtualbox

  1. #1
    Join Date
    Apr 2007
    Location
    United States
    Beans
    231

    kernel driver not accessible in Virtualbox

    I am getting an error when trying to start a virtual machine of Kubuntu Hardy in Virtualbox: The VirtualBox kernel driver is not accessible to the current user. Make sure that the user has write permissions for /dev/vboxdrv by adding them to the vboxusers groups. You will need to logout for the change to take effect..
    VBox status code: -1909 (VERR_VM_DRIVER_NOT_ACCESSIBLE).

    What can I do about this?

  2. #2
    Join Date
    Apr 2007
    Location
    United States
    Beans
    231

    Re: kernel driver not accessible in Virtualbox

    I actually found out how to do this. All I had to do was to add myself to the group vboxusers, and then it finally worked!!

  3. #3
    Join Date
    Aug 2005
    Beans
    795

    Re: kernel driver not accessible in Virtualbox

    Hmm this is not working for me. I have gone to system -> administration -> users and groups. Then the manage groups button and the vboxusers group is my bottom group. I checked both root and my user but im still getting the above error.

    I thought this worked more me in the past. Is there anything else i can try?

    it works fine when i open in a terminal with sudo but i don't want to to that in the long run.

    *** Update: After adding yourself to the vboxusers group as described above it is necessary to log out and the back in again.
    Last edited by zorkerz; May 19th, 2008 at 09:08 PM.

  4. #4
    Join Date
    Jan 2008
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: kernel driver not accessible in Virtualbox

    I'm gettin' this error msg too... I've added vboxuser group to the user and still same error pops up...

    is there any workaround here about this... why is this topic / thraad abandoned?

  5. #5
    Join Date
    May 2005
    Location
    Tampa, FL
    Beans
    25
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: kernel driver not accessible in Virtualbox

    Looks like a new kernel blew it up. I ran VirtualBox as root and it gave me an error message in the terminal window saying that that there was not a kernel module available for the current kernel. Then it said to re-compile the kernel module using:
    Code:
    sudo /etc/init.d/vboxdrv setup
    That fixed things for me. You may need to have build-essentials installed to do the compile. I already had it so I'm not sure if it's necessary or not.

  6. #6
    Join Date
    Sep 2006
    Location
    Bristol, UK
    Beans
    183
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: kernel driver not accessible in Virtualbox

    I am also having the problem stated in the original post with virtualbox-ose

    I checked I was in the vboxusers group, logged off and on again, even tried rebooting. Then re-installed virtualbox-ose and logged off and on again, still the same.

    Any ideas?

  7. #7
    Join Date
    Dec 2009
    Beans
    1

    Re: kernel driver not accessible in Virtualbox

    I had the same problem when changing to the OSE version. In my case, the user was already in the vboxusers group, but the /dev/vboxdrv and /dev/vboxnetctl nodes had "root" as the group, not "vboxusers". Once I changed the group for those nodes to "vboxusers" it worked fine.

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
  •