Edit Grub to Include Fewer Kernels
From zen2
Edit /boot/grub/menu.lst and change
# howmany=all
to
# howmany=2
then save it and run
sudo update-grub
This keeps the kernels installed, but limits your grub menu to the latest 2 kernels at all times.
Edit /boot/grub/menu.lst and change
# howmany=all
to
# howmany=2
then save it and run
sudo update-grub
This keeps the kernels installed, but limits your grub menu to the latest 2 kernels at all times.