This installation guide describes how to install Linux Kernel 4.20 on Ubuntu Linux. This works with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint.
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 4.19 installation guide“
The files can be found at kernel.ubuntu.com/~kernel-ppa/mainline/v4.20/
-
- Download the kernel headers package:
linux-headers-4.20.0-042000_4.20.0-042000.201812232030_all.deb - And the appropriate headers package for your system (choose yours)
- AMD64:
linux-headers-4.20.0-042000-generic_4.20.0-042000.201812232030_amd64.deb - i386:
linux-headers-4.20.0-042000-generic_4.20.0-042000.201812232030_i386.deb - ARMHF:
linux-headers-4.20.0-042000-generic_4.20.0-042000.201812232030_armhf.deb - ARM64:
linux-headers-4.20.0-042000-generic_4.20.0-042000.201812232030_arm64.deb - PPC64EL:
linux-headers-4.20.0-042000-generic_4.20.0-042000.201812232030_ppc64el.deb - S390X:
linux-headers-4.20.0-042000-generic_4.20.0-042000.201812232030_s390x.deb
- AMD64:
- and the kernel image (choose yours)
- i386:
linux-image-4.20.0-042000-generic_4.20.0-042000.201812232030_i386.deb - ARMHF:
linux-image-4.20.0-042000-generic_4.20.0-042000.201812232030_armhf.deb - ARM64:
linux-image-4.20.0-042000-generic_4.20.0-042000.201812232030_arm64.deb - PPC64EL:
linux-image-unsigned-4.20.0-042000-generic_4.20.0-042000.201812232030_ppc64el.deb - S390X:
linux-image-4.20.0-042000-generic_4.20.0-042000.201812232030_s390x.deb
- i386:
- And the kernel modules (choose yours)
- AMD64:
linux-modules-4.20.0-042000-generic_4.20.0-042000.201812232030_amd64.deb - i386:
linux-modules-4.20.0-042000-generic_4.20.0-042000.201812232030_i386.deb - ARMHF:
linux-modules-4.20.0-042000-generic_4.20.0-042000.201812232030_armhf.deb - ARM64:
linux-modules-4.20.0-042000-generic_4.20.0-042000.201812232030_arm64.deb - PPC64EL:
linux-modules-4.20.0-042000-generic_4.20.0-042000.201812232030_ppc64el.deb - S390X:
linux-modules-4.20.0-042000-generic_4.20.0-042000.201812232030_s390x.deb
- AMD64:
- Install the files in the same order as downloaded above
- Download the kernel headers package:
- In the terminal run:
sudo update-grub
- Reboot and select the kernel from the bootloader menu