To install latest kernel from Ubuntu 16.04 on Ununtu 14.04 LTS, run
|
1
|
sudo apt-get install linux-image-generic-lts-xenial linux-generic-lts-xenial |
Before upgrade
|
1
2
3
4
5
6
7
8
9
|
root@server2:~# lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 14.04.5 LTSRelease: 14.04Codename: trustyroot@server2:~# uname -aLinux server2.host-palace.com 3.13.0-83-generic #127-Ubuntu SMP Fri Mar 11 00:25:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linuxroot@server2:~# |
After upgrading kernel to latest Hardware Enablement Stack (HWE)
|
1
2
3
|
root@server2:~# uname -aLinux server2.host-palace.com 4.4.0-38-generic #57~14.04.1-Ubuntu SMP Tue Sep 6 17:20:43 UTC 2016 x86_64 x86_64 x86_64 GNU/Linuxroot@server2:~# |