On Sun, Nov 30, 2008 at 4:30 AM, Bruce Kingsbury <zcat@zcat.geek.nz> wrote:
BTW, the problem with changing "default=" is that every time there's a
new kernel package, the one you want it to boot moves down one entry.
That's why I didn't do it that way... The proper way it to 'pin' the
kernel package I think, but I never figured out how to do that.

With 'default saved' and 'savedefault' defined in your kernel entries in grub, it will always boot the most recently used kernel, not the newest added one.

http://www.gnu.org/software/grub/manual/html_node/savedefault.html

Craig