Results 1 to 4 of 4
I installed by mandriva installer i have kernel 2.6.22.18
when i try and start a virtual os i get this error
VirtualBox kernel driver not installed. The vboxdrv kernel module ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-17-2008 #1Linux Newbie
- Join Date
- Mar 2008
- Posts
- 168
virtualbox
I installed by mandriva installer i have kernel 2.6.22.18
when i try and start a virtual os i get this error
VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
Result Code:
0x80004005
Component:
Console
Interface:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
how can i fix this. I know it is simple but i an a newbe and unskilled with linux as of now thanks Bower
- 08-18-2008 #2
Did you do this:
What happened?Code:/etc/init.d/vboxdrv setup # as root
There are a few things you need to do in order to setup VirtualBox after the install. Amongst them running two or three commands like the above and adding yourself to the vboxusers group. Did you do that?
Does /dev/vboxdrv exist on your machine?Can't tell an OS by it's GUI
- 08-18-2008 #3Linux Newbie
- Join Date
- Mar 2008
- Posts
- 168
i tried
i ran the command you posted as root and it comes back and says no such file or directory. any ideas?
do i need to be in any directory other than where it is by default
Bower
- 08-19-2008 #4No
Originally Posted by bower 
It sounds like an incomplete install to me, but I'm not very familiar with the Mandriva package manager. Also, I don't know, but most distro's use /etc/init.d for their services, but others use /etc/rc.d (<= rc stands for 'run command'). So, for example, on my machine, that command would be
But I don't know how this is on a Manndriva system.Code:/etc/rc.d/vboxdrv setup # as root
Shouldn't be neccessairy as long as you use absolute filenames (=with full path).
Originally Posted by bower Can't tell an OS by it's GUI


Reply With Quote
