Difference between revisions of "Edit Grub to Include Fewer Kernels"
From zen2
(New page: Edit /boot/grub/menu.lst and change <pre> # howmany=all </pre> to <pre> # howmany=2 </pre> then save it and run <pre> sudo update-grub </pre> This keeps the kernels installed, but limits y...) |
m (1 revision) |
(No difference)
| |
Latest revision as of 08:08, 25 July 2013
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.
