Dec 202012
 

Upgrade Linux Kernel in UbuntuLinux Kernel 3.7-raring Upgrade the kernel on your system. For a new user the first time may be some what daunting, some times it may be necessary for you to upgrad your kernel due to Security Fixes, Stability Improvements, Updated Drivers, Increased Speed or New Kernel Functions, What ever your reason may be, you should know that updating your kernel will expose new functions which may have changed and as a result,not integrate correct with your operating system.

Warning: Upgrade the kernel at your own risk. It may render your system unstable. Also, upgrading kernel may cause problems with some installed proprietary drivers like NVIDIA / ATI (AMD) graphics cards and broadcom wireless, so be cautious!

64-bit instructions on page 2

i386 Install

 

1. Download the HEADERS ALL.DEB file.

$ cd /tmp && wget -O linux-headers-3.7.0-030700_3.7.0_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.6.6-raring/linux-headers-3.7.0-030700_3.7.0-030700.201212102335_all.deb

2. Download the HEADERS file.

$ cd /tmp && wget -O linux-headers-3.7.0-030700-generic_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7-raring/linux-headers-3.7.0-030700-generic_3.7.0-030700.201212102335_i386.deb

3. Download the IMAGE file.

$ cd /tmp && wget -O linux-image-3.7.0-030700-generic_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7-raring/linux-image-3.7.0-030700-generic_3.7.0-030700.201212102335_i386.deb

4. Download the IMAGE-EXTRA file.

$ cd /tmp && wget -O linux-image-extra-3.7.0-030700-generic_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7-raring/linux-image-extra-3.7.0-030700-generic_3.7.0-030700.201212102335_i386.deb

Then install them

5. Install the HEADERS ALL.DEB file.

$ sudo dpkg -i linux-headers-3.7.0-030700_3.7.0_all.deb

6. Install the HEADERS file.

$ sudo dpkg -i linux-headers-3.7.0-030700-generic_i386.deb

7. Install the IMAGE file.

$ sudo dpkg -i linux-image-3.7.0-030700-generic_i386.deb

8. Install the IMAGE EXTRA file.

$ sudo dpkg -i linux-image-extra-3.7.0-030700-generic_i386.deb

9. Reboot Your System.

$ sudo reboot

10. Check the Kernel version.

$ uname -r
Last Updated: April 1st, 2013 at 10:40 pm
StatCounter WhosAmungUs