# This is the amount grub waits in seconds before booting the default entry # Set this when you're sure that the default entry is correct. timeout 10 # Tell which entry to boot by default. Note that this is origin zero # from the beginning of the file. default 0 # Fallback to the second entry. #If, for any reason, the default entry doesn't work, fall back to the #second one (this is rarely used, for obvious reasons). fallback 1 # Set the default menu color color light-blue/black blink-red/blue # Note that to GRUB, all hard disks are `hd' and all floppy disks are `fd'. # To Mach, SCSI disks are `sd' and IDE type disks are `hd'. Use # GRUB names in the `root' command and prefixing filenames. Use a # Mach name as the `root' arg for the kernel, and whenever running the Hurd. # 2.4.latest title Linux latest root=(hd0,1) kernel=/boot/bzImage root=/dev/hda2 mem=252M # Entry 0: title Debian/GNU Linux System (kernel 2.4) root (nd) kernel /bzImage nfsroot=10.0.0.1:/export/diskless mem=252M ip=::::::auto #kernel /bzImage nfsroot=10.0.0.1:/export/diskless mem=191M ip=::::::auto # Windows NT title Windows NT 5.0 rootnoverify (hd0,0) chainloader +1 # Entry 8: title Change the colors white & black color white/black # Entry 9: title Change the colors red,blue & black color light-blue/black blink-red/blue