Ubuntu 22.04 Desktop
Whenever my system updates it always reinstalls an older kernel. This stops the update because of insufficient space on /boot.
Also apt autoremove does not remove my outdated kernels
My curent /boot kernel files look like this:
-rw------- 1 root root 6.0M Sep 5 16:31 System.map-5.15.0-84-generic
-rw------- 1 root root 7.6M Aug 18 12:38 System.map-6.2.0-32-generic
-rw------- 1 root root 7.7M Sep 7 10:11 System.map-6.2.0-33-generic
lrwxrwxrwx 1 root root 25 Sep 19 11:04 vmlinuz -> vmlinuz-5.15.0-84-generic
-rw------- 1 root root 12M Sep 5 19:57 vmlinuz-5.15.0-84-generic
-rw------- 1 root root 14M Aug 18 12:40 vmlinuz-6.2.0-32-generic
-rw------- 1 root root 14M Sep 7 11:18 vmlinuz-6.2.0-33-generic
lrwxrwxrwx 1 root root 24 Sep 19 11:04 vmlinuz.old -> vmlinuz-6.2.0-33-generic
I noticed that there are some earlier kernels marked as manual in apt. I switched them to auto and redid purge but 5.15 is still there.
Anyone have any ideas?
Thanks in advance