How to Update/Upgrade to Linux Kernel 4.0 RC5 on Ubuntu and Linux Mint


Linus Torvalds Releases Linux Kernel 4.0 RC5 with Several Updated Drivers, you can update or  upgrade this kernel on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana

Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Today, March 23, Linus Torvalds had the pleasure of announcing the fifth Release Candidate (RC) version of Linux kernel 4.0, one of the most highly anticipated Linux technologies of 2015. Therefore, we’re announcing that Linux kernel 4.0 RC5 is now available for download and testing (see download link at the end of the article).

According to the appended shortlog, Linux kernel 4.0 RC5 includes mostly driver updates for GPU, USB, HID, networking, sound, pinctrl, input, etc., several architecture updates for ARM, ARM64, x86, and SPARC, various fixes to the btrfs file system, and some networking fixes.

“So rc5 is almost exactly the same size as rc4 was. I’d be happier if the rc’s were shrinking,” says Linus Torvalds. “There’s nothing particularly worrisome going on, although I’m still trying to think about the NUMA balancing performance regression. It may not be a show-stopper, but it’s annoying, and I want it fixed. We’ll get it, I’m sure.”

The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

How to Update/Upgrade to Linux Kernel 4.0 RC5 on Ubuntu and Linux Mint :

to install, update and upgrade to Linux Kernel 4.0 RC5 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, open a new Terminal window and bash (get it?) in the following commands:

For Linux system (ARM Pae):
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-headers-4.0.0-040000rc5_4.0.0-040000rc5.201503230035_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-headers-4.0.0-040000rc5-generic-lpae_4.0.0-040000rc5.201503230035_armhf.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-image-4.0.0-040000rc5-generic-lpae_4.0.0-040000rc5.201503230035_armhf.deb

For Linux system (ARM Generic):
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-headers-4.0.0-040000rc5_4.0.0-040000rc5.201503230035_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-headers-4.0.0-040000rc5-generic_4.0.0-040000rc5.201503230035_armhf.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-image-4.0.0-040000rc5-generic_4.0.0-040000rc5.201503230035_armhf.deb

For Linux system 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-headers-4.0.0-040000rc5_4.0.0-040000rc5.201503230035_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-headers-4.0.0-040000rc5-generic_4.0.0-040000rc5.201503230035_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-image-4.0.0-040000rc5-generic_4.0.0-040000rc5.201503230035_i386.deb 

For Linux system 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-headers-4.0.0-040000rc5_4.0.0-040000rc5.201503230035_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-headers-4.0.0-040000rc5-generic_4.0.0-040000rc5.201503230035_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-image-4.0.0-040000rc5-generic_4.0.0-040000rc5.201503230035_amd64.deb
LowLatency Kernel 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-headers-4.0.0-040000rc5_4.0.0-040000rc5.201503230035_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-headers-4.0.0-040000rc5-lowlatency_4.0.0-040000rc5.201503230035_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-image-4.0.0-040000rc5-lowlatency_4.0.0-040000rc5.201503230035_i386.deb
LowLatency Kernel 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-headers-4.0.0-040000rc5_4.0.0-040000rc5.201503230035_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-headers-4.0.0-040000rc5-lowlatency_4.0.0-040000rc5.201503230035_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid/linux-image-4.0.0-040000rc5-lowlatency_4.0.0-040000rc5.201503230035_amd64.deb

Install Linux Kernel 4.0 RC5 :
sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
sudo update-grub
sudo reboot

WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.

For upgrade to stable kernel you can follow this page.

0 Response to “How to Update/Upgrade to Linux Kernel 4.0 RC5 on Ubuntu and Linux Mint”

Post a Comment