Sunday 21 December 2014

How to Install/Upgrade Linux Kernel 3.19 RC1 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca

How to Install/Upgrade Linux Kernel 3.19 RC1 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca
 
In this article, we are going to see how to upgrade to kernel 3.19 RC1 under Ubuntu, Linux Mint and all its derivatives using some terminal commands that will download official kernel files from the Ubuntu server. This version is a Latest Stable release of Linux Kernel 3.19 series

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.

What New Linux Kernel in version 3.19 RC1 :

  • In the "big picture", this looks like a fairly normal release. About two thirds driver updates, with about half of the rest being architecture updates (and no, the new nios2 patches are not at all dominant, it's about half ARM, with the new nios2 support being less than 10% of the arch updates by lines overall). The remaining one sixth is "misc": networking, header updates, documentation, filesystems, tooling, and core kernel (in pretty much that order).
To Install/Upgrade Linux Kernel 3.19 RC1 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, open a new Terminal window and bash (get it?) in the following commands:

For Linux System 32 bit :
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-rc1-vivid/linux-headers-3.19.0-031900rc1_3.19.0-031900rc1.201412210135_all.deb
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-rc1-vivid/linux-headers-3.19.0-031900rc1-generic_3.19.0-031900rc1.201412210135_i386.deb
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-rc1-vivid/linux-image-3.19.0-031900rc1-generic_3.19.0-031900rc1.201412210135_i386.deb

For Linux System 64 bit :
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-rc1-vivid/linux-headers-3.19.0-031900rc1_3.19.0-031900rc1.201412210135_all.deb
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-rc1-vivid/linux-headers-3.19.0-031900rc1-generic_3.19.0-031900rc1.201412210135_amd64.deb
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-rc1-vivid/linux-image-3.19.0-031900rc1-generic_3.19.0-031900rc1.201412210135_amd64.deb
Install Linux Kernel 3.19 RC1 : 
sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
sudo update-grub
sudo reboot
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

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.

Our hope tutorial entitled "How to Install/Upgrade Linux Kernel 3.19 RC1 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca" can be useful for visitors or readers.

No comments:

Post a Comment