I manually installed kernel 4.2.0-38
on Ubuntu 14.04.4
.
This morning, Ubuntu automatically reinstalled 3.13.0.91
.
Start-Date: 2016-06-28 06:33:35
Install: linux-headers-3.13.0-91:amd64 (3.13.0-91.138, automatic), linux-image-extra-3.13.0-91-generic:amd64 (3.13.0-91.138, automatic), linux-image-3.13.0-91-generic:amd64 (3.13.0-91.138, automatic), linux-headers-3.13.0-91-generic:amd64 (3.13.0-91.138, automatic)
Upgrade: linux-headers-generic:amd64 (3.13.0.88.94, 3.13.0.91.97), linux-libc-dev:amd64 (3.13.0-88.135, 3.13.0-91.138), linux-image-generic:amd64 (3.13.0.88.94, 3.13.0.91.97), linux-generic:amd64 (3.13.0.88.94, 3.13.0.91.97)
End-Date: 2016-06-28 06:37:08
I have read a solution to the problem here, but I would like to understand what happened exactly and why.
Isn't 4.2 officially supported by 14.04.4
?
EDIT: I forgot to provide a piece of information: at the next boot, I would actually go into the 3.19 kernel (this is actually the big problem, I wouldn't mind otherwise):
vpii@hw10:~$ ls -l /vmlinuz
lrwxrwxrwx 1 root root 30 Jun 28 04:33 /vmlinuz -> boot/vmlinuz-3.13.0-91-generic
vpii@hw10:~$ ls -l /vmlinuz.old
lrwxrwxrwx 1 root root 29 Jun 24 10:49 /vmlinuz.old -> boot/vmlinuz-4.2.0-38-generic
uname -a
. – Pilot6 Jun 28 '16 at 16:53