PDA

View Full Version : [ubuntu] Cannot upgrade kernel



abovebeyondg
January 21st, 2018, 03:19 PM
Hi all,
I'm trying to upgrade the kernel on one server with no success

Currently on : 3.13.0-61-generic

Wanted version: 3.13.0.139.148

Tried with:
$ sudo apt-get update
$ sudo apt-get dist-upgrade

Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
linux-headers-generic linux-headers-virtual
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Also tried the
apt-get autoremove but no sucess, no kernel upgrade

Any suggestions? Thanks!

cruzer001
January 21st, 2018, 05:26 PM
Hello

Is it installed?


apt-cache policy linux-image-3.13

Impavidus
January 21st, 2018, 07:28 PM
Maybe the meta-package that's supposed to pull in the kernel upgrade isn't installed for some reason. Try
sudo apt-get install linux-generic
I assume you're on 14.04, right?