Re: Multiple installs - cleaning up boot menu
No.
Add the following just after the
## END DEBIAN AUTOMAGIC KERNELS LIST
line:
It isn't elegant - you are just placing a copy of the very last entry at the top of the main list - but this makes it default 0 as far as GRUB is concerned. If you leave the #hiddenmenu uncommented (so no menu is displayed) and set the timeout value to your liking, this should give you what you want.
Make a backup copy of the /boot/grub/menu.lst file first (goes without saying).
Originally posted by sbradley07
Add the following just after the
## END DEBIAN AUTOMAGIC KERNELS LIST
line:
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=/dev/sda1 ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=/dev/sda1 ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
Make a backup copy of the /boot/grub/menu.lst file first (goes without saying).
Comment