Article Title: Grub file in linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
# Grub. conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a/boot partition. This means that
# All kernel and initrd paths are relative to/boot/, eg.
# Root (hd0, 0)
# Kernel/vmlinuz-version ro root =/dev/sda2
# Initrd-version.img/initrd
# Boot =/dev/sda
Default = 0
(The first system is started by default. If it is a multi-system, it can be distinguished by the number following default)
Timeout = 5
(The time when the message is paused at startup)
Splashimage = (hd0, 0)/grub/splash.xpm.gz
(Grub background image)
Hiddenmenu
Title Red Hat Enterprise Linux Server (2.6.18-53. el5)
(Title information displayed)
Root (hd0, 0)
(Root position at startup)
Kernel/vmlinuz-2.6.18-53.el5 ro root = LABEL =/rhgb quiet
(Location and name of the kernel)
Initrd/initrd-2.6.18-53.el5.img
(Initrd kernel image name)
This article from the "ct Technical Summary" blog, please be sure to keep this source linux.blog.51cto.com/925709/279490 "> http://ct0707linux.blog.51cto.com/925709/279490