Results 1 to 8 of 8
ok this is what I get when trying to start ubuntu in virtualbox
Code:
VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-02-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 30
virtualbox problem.
ok this is what I get when trying to start ubuntu in virtualbox
so I then did this in terminal as root;Code: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}
Code:/etc/init.d/vboxdrv setup
so i looked at vbox-install.log and it said this;Code:and it said this; Stopping VirtualBox kernel module [ OK ] Recompiling VirtualBox kernel module [FAILED] (Look at /var/log/vbox-install.log to find out what went wrong)
what do i do?Code:cp: missing destination file operand after `/tmp/vbox.3/Module.symvers' Try `cp --help' for more information. Makefile:73: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again.. Stop.
- 09-02-2007 #2
Which distribution are you using?
That's a big hint. Close virtualbox, run this:VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason.
and then start it up again.Code:modprobe vboxdrv
- 09-02-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 30
I am using Fedora 7.
and I get this; bash: modprobe: command not found
- 09-02-2007 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Try it this way:
/sbin/modprobe vboxdrvoz
- 09-02-2007 #5
Sorry, I should have mentioned it in my first post. Become root and then run the command:
Don't forget the dash after su, it's important.Code:su - modprobe vboxdrv
- 09-02-2007 #6Just Joined!
- Join Date
- Jul 2007
- Posts
- 30
- 09-02-2007 #7
Hmm...try installing kernel sources and then re-run the /etc/init.d/vboxdrv setup command again. Check the directions here for installing kernel headers and kernel source.
Also, make sure you're a member of the vboxusers group:
Code:cat /etc/group | grep vboxusers
- 09-02-2007 #8Just Joined!
- Join Date
- Jul 2007
- Posts
- 30
thanks got it to work, but only on root. how do i get it to work on my main user


Reply With Quote

