How To Install Kernel 3.18 RC5 On Ubuntu 14.10, Ubuntu 14.04 And Derivatives

Hello Linux Geeksters. As you may know, Linus Torvalds has officially released Kernel 3.18 RC5 and the kernel patch is too big, again. Also worth mentioning, Kernel 3.18 RC5 is the first one that can be compiled with either GCC 5 and LLVM Clang.

In this article I will show you how to install Kernel 3.18 RC5  on Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusy Tahr, Linux Mint 17 Qiana, Pinguy OS 14.04, LXLE 14.04, Peppermint Five, Deepin 2014, Linux Lite 2.0, Elementary OS 0.3 Freya and other Ubuntu 14.04 derivative systems.

Because it is not available via PPA, the needed deb packages of Kernel 3.18 RC5 are available via kernel.ubuntu.com. Follow the instructions for your system’s architecture exactly, in order to get a successful installation.

How to install Kernel 3.18 RC5 on 32 bit Ubuntu 14.10, Ubuntu 14.04 and derivative systems:

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-rc5-vivid/linux-headers-3.18.0-031800rc5_3.18.0-031800rc5.201411162035_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-rc5-vivid/linux-headers-3.18.0-031800rc5-generic_3.18.0-031800rc5.201411162035_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-rc5-vivid/linux-image-3.18.0-031800rc5-generic_3.18.0-031800rc5.201411162035_i386.deb

Install Kernel 3.18 RC5:

$ sudo dpkg -i linux-headers-3.18*.deb linux-image-3.18*.deb

After the kernel has been successfully installed, reboot:

$ sudo reboot

Optional, remove the kernel:

$ sudo apt-get remove linux-header-3.18* linux-image-3.18*

How to install Kernel 3.8 RC5 on 64 bit Ubuntu 14.10, Ubuntu 14.04 and derivative systems:

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-rc5-vivid/linux-headers-3.18.0-031800rc5_3.18.0-031800rc5.201411162035_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-rc5-vivid/linux-headers-3.18.0-031800rc5-generic_3.18.0-031800rc5.201411162035_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-rc5-vivid/linux-image-3.18.0-031800rc5-generic_3.18.0-031800rc5.201411162035_amd64.deb

Install Kernel 3.18 RC5:

$ sudo dpkg -i linux-headers-3.18*.deb linux-image-3.18*.deb

After the kernel has been successfully installed, reboot:

$ sudo reboot

Optional, remove the kernel:

$ sudo apt-get remove linux-header-3.18* linux-image-3.18*

Tagged with: , , , , , , , , , , , , , , , , , , , , , , , , ,
Posted in The Linux and Unix Articles!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

Subscribe

  

Subscribe to get the latest Linux news and how to guides directly on your e-mail!