I installed the 2.6.32-32-generic-pae
kernel over my existing 2.6.32-32-generic
kernel.
This solved the problem I had with the system not showing the full amount of RAM, but it has had a side-effect. I can't start my VirtualBox VMs. I get this message:
Kernel driver not installed (rc=-1908)
Please install the virtualbox-ose-dkms package and execute 'modprobe vboxdrv' as root
virtualbox-ose-dkms
was already installed and when I ran sudo modprobe vboxdrv
, I got another error message:
FATAL: Module vboxdrv not found.
I purged virtualbox-ose-dkms (complete removal) and then re-installed it, but I still got the same error.
I then repeated the full re-installation, but this time with the previous non-pae kernel. It works, but fails when I reboot into the pae kernel.
Next I uninstalled and then re-installed VirtualBox into the pae system, but it gave the same error.
What can I do to get VirtualBox running with the pae kernel?
sudo apt-get install linux-headers-2.6.32-32-generic-pae
,thensudo apt-get install virtualbox-ose
, (The reverse order didn't work) – Peter.O Jun 19 '11 at 20:28