Cannot install OS

Discussions related to using VirtualBox on Linux hosts.
Post Reply
ahurd
Posts: 27
Joined: 29. Dec 2007, 04:19

Cannot install OS

Post by ahurd »

I am on Kubuntu 8.04. I have installed and configured VB 1.5.6. When I try to start VB with win2000 disk in CD drive in order to install win2000, I get

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

Googling gives reports of similar probs. Could someone tell me how to proceed?
AllenSco
Posts: 5
Joined: 27. Jul 2008, 22:54
Location: Alabama, USA

Post by AllenSco »

Let me give this a shot. Get out of VB and go to the user manager in KDE (I use Gnome). Under the groups management, find vboxusers and make sure YOU are in that group. Then log out and back in and it should start up for you.

I did the same thing...no worries now. All is working.

Hope this helps...

Allen
ahurd
Posts: 27
Joined: 29. Dec 2007, 04:19

Post by ahurd »

Did all that as far as I can see. A little googling showed that there may be a problem with VB concerning vboxdrv and 2.6.24-19 kernel although not 2.6.24-18. I tried the following:

albert@ALBERT:~$ sudo modprobe vboxdrv
[sudo] password for albert:
FATAL: Could not open '/lib/modules/2.6.24-19-openvz/misc/vboxdrv.ko': No such file or directory

so apparently vboxdrv is not even installed. How do I get VB correctly installed in Kubuntu 8.04 since it has 2.6.24-19 kernel, or can I somehow get the vboxdrv part installed separately?
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

Vboxdrv is not a module, but a device. Check /dev/ if there is a listing of vboxdrv. If it's not, run sudo /etc/init.d/vboxdrv setup and you're good to go. If you use the OSE version, install the proper kernel module (virtualbox-modules-<kernel type>).
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply