On tidy up old kernel(s) 10 April 2023, 14:29:57 How to tidy/clean up old kernels here just like there: https://askubuntu.com/questions/2793/how-do-i-remove-old-kernel-versions-to-clean-up-the-boot-menu?
Re: On tidy up old kernel(s) Reply #1 – 10 April 2023, 20:36:30 You have a good chance of getting rid of the extra entries with just updating the grub config.If you want a really easy way to do it, install grub-customizer, run it as root, there you can graphically explore the entries if some were not cleaned properly during uninstall, then hit 'Save', which saves grub.cfg and runs grub-mkconfig.A harder way is to look by yourself in /lib/modules (with care, double check what is installed/what is not) if there are any stray kernel cfg's, then run grub-mkconfig -o /boot/grub/grub.cfg