Build Virtualbox kernel module after manual upgrade system kernel to latest
the point you need to pay attention to is that when you install your kernel core and kernel modules you should also install header files by command
make headers_install
and then export a variable named KERN_DIR
export KERN_DIR=/usr/src/kernels/linux-2.6.38/
and then execute the command to build the kernel module.
/etc/init.d/vboxdrv setup
write at home Fri Mar 25,00:50 by Haria