Die menu.lst:
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from
0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default
entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 4
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the
default entry
# (normally the first entry defined).
timeout 10
bla...bla...
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 8.10, kernel 2.6.27-7-generic
uuid 3b783684-e8c0-4177-81ea-deeeb4d2418c
kernel /boot/vmlinuz-2.6.27-7-generic
root=UUID=3b783684-e8c0-4177-81ea-deeeb4d2418c ro quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
quiet
title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid 3b783684-e8c0-4177-81ea-deeeb4d2418c
kernel /boot/vmlinuz-2.6.27-7-generic
root=UUID=3b783684-e8c0-4177-81ea-deeeb4d2418c ro single
initrd /boot/initrd.img-2.6.27-7-generic
title Ubuntu 8.10, memtest86+
uuid 3b783684-e8c0-4177-81ea-deeeb4d2418c
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the
Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux
OS
# on /dev/sda1
title Windows 2000 (hda1)
hide (hd0,1)
unhide (hd0,0)
root (hd0,0)
#savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux
OS
# on /dev/sda2
title Windows 2000 (hda2)
hide (hd0,0)
unhide (hd0,1)
root (hd0,1)
#savedefault
makeactive
chainloader +1