PDA

View Full Version : [ubuntu] VirtualBox


1467
May 26th, 2008, 04:07 PM
i installed VirtualBox 2day using this tutorial http://www.ubuntugeek.com/create-and-manage-virtual-machines-using-virtualbox.html got to the last step and when i click start i get (
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).


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

)

p_quarles
May 26th, 2008, 04:59 PM
Moved to Virtualization.

Have you tried doing what the error message is specifically telling you to do?

1467
May 26th, 2008, 06:37 PM
i think i need to create a /dev/vboxdrv how do i do that

p_quarles
May 26th, 2008, 06:44 PM
sudo apt-get install virtualbox-ose-modules-`uname -r`
You will also need to add your main user to the appropriate group, if you haven't already:
[code]sudo adduser `whoami` vboxusers/code]

1467
May 26th, 2008, 07:17 PM
thank you vary much