Kernel 3.14 LTS

[color=#000080]Few days ago Greg Kroah-Hartman announced through the mailing list for the Linux kernel in the decision to convert the kernel Linux 3.14 LTS.
“I’ll keep the 3.14 Linux kernel as a kernel” extended support “for the next two years, so this will be mentioned in the kernel.org site” reads the ad.
If you want to install and test this kernel (I already did and it works perfect) follow directions according to your architecture.
This facility is valid for Netrunner, Kubuntu, Ubuntu, Mint and Debian, would be through a terminal with the following commands, first download the packages:
[/color]

[color=#000080][align=center][size=large]Version normal (32bits):[/size][/align][/color]

[b]$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.1-trusty/linux-headers-3.14.1-031401_3.14.1-031401.201404141220_all.deb

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.1-trusty/linux-headers-3.14.1-031401-generic_3.14.1-031401.201404141220_i386.deb

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.1-trusty/linux-image-3.14.1-031401-generic_3.14.1-031401.201404141220_i386.deb[/b]

[color=#000080][align=center][size=large]Version kernel (lowlatency) (32bits):[/size][/align][/color]

[b]$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.1-trusty/linux-headers-3.14.1-031401_3.14.1-031401.201404141220_all.deb

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.1-trusty/linux-headers-3.14.1-031401-lowlatency_3.14.1-031401.201404141220_i386.deb

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.1-trusty/linux-image-3.14.1-031401-lowlatency_3.14.1-031401.201404141220_i386.deb[/b]

[color=#000080]Finally settled with:[/color]

$ sudo dpkg -i linux-headers-3.14.1*.deb linux-image-3.14.1*.deb

[color=#000080][align=center][size=large]For installation on 64-bit systems, download with:[/size][/align][/color]

[size=large][align=center]Versión normal (64bits):[/align][/size]

[b]$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.1-trusty/linux-headers-3.14.1-031401_3.14.1-031401.201404141220_all.deb

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.1-trusty/linux-headers-3.14.1-031401-generic_3.14.1-031401.201404141220_amd64.deb

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.1-trusty/linux-image-3.14.1-031401-generic_3.14.1-031401.201404141220_amd64.deb[/b]

[color=#000080][size=large][align=center]Version kernel (lowlatency) (64bits):[/align][/size][/color]

[b]$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.1-trusty/linux-headers-3.14.1-031401_3.14.1-031401.201404141220_all.deb

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.1-trusty/linux-headers-3.14.1-031401-lowlatency_3.14.1-031401.201404141220_amd64.deb

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.1-trusty/linux-image-3.14.1-031401-lowlatency_3.14.1-031401.201404141220_amd64.deb[/b]

[color=#000080]Finally settled with:[/color]

$ sudo dpkg -i linux-headers-3.14.1*.deb linux-image-3.14.1*.deb

[color=#000080]Reboot the system, and section the version you want to start at the GRUB or BURG.[/color]

For Netrunner Rolling there is only one command for both 32 and 63 bit systems:

To install linux 3.14.x leaving the 3.10.x kernel as a backup:
sudo mhwd-kernel -i linux314

To upgrade your kernel removing the current one:
sudo mhwd-kernel -i linux314 rmc

[attachment=334]