Ubuntu Linux Kernel 3.11 installation guide

This short walkthrough describes how to install the linux kernel version 3.11  on Ubuntu Linux without having to compile it yourself.

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 source can be found on www.kernel.org

I will post the latest version of the 3.11 branch in comments below.

Installation Guide (GUI)

  1. Download the kernel headers package: linux-headers-3.11.0-031100_3.11.0-031100.201309021735_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. (Linux-headers-*all.deb, Linux-headers-*platform*.deb, Linux-image-*platform*.deb)
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

Installation Guide (terminal) for 32 bits

mkdir tmp
cd tmp
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100_3.11.0-031100.201309021735_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100-generic_3.11.0-031100.201309021735_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-image-3.11.0-031100-generic_3.11.0-031100.201309021735_i386.deb
sudo dpkg -i *.deb
sudo update-grub

Installation Guide (terminal) for 64 bits

mkdir tmp
cd tmp
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100_3.11.0-031100.201309021735_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100-generic_3.11.0-031100.201309021735_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-image-3.11.0-031100-generic_3.11.0-031100.201309021735_amd64.deb
sudo dpkg -i *.deb
sudo update-grub

Ubuntu Linux Kernel 3.10 installation guide

This short walkthrough describes how to install the linux kernel version 3.10.0  on Ubuntu Linux without having to compile it yourself.

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.

Installation Guide

  1. Download the kernel headers package:
    linux-headers-3.10.0-031000_3.10.0-031000.201306301935_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.
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

The source can be found on www.kernel.org

I will post the latest version of the 3.10 branch in comments below.

Ubuntu Linux Kernel 3.9 installation guide

This short walkthrough describes how to get the linux kernel version 3.9.0 (latest version at the moment of writing) working under Ubuntu Linux without having to compile it yourself.

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.

Installation Guide

  1. Download the kernel headers package: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-headers-3.9.0-030900_3.9.0-030900.201304291257_all.deb
    And the appropriate package for your system

  2. And the accompanying compiled kernel image:
  3. Install the files in the same order as downloaded above.
  4. In the terminal run:
    sudo update-grub
  5. Reboot and select the kernel from the bootloader menu

The source can be found on www.kernel.org

I will post the latest version of the 3.9 branch in comments below.

Ubuntu Linux Kernel 3.8 installation guide for ARM processors

This guide explains how to install the Ubuntu Linux Kernel 3.7.0 on an ARM system using the ArmHardFloatPort.

Installation Guide

  1. Download the kernel headers package;
    linux-headers-3.8.0-030800_3.8.0-030800.201302181935_all.deb
  2. And the appropriate package for your system;
    linux-headers-3.8.0-030800-omap_3.8.0-030800.201302181935_armhf.deb
  3. And the accompanying compiled kernel image;
    linux-image-3.8.0-030800-omap_3.8.0-030800.201302181935_armhf.deb
  4. Install the files in the same order as downloaded above.
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

The source can be found on www.kernel.org

Ubuntu Linux Kernel 3.8 installation guide

This short walkthrough describes how to get the linux kernel version 3.8 (latest at the moment of writing) working under Ubuntu Linux without having to compile it yourself.

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.

Installation Guide

  1. Download the kernel headers package;
    linux-headers-3.8.0-030800_3.8.0-030800.201302181935_all.deb
  2. And the appropriate package for your system
  3. And the accompanying compiled kernel image;
  4. Extra files;
  5. Install the files in the same order as downloaded above.
  6. In the terminal run:
    sudo update-grub
  7. Reboot and select the kernel from the bootloader menu

The source can be found on www.kernel.org