Actions

Edit Grub to Include Fewer Kernels

From zen2

Revision as of 20:41, 31 July 2009 by Chris (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.