Since several days, I have a debian buster machine that tries to install the last kernel image.
And each day, it said it has already downloaded it.
(...) The following NEW packages will be installed:
linux-image-4.19.0-14-amd64
The following packages will be upgraded:
linux-image-amd64
1 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/48.4 MB of archives.
After this operation, 270 MB of additional disk space will be used.
Download complete and in download only mode
I rebooted two times, however:
- Code: Select all
# uname -a
Linux wifi-deb 4.19.0-12-amd64 #1 SMP Debian 4.19.152-1 (2020-10-18) x86_64 GNU/Linux
And what is weird:
- Code: Select all
# file vmlinuz.old
vmlinuz.old: symbolic link to boot/vmlinuz-4.9.0-14-amd64
# file vmlinuz
vmlinuz: symbolic link to boot/vmlinuz-4.19.0-12-amd64
So the new kernel is linked to vmlinuz.old and the old kernel is linked to vmlinuz.
What can I do? Just exchange the links?