Running 20.04.
The initial kernel, 5.3.0-24-generic that came with the .iso wasn't flagged for autoremoval; it was identified as 'manually installed', which is the case for the kernel on a new OS installation. Since then, two kernel updates have been installed via apt update && apt full-upgrade. I like to keep a very clean system, and part of that is keeping only the currently booted kernel and the one that immediately preceded it. So I removed 5.3.0-24-generic following the instructions for Manual Maintenance at https://help.ubuntu.com/community/RemoveOldKernels
After updating the database (sudo updatedb) and even after several reboots, dpkg --list | grep linux-image identifies:
in the listing.
rc 'remove/deinstall' 'config-files (only the config files are installed)'
Running locate *5.3.0-24* returns nothing.
So if config-files for this removed kernel are actually on my system somewhere, where are they?
The initial kernel, 5.3.0-24-generic that came with the .iso wasn't flagged for autoremoval; it was identified as 'manually installed', which is the case for the kernel on a new OS installation. Since then, two kernel updates have been installed via apt update && apt full-upgrade. I like to keep a very clean system, and part of that is keeping only the currently booted kernel and the one that immediately preceded it. So I removed 5.3.0-24-generic following the instructions for Manual Maintenance at https://help.ubuntu.com/community/RemoveOldKernels
After updating the database (sudo updatedb) and even after several reboots, dpkg --list | grep linux-image identifies:
Code:
[B]rc[/B] linux-image-5.3.0-24-generic 5.3.0-24.26 amd64 Signed kernel image generic
rc 'remove/deinstall' 'config-files (only the config files are installed)'
Running locate *5.3.0-24* returns nothing.
So if config-files for this removed kernel are actually on my system somewhere, where are they?
Comment