>modprobe vboxdrvThe following messages are shown:
WARNING: The character device /dev/vboxdrv does not exist. Please install the virtualbox-ose-modules package for your kernel and load the module named vboxdrv into your system. You will not be able to start VMs until this problem is fixed.
The most important thing is to installed the right linux-headers packages. For the updated system (squeeze) with a kernel 2.6.32-5-686,
>sudo apt-get install linux-headers-2.6-686
DKMS will build the VirtualBox OSE modules for your system.
>modprobe vboxdrv
>virtualboxVirtualbox comes back ...
References:
No comments:
Post a Comment