Monday, December 24, 2012

Upgrading Linux Kernel 3.6.11 (Stable) release in Ubuntu 12.10


Linux kernel 3.6.11 has recently released on December 17, 2012 with lots of bugfixes and improvements.

The changelog contains all the improvements and bugfixes made in the kernel.

We shall upgrade the default kernel version 3.5.0-17.28 shipped with Ubuntu 12.10 to 3.6.11-030611.

Download the script to perform an automated kernel upgrade process.

Now open the terminal and run the below command from the folder where script is downloaded to make it executable.
$ sudo chmod +x ker-upg-3.6.11.sh

$ sudo sh ker-upg-3.6.11.sh

After the completion, reboot the system for the changes to take effect and after reboot run the below command to confirm the version.

$ uname -r

In case if the kernel 3.6.11 is not compatible with your system hardware, then run the below command to remove the kernel 3.6.11 and switch back to previous kernel.

$ sudo apt-get purge linux-image-3.6.11-030611

No comments:

Post a Comment