I installed vbox but I cannot start WinXP machine.
Code: Select all
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.Code: Select all
# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel module [ OK ]
Recompiling VirtualBox kernel module [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)Code: Select all
cat /var/log/vbox-install.log
Attempting to install using DKMS
removing old DKMS module vboxdrv version 3.0.2
------------------------------
Deleting module version: 3.0.2
completely from the DKMS tree.
------------------------------
Done.
Creating symlink /var/lib/dkms/vboxdrv/3.0.2/source ->
/usr/src/vboxdrv-3.0.2
DKMS: add Completed.
Error! Your kernel source for kernel 2.6.29.6-desktop586-1mnb cannot be found at
/lib/modules/2.6.29.6-desktop586-1mnb/build or /lib/modules/2.6.29.6-desktop586-1mnb/source.
You can use the --kernelsourcedir option to tell DKMS where it's located.
Failed to install using DKMS, attempting to install without
Makefile:147: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
Code: Select all
# uname -r
2.6.29.6-desktop586-1mnb
thanks!