# Begin /boot/grub/menu.lst # By default boot the first menu entry. default 1 # Allow 10 seconds before booting the default. timeout 10 # Use prettier colors. color green/black light-green/black # Le superbootsplash gfxmenu (hd0,0)/boot/message # The first entry is for System Maintenance. title Maintenance de NuTyX root (hd0,0) kernel /boot/kernel ro quiet initrd /boot/nutyx-initrd # The second entry is the first production one title NuTyX 2009 root (hd0,0) kernel /boot/kernel root=/dev/sda1 ro quiet # The third entry is for eventually Windows boot title Windows rootnoverify (hd0,X) chainloader +1