voici qlq détails que j'ai modifiés dans mon fichier /boot/grub/menu.lst
## timeout sec # Set a timeout, in SEC seconds, before automatically booting the default entry # (normally the first entry defined). timeout 86400 <---------- title Linux, kernel 2.6.12-9-386 <------------ root (hd0,2) kernel /boot/vmlinuz-2.6.12-9-386 root=/dev/hda3 ro quiet splash initrd /boot/initrd.img-2.6.12-9-386 savedefault boot title Linux, kernel 2.6.12-9-386 (recovery mode) <---------- root (hd0,2) kernel /boot/vmlinuz-2.6.12-9-386 root=/dev/hda3 ro single initrd /boot/initrd.img-2.6.12-9-386 boot title Linux, memtest86+ <----------- root (hd0,2) kernel /boot/memtest86+.bin boot ### 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/hda1 title Windows XP Professionnel root (hd0,0) savedefault makeactive chainloader +1

