Tu modifies la ligne timeout dans le fichier /boot/grub/menu.lst.
5 secondes chez moi:
[quote="/boot/grub/menu.lst"]## timeout sec
Set a timeout, in SEC seconds, before automatically booting the default entry
(normally the first entry defined).
timeout 5[/quote]
Et pour modifier l’ordre du boot, tu les mets dans le bon ordre tjs dans /boot/grub/menu.lst.
Chez moi:
[quote="/boot/grub/menu.lst"]title Debian GNU/Linux, kernel 2.6.18lol1
root (hd0,0)
kernel /boot/vmlinuz-2.6.18lol1 root=/dev/hda1 ro
initrd /boot/initrd.img-2.6.18lol1
savedefault
title Debian GNU/Linux, kernel 2.6.18lol1 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18lol1 root=/dev/hda1 ro single
initrd /boot/initrd.img-2.6.18lol1
savedefault
title Debian GNU/Linux, kernel 2.6.18-3-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-3-686 root=/dev/hda1 ro
initrd /boot/initrd.img-2.6.18-3-686
savedefault
title Debian GNU/Linux, kernel 2.6.18-3-686 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-3-686 root=/dev/hda1 ro single
initrd /boot/initrd.img-2.6.18-3-686
savedefault
[/quote]