Upgrade Ubuntu Kernel
How to upgrade Ubuntu Kernel
This article uses the original kernel version as Linux ubuntu 3.8.0-29-generic
Upgrade the kernel to 3.8.8.
1. First download the file to upgrade, http://kernel.ubuntu.com /~ Kernel-ppa/mainline/v3.8.8-raring/
2. files to be downloaded
Linux-headers-3.8.8-030808_3.8.8-030808.201304170248_all.deb
Linux-headers-3.8.8-030808-generic_3.8.8-030808.201304170248_i386.deb
Linux-image-3.8.8-030808-generic_3.8.8-030808.201304170248_i386.deb
3. Store the downloaded file in the/tmp directory and run the following command:
Sudo dpkg-I linux-headers-3.8.8-030808_3.8.8-030808.201304170248_all.deb linux-headers-3.8.8-030808-generic_3.8.8-030808.201304170248_i386.deb linux-image-3.8.8-030808-generic_3.8.8-030808.201304170248_i386.deb
4. Restart the machine
Sudo reboot
Congratulations! kernel upgrade successful
| Linux-headers-3.8.8-030808-generic_3.8.8-030808.201304170248_i386.deb |