In boot directory I have a lot of files from previous versions. Is there a simple way to remove not currently used versions?
When I install updates I cannot see newly updated linux versions in grub menu. How can I refresh/reconfigure grub list to see allways lates linux versions?
sudo update-grub
will update the grub menu, i usesynaptic
and filter to the kernel version and remove the 4 items for each old kernel, filter using version number – GM-Script-Writer-62850 May 12 '13 at 13:36