This installation guide describes how to install Linux Kernel 5.2.4 on Ubuntu Linux. This works with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint.
There is no post for 5.2.0 / x.x.1 / x.x.2 because there was a compile error for i386 and AMD64 which are the most used platforms.
The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.
This post is an update of “Ubuntu Linux kernel 5.1 installation guide“
The files can be found at kernel.ubuntu.com/~kernel-ppa/mainline/v5.2.4/
-
- Download the kernel headers package:
linux-headers-5.2.4-050204_5.2.4-050204.201907280731_all.deb - And the appropriate headers package for your system (choose yours)
- AMD64: linux-headers-5.2.4-050204-generic_5.2.4-050204.201907280731_amd64.deb
- i386: linux-headers-5.2.4-050204-generic_5.2.4-050204.201907280731_i386.deb
- ARMHF: linux-headers-5.2.4-050204-generic_5.2.4-050204.201907280731_armhf.deb
- ARM64: linux-headers-5.2.4-050204-generic_5.2.4-050204.201907280731_arm64.deb
- PPC64EL: linux-headers-5.2.4-050204-generic_5.2.4-050204.201907280731_ppc64el.deb
- S390X: linux-headers-5.2.4-050204-generic_5.2.4-050204.201907280731_s390x.deb
- and the kernel image (choose yours)
- i386: linux-image-5.2.4-050204-generic_5.2.4-050204.201907280731_i386.deb
- ARMHF: linux-image-5.2.4-050204-generic_5.2.4-050204.201907280731_armhf.deb
- ARM64: linux-image-unsigned-5.2.4-050204-generic_5.2.4-050204.201907280731_arm64.deb
- PPC64EL: linux-image-unsigned-5.2.4-050204-generic_5.2.4-050204.201907280731_ppc64el.deb
- S390X: linux-image-5.2.4-050204-generic_5.2.4-050204.201907280731_s390x.deb
- And the kernel modules (choose yours)
- AMD64: linux-modules-5.2.4-050204-generic_5.2.4-050204.201907280731_amd64.deb
- i386: linux-modules-5.2.4-050204-generic_5.2.4-050204.201907280731_i386.deb
- ARMHF: linux-modules-5.2.4-050204-generic_5.2.4-050204.201907280731_armhf.deb
- ARM64:
- PPC64EL:linux-modules-5.2.4-050204-generic_5.2.4-050204.201907280731_ppc64el.deb
- S390X: linux-modules-5.2.4-050204-generic_5.2.4-050204.201907280731_s390x.deb
- Download the kernel headers package:
-
- Install the files in the same order as downloaded above
- In the terminal run:
sudo update-grub
- Reboot and select the kernel from the bootloader menu