#boot=/dev/hda
default=
timeout=
splashimage=
hiddenmenu
title
root
kernel
initrd
title Other
rootnoverify
chainloader
This configuration file specifies two menu options, identified by the title keywords: Fedora Core and Windows (which Anaconda labels Other by default). Lines that start with a pound sign are comments. The first lines after the initial comments set up the appearance of the bootloader at startup time:
default=
Configures the first title enTRy as the default entry (they are numbered starting at 0 )in this case, Fedora Core.
timeout=
Sets the delay in seconds before the default entry is booted.
splashimage=(
Loads a graphical background for the boot display.
hiddenmenu
Does not display the boot menu unless the user presses a key during the timeout period, in which case all of the available operating system entries are shown.
The filename given in the splashimage line is in a special, GRUB-specific form: (hd0,1) specifies the first hard disk, second partition (
GRUB numbers partitions starting at 0, while Linux numbers them starting at 1.
The remainder of this file configures the two menu options. The first one consists of these four lines:
title
root
kernel
initrd
Each line provides specific information:
title
The title displayed on the menu. The number in parentheses is the kernel version number; since it's standard practice to keep the second-most-recent kernel installed when the kernel is updated, just in case the new kernel does not boot properly, this information enables you to identify which kernel is newer.
root
The root filesystem for the boot process, written using GRUB notation. Note that this may not be the root directory of the Fedora Core installation; it's usually the filesystem mounted at
kernel
The kernel location within the root filesystem, plus boot options. These boot options specify that the root filesystem for Linux is
initrd
The location of the
The other title entry is simpler:
title Other
rootnoverify
chainloader
The lines in this entry invoke the Windows Stage 2 bootloader, found at the start of the Windows partition:
rootnoverify
Similar to the root option in the Fedora Core entry, except that this partition will not be mounted, and therefore files cannot be accessed within the partition by GRUB.
chainloader
Specifies that the boot process should be turned over to the bootloader found in sector 1 of the partition.
10.5.1.1. Customizing the GRUB menu
You can directly edit the GRUB configuration file to change the appearance of the boot process.
To eliminate the boot menu entirely and directly boot the default entry, set the timeout value to zero:
timeout=0
This is a useful setting for end-user, single-boot systems with a stable kernel. On the other hand, if you have several operating systems installed, it may be convenient to remove the hiddenmenu line and use a longer