This short walkthrough describes how to get the latest linux kernel working under Ubuntu Linux without having to compile it yourself.
This tutorial should work with the latest version of Ubuntu Linux (10.04 and 10.10 ) and most distributions based on these versions of Ubuntu Linux like Mint.
The included kernel files have been compiled using the generic ubuntu configuration.
Note: nVIDIA ForceWare drivers are automatically installed using DKMS, if you have these installed and up-to-date.
Installation Guide
- Download Download your kernel headers package; linux-headers-2.6.36-020636_2.6.36-020636.201010210905_all.deb
I386: linux-headers-2.6.36-020636-generic_2.6.36-020636.201010210905_i386.deb
AMD64: linux-headers-2.6.36-020636-generic_2.6.36-020636.201010210905_amd64.deb - Download your kernel compile;
I386: linux-image-2.6.36-020636-generic_2.6.36-020636.201010210905_i386.deb
AMD64: linux-image-2.6.36-020636-generic_2.6.36-020636.201010210905_amd64.deb - Install the files in the same order (else it won`t work!)
- In the terminal run:
sudo update-grub
- Reboot and select the kernel from the bootloader menu
If it`s not there check all steps (and ofcourse errors)