Today, I got a kernel update:
But, on rebooting, I'm seeing
and the same thing with inxi:
dpkg shows that 4.13 is installed:
I ran sudo dpkg -C but that just returned the bash prompt.
My Kubuntu 18.04 in VBox is on 4.13.0-25-generic quite nicely.
Any thoughts please on why 16.04 isn't using 4.13?
Code:
Start-Date: 2018-01-10 17:31:25 Commandline: apt-get dist-upgrade Requested-By: chimak (1001) Install: linux-image-4.13.0-26-generic:amd64 (4.13.0-26.29~16.04.2, automatic), linux-headers-4.13.0-26:amd64 (4.13.0-26.29~16.04.2, automatic), linux-signed-image-4.13.0-26-generic:amd64 (4.13.0-26.29~16.04.2, automatic), linux-image-extra-4.13.0-26-generic:amd64 (4.13.0-26.29~16.04.2, automatic), linux-headers-4.13.0-26-generic:amd64 (4.13.0-26.29~16.04.2, automatic) Upgrade: linux-libc-dev:amd64 (4.4.0-108.131, 4.4.0-109.132), linux-image-generic-hwe-16.04:amd64 (4.10.0.42.44, 4.13.0.26.46), linux-signed-generic-hwe-16.04:amd64 (4.10.0.42.44, 4.13.0.26.46), linux-generic-hwe-16.04:amd64 (4.10.0.42.44, 4.13.0.26.46), linux-signed-image-generic-hwe-16.04:amd64 (4.10.0.42.44, 4.13.0.26.46), linux-headers-generic-hwe-16.04:amd64 (4.10.0.42.44, 4.13.0.26.46) End-Date: 2018-01-10 17:33:13
Code:
$ uname -r 4.10.0-42-generic $
Code:
Kernel: 4.10.0-42-generic x86_64 (64 bit gcc: 5.4.0)
Code:
$ dpkg -l | grep "ii linux" | cut -c -120 ii linux-base 4.0ubuntu1 all ii linux-firmware 1.157.14 all ii linux-generic-hwe-16.04 4.13.0.26.46 amd64 ii linux-headers-4.10.0-42 4.10.0-42.46~16.04.1 all ii linux-headers-4.10.0-42-generic 4.10.0-42.46~16.04.1 amd64 ii linux-headers-4.13.0-26 4.13.0-26.29~16.04.2 all ii linux-headers-4.13.0-26-generic 4.13.0-26.29~16.04.2 amd64 ii linux-headers-generic-hwe-16.04 4.13.0.26.46 amd64 ii linux-image-4.10.0-42-generic 4.10.0-42.46~16.04.1 amd64 ii linux-image-4.13.0-26-generic 4.13.0-26.29~16.04.2 amd64 ii linux-image-extra-4.10.0-42-generic 4.10.0-42.46~16.04.1 amd64 ii linux-image-extra-4.13.0-26-generic 4.13.0-26.29~16.04.2 amd64 ii linux-image-generic-hwe-16.04 4.13.0.26.46 amd64 ii linux-libc-dev:amd64 4.4.0-109.132 amd64 ii linux-signed-generic-hwe-16.04 4.13.0.26.46 amd64 ii linux-signed-image-4.10.0-42-generic 4.10.0-42.46~16.04.1 amd64 ii linux-signed-image-4.13.0-26-generic 4.13.0-26.29~16.04.2 amd64 ii linux-signed-image-generic-hwe-16.04 4.13.0.26.46 amd64 ii linux-sound-base 1.0.25+dfsg-0ubuntu5 all $
My Kubuntu 18.04 in VBox is on 4.13.0-25-generic quite nicely.
Any thoughts please on why 16.04 isn't using 4.13?
Comment