Ubuntu Linux kernel 4.8 installation guide

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)

  1. Download the kernel headers package:
    linux-headers-4.8.0-040800_4.8.0-040800.201610022031_all.deb
  2. And the appropriate headers package for your system (choose yours)
  3. And the kernel image  (choose yours)
  4. Install the files in the same order as downloaded above. So first install the headers (generic and CPU) and finally the image (1 file).
  5. In the terminal run:
    sudo update-grub
  6. 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.

Ubuntu Linux kernel 4.6 installation guide

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.

Installation Guide (GUI)

  1. Download the kernel headers package:
    http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600_4.6.0-040600.201605151930_all.deb
  2. And the appropriate headers package for your system (choose yours)
  3. And the kernel image  (choose yours)
  4. Install the files in the same order as downloaded above. So first install the headers (generic and CPU) and finally the image (1 file).
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

I will post the latest version of the 4.6 branch and 4.7 release candidates in comments below.

Ubuntu Linux kernel 4.5 installation guide

This short walkthrough describes how to install the Ubuntu Linux Kernel 4.5.

This 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.

Installation Guide (GUI)

  1. Download the kernel headers package:
    http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.5-wily/linux-headers-4.5.0-040500_4.5.0-040500.201603140130_all.deb
  2. And the appropriate headers package for your system
  3. And the kernel image
  4. Install the files in the same order as downloaded above. So first install the headers (generic and CPU) and finally the image (1 file).
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

I will post the latest version of the 4.5 branch and 4.6 release candidates in comments below.

Ubuntu Linux 4.4 kernel installation guide

This short walkthrough describes how to install the Ubuntu Linux Kernel 4.4.

This 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.

Installation Guide (GUI)

  1. Download the kernel headers package:
    linux-headers-4.4.0-040400_4.4.0-040400.201601101930_all.deb
  2. And the appropriate headers package for your system
  3. And the kernel image
  4. Install the files in the same order as downloaded above. So first install the headers (generic and CPU) and finally the image (1 file).
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

I will post the latest version of the 4.4 branch and 4.5 release candidates in comments below.

Ubuntu Linux Kernel 4.2 installation guide

This short walkthrough describes how to install the Ubuntu Linux Kernel 4.2 (server and desktop/client) without compiling.

This guide should work with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Mint. The included kernel files have been compiled using the generic Ubuntu configuration. The general packages are available for 32 bits systems (I386+) and 64 bits (AMD64). I will not provide low latency versions or ARMHF this time.

Installation Guide (GUI)

  1. Download the kernel headers package:
    http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-unstable/linux-headers-4.2.0-040200_4.2.0-040200.201508301530_all.deb
  2. And the appropriate package for your system
  3. And the accompanying compiled kernel image
  4. Install the files in the same order as downloaded above. So first install the headers (2 files) and finally the image (1 file).
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

I will post the latest version of the 4.2 branch and 4.3 release candidates in comments below.