On Saturday 07 June 2008 22:21:13 Mike Jeays wrote:
> I have been using Vbox 1.4.0 with Ubuntu's Gutsy Gibbon as host, with great
> success running XP as a guest.  Yesterday, I upgraded the host to Hardy
> Heron, and VirtualBox no longer works - 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.."
>

You need to load the vboxdrv
~# modprobe vboxdrv

If you get an error you can check if /dev/vboxdrv is readable by the group 
vboxusers and that your User is in this goup.

~$ ls -l /dev/vboxdrv
crw-rw---- 1 root vboxusers 10, 59 2008-06-07 13:03 /dev/vboxdrv

~$ groups
xxx xxx vboxusers xxx xxx

If it's not you can fix it:
~# chmod g+r+w /dev/vboxdrv && chown root.vboxusers /dev/vboxdrv
~# adduser user vboxusers

Than re login.

_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to