Post

Install Linux Kernel 3.6.2 on Ubuntu 12.04

Last night I want to try new experiment about upgrading Linux kernel in easy way (without compiling from source). After searching about an hour and do trial and error, I found the easiest way to upgrade it. Here the steps to upgrade your kernel :

  • Open your Linux terminal (CTRL + ALT + T)

  • cd \tmp (Change active directory to temporary)

  • wget http://fcomp.3owl.com/download/update-kernel3.6.2 -O update-kernel3.6.2(Download the installer)

  • sudo chmod +x update-kernel3.6.2(Change permission to active executable)

  • sudo sh update-kernel3.6.2(Execute the installer)

  • Reboot your PC and enjoy the kernel :)

  • Here the screenshot about the new kernel :)terminal

But I found some bug on the new kernel. I think it’s on the VGA driver. There are some glitch (red arrows) on the text. I’m still working to repair it.

bug

This post is licensed under CC BY 4.0 by the author.