I am on Kubuntu 8.04. I installed and configured VB using adept. The installed packages are:
virtualbos-ose
-modules-2.6.24-19-generic
-generic
When I tried to start guest OS win2000, I got
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
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 8.04 since it has 2.6.24-19 kernel?
This is a continuation of my previous post on VB on July 29.
virtualbos-ose
-modules-2.6.24-19-generic
-generic
When I tried to start guest OS win2000, I got
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
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 8.04 since it has 2.6.24-19 kernel?
This is a continuation of my previous post on VB on July 29.
Comment