PDA

View Full Version : Virtual Box


Benbow
February 5th, 2008, 03:06 PM
I am struggling to install virtual box but the following message constantly appears??

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 and execute '/etc/init.d/vboxdrv start' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).


Result Code:
0x80004005
Component:
Console
Interface:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}

wolfen69
February 5th, 2008, 03:19 PM
did you install the .deb file from the virtualbox website? if you need the ose modules, they are available in synaptic.

bodhi.zazen
February 5th, 2008, 03:20 PM
First add the ose module :

sudo apt-get virtualbox-ose-modules-`uname -r`

Note those are bac tics ` and NOT single quotes '

Then, add you user to the Vobxusers group, log out and back in, should be good to go.

Benbow
February 5th, 2008, 04:49 PM
Any ideas what this means?

VERR_FILE_NOT_FOUND)

bodhi.zazen
February 5th, 2008, 05:49 PM
VERR = VirtualBox ERRor message

FILE_NOT_FOUND = File not found

:twisted:

Jaymac
February 9th, 2008, 11:02 AM
I installed it through synaptic and got this message on installation...

Setting up virtualbox-ose-modules-2.6.22-14-generic (6) ...
* Starting VirtualBox kernel module vboxdrv chown: `:vboxusers': invalid group

* Cannot change owner vboxusers for device /dev/vboxdrv.


I manually created the group vboxusers afterwards; how to I give the group ownership of /dev/vboxdrv..?

I tried chown vboxusers, but it seems that only works for users and not groups...

When I try to start the virtual machine I get the error:

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 and execute '/etc/init.d/vboxdrv start' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).

I believe this is related to my initial installation issue...

virtualXTC
March 1st, 2008, 06:45 PM
In kubuntu I'd use the "system settings", "users management" widget.
However given you are probably using gnome, the widget for it is probably either non-existant or buried though in a convoluted hierarchy of unintuitive menus. Therefore, you should try the 'chgrp' comand. ;-)