Linux Kernel 3.6 installation guide for Ubuntu Linux

This short walkthrough describes how to get the linux kernel version 3.6 (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.

Note: ATI, Intel and NVIDIA drivers are automatically installed using DKMS, if you have these drivers installed and are up-to-date. This is not a guarantee!

Installation Guide

  1. Download the kernel headers package;
    linux-headers-3.6.0-030600_3.6.0-030600.201209302035_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 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

Linux Kernel 3.4 installation guide for Ubuntu Linux

This short walkthrough describes how to get the linux kernel version 3.4 (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.

Note: ATI, Intel and NVIDIA drivers are automatically installed using DKMS, if you have these drivers installed and are up-to-date. This is not a guarantee!

Installation Guide

  1. Download the kernel headers package;
    linux-headers-3.4.0-030400_3.4.0-030400.201205210521_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 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

Linux Kernel 3.3 installation guide for Ubuntu Linux

This short walkthrough describes how to get the latest linux kernel version 3.3.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.

Note: ATI, Intel and NVIDIA drivers are automatically installed using DKMS, if you have these drivers installed and are up-to-date. This is not a guarantee!

Installation Guide

  1. Download the kernel headers package;
    linux-headers-3.3.0-030300_3.3.0-030300.201203182135_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 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

Linux Kernel 3.2 installation guide for Ubuntu Linux

Aside

This short walkthrough describes how to get the latest linux kernel version 3.2.0 working under Ubuntu Linux without having to compile it yourself.

This tutorial should work with the latest version of Ubuntu Linux (10.04 LTS, 11.04 and 11.10) and most distributions based on these versions of Ubuntu Linux including Mint.

The included kernel files have been compiled using the generic ubuntu configuration.

Note: ATI, Intel and NVIDIA drivers are automatically installed using DKMS, if you have these installed and up-to-date.

Installation Guide

  1. Download the kernel headers package;
    linux-headers-3.2.0-030200_3.2.0-030200.201201042035_all.deb
  2. And the appropriate package for your system
  3. And the accompanying compiled kernel;
  4. Install the files in the same order (else it won`t work!)
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu If it`s not there check all steps (and of course for errors)

The source can be found on www.kernel.org

Linux Kernel 3.1 installation guide for Ubuntu Linux

Aside

This short walkthrough describes how to get the latest linux kernel version 3.1.0 working under Ubuntu Linux without having to compile it yourself.

This tutorial should work with the latest version of Ubuntu Linux (10.04 LTS, 11.04 and 11.10) and most distributions based on these versions of Ubuntu Linux including Mint.

The included kernel files have been compiled using the generic ubuntu configuration.
Note: ATI, Intel and NVIDIA drivers are automatically installed using DKMS, if you have these installed and up-to-date. Else … don`t blaim me.

Installation Guide

  1. Download the kernel headers package;
    linux-headers-3.1.0-030100_3.1.0-030100.201110241006_all.deb
  2. And the appropriate package for your system
    AMD64: linux-headers-3.1.0-030100-generic_3.1.0-030100.201110241006_amd64.deb
    I386: linux-headers-3.1.0-030100-generic_3.1.0-030100.201110241006_i386.deb
  3. And the accompanying compiled kernel;
    AMD64: linux-image-3.1.0-030100-generic_3.1.0-030100.201110241006_amd64.deb
    I386: linux-image-3.1.0-030100-generic_3.1.0-030100.201110241006_i386.deb
  4. Install the files in the same order (else it won`t work!)
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu
    If it`s not there check all steps (and of course for errors)

The source can be found on www.kernel.org