Ubuntu Linux Kernel 4.1 installation guide

This short walkthrough describes how to install the Ubuntu Linux Kernel 4.1 (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) and ARMHF. I will not provide low latency versions.

Installation Guide (GUI)

  1. Download the kernel headers package:
    http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-unstable/linux-headers-4.1.0-040100_4.1.0-040100.201506220235_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.1 branch and 4.2 release candidates in comments below.

Ubuntu Linux Kernel 4.0 installation guide

This short walkthrough describes how to install the Ubuntu Linux Kernel 4.0 (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) and ARMHF. I will not provide low latency versions.

Installation Guide (GUI)

  1. Download the kernel headers package:
    http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/linux-headers-4.0.0-040000_4.0.0-040000.201504121935_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.0 branch and 4.1 release candidates in comments below.

Ubuntu Linux Kernel 3.19 installation guide

This short walkthrough describes how to install the Ubuntu Linux Kernel 3.19 (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) and both as low latency.

Installation Guide (GUI)

  1. Download the kernel headers package:
    http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201502091451_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 3.19 branch and 3.20 release candidates in comments below.

Ubuntu Linux Kernel 3.18 installation guide

This short walkthrough describes how to install the Ubuntu Linux Kernel 3.18 (server and  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) and both as low latency.

Installation Guide (GUI)

  1. Download the kernel headers package:
    http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/linux-headers-3.18.0-031800_3.18.0-031800.201412071935_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 3.16 branch and 3.17 release candidates in comments below.

Ubuntu Linux Kernel 3.17 installation guide

This short walkthrough describes how to install the Ubuntu Linux Kernel 3.17 (server and  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 packages are available for 32 bits systems (I386+) and 64 bits (AMD64)

Installation Guide (GUI)

  1. Download the kernel headers package:
    http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-utopic/linux-headers-3.17.0-031700_3.17.0-031700.201410060605_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 3.16 branch and 3.17 release candidates in comments below.