Upgrade to Linux Kernel 5.4 RC1 on Ubuntu and Linux Mint System


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.

The heart of a Linux distribution

The Linux kernel is the heart of a Linux distribution. If you are a long time Linux user, you may have stumbled across upgrades to the default Linux kernel packages, which lead to better support for certain hardware components or peripherals.

Includes powerful features

Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.

Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

What new on Linux Kernel 5.4 ?

The first Linux kernel 5.4 Release Candidate build is now available to download from kernel.org or through our free Linux software portal if you want to take it for test drive, but please be aware that this is an early development release that should not be installed on production machines.

As for the new features that will be implemented in the Linux 5.4 kernel series, we can mention the controversial lockdown functionality, AMD DRM improvements, the usual updated drivers, mostly for GPU, networking, sound, staging, as well as documentation and filesystems changes.

”Nothing major stands out, the most notable may be the long-pending lockdown patches that weren't all that big, but that now finally aren't tied to just EFI secure boot, so you can test them out other ways too,” said Linus Torvalds in a mailing list announcement.

"Linux kernel 5.4 expected to be released in mid-November"

The final release of the Linux 5.4 kernel series is expected to be released sometime in November, either on the 17th if Linus Torvalds will publish only seven RC (Release Candidate) builds,  or on the 24th if the development process takes longer and there's need for an eighth Release Candidate.

Either way, users will be able to upgrade their computers to the Linux kernel 5.4 most probably in early December when the first point release hits the streets and marks the series as ready for mass deployments. Until then, go out and test the latest Release Candidate and report any issue you may encounter with your hardware [source].

How to install Linux Kernel 5.4 RC1 on Ubuntu and Linux Mint System :

To install/update Linux Kernel 5.4 RC1 on Ubuntu 18.04 Bionic Beaver, Ubuntu 18.10, Ubuntu 19.04 Disco Dingo, Cosmic Cuttlefish, Ubuntu 16.04 Xenial Xerus, Linux Mint 19.1, Elementary OS 5 'Juno', Peppermint, Deepin 15.8, Deepin 15.9, Linux Lite 4.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

Download kernel for official site :
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4-rc1/linux-headers-5.4.0-050400rc1_5.4.0-050400rc1.201909301433_all.deb \\ https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4-rc1/linux-headers-5.4.0-050400rc1-generic_5.4.0-050400rc1.201909301433_amd64.deb \\ https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4-rc1/linux-headers-5.4.0-050400rc1-lowlatency_5.4.0-050400rc1.201909301433_amd64.deb \\ https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4-rc1/linux-image-unsigned-5.4.0-050400rc1-generic_5.4.0-050400rc1.201909301433_amd64.deb \\ https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4-rc1/linux-image-unsigned-5.4.0-050400rc1-lowlatency_5.4.0-050400rc1.201909301433_amd64.deb \\ https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4-rc1/linux-modules-5.4.0-050400rc1-generic_5.4.0-050400rc1.201909301433_amd64.deb \\ https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4-rc1/linux-modules-5.4.0-050400rc1-lowlatency_5.4.0-050400rc1.201909301433_amd64.deb


install latest kernel 5.4 RC1:

sudo dpkg -i linux-headers-5.4.0-050400rc1_*.deb linux-image-unsigned-5.4.0-*.deb linux-modules-5.4.0-050400rc1-*.deb


After installation is finished, reboot your ubuntu system :
$ sudo reboot


And Check linux kernel version :
$ uname -a

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