grub: how to save current menu entry as default

If you have many grub menu options, grub can boot the previously booted option

default saved
timeout 15

title Gentoo(2.4)
root(hd0,0)
kernel /boot/bzImage-2.4 root=/dev/hda5
savedefault

title Gentoo(2.6) Qos
root(hd0,0)
kernel /boot/bzImage-2.4 root=/dev/hda5
savedefault

title Gentoo(2.6)
root(hd0,0)
kernel /boot/bzImage-2.6 root=/dev/hda5

Leave a Reply

You must be logged in to post a comment.