# This is the amount grub waits in seconds before booting the default entry # Use `0' if you're sure that the default entry is correct, and you # don't want to enter GRUB's user interface. timeout 4 # Tell which entry to boot by default. Note that this is origin zero # from the beginning of the file. default 1 # 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. # For giving a partition GRUB count from number 0. Also e.g. the first partition on the hard drive has the number 0. But in the option root=... you MUST give the real device name, also what you can see in e.g. the fdisk program! # And e.g. in the string (hd0,4) the 0 means the first hard drive. # The option root tells GRUB where the kernel is. title Windows 2000 root (hd0,0) chainloader +1 title Windows 98 root (hd0,1) # makeactive chainloader (hd0,1)/boot/grub/win98