This short walkthrough describes how to install the Ubuntu linux kernel version 3.14 on 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.
Installation Guide (GUI)
- Download the kernel headers package:
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.14-trusty/linux-headers-3.14.0-031400_3.14.0-031400.201403310035_all.deb - And the appropriate package for your system
- And the accompanying compiled kernel image
- Install the files in the same order as downloaded above. So first install the headers and finally the image.
- In the terminal run:
sudo update-grub
- Reboot and select the kernel from the bootloader menu
I will post the latest version of the 3.14 branch and 3.14 release candidates in comments below.