This installation guide should work 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.
The files can be found at http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8/
Installation Guide (GUI)
- Download the kernel headers package:
linux-headers-4.8.0-040800_4.8.0-040800.201610022031_all.deb - And the appropriate headers package for your system (choose yours)
- AMD64: linux-headers-4.8.0-040800-generic_4.8.0-040800.201610022031_amd64.deb
- i386: linux-headers-4.8.0-040800-generic_4.8.0-040800.201610022031_i386.deb
- ARMHF: linux-headers-4.8.0-040800-generic_4.8.0-040800.201610022031_armhf.deb
- ARM64: linux-headers-4.8.0-040800-generic_4.8.0-040800.201610022031_arm64.deb
- PowerPC (ppc64el): linux-headers-4.8.0-040800-generic_4.8.0-040800.201610022031_ppc64el.deb
- And the kernel image (choose yours)
- AMD64: linux-image-4.8.0-040800-generic_4.8.0-040800.201610022031_amd64.deb
- i386: linux-image-4.8.0-040800-generic_4.8.0-040800.201610022031_i386.deb
- ARMHF: linux-image-4.8.0-040800-generic_4.8.0-040800.201610022031_armhf.deb
- ARM64: linux-image-4.8.0-040800-generic_4.8.0-040800.201610022031_arm64.deb
- PowerPC (ppc64el): linux-image-4.8.0-040800-generic_4.8.0-040800.201610022031_ppc64el.deb
- Install the files in the same order as downloaded above. So first install the headers (generic and CPU) and finally the image (1 file).
- In the terminal run:
sudo update-grub
- Reboot and select the kernel from the bootloader menu
I will post the latest version of the 4.8 branch and 4.9 release candidates in comments below.