LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Proble During Manual rebooting of CentOS (https://www.linuxquestions.org/questions/linux-newbie-8/proble-during-manual-rebooting-of-centos-4175435889/)

Ashutosh89 11-06-2012 07:38 AM

Proble During Manual rebooting of CentOS
 
Please find the /boot/grub/grub.conf file from my CentOS server as below:

# 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,2)
# kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,2)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.32-71.el6.x86_64)
root (hd0,2)
kernel /vmlinuz-2.6.32-71.el6.x86_64 ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us crashkernel=auto rhgb quiet
initrd /initramfs-2.6.32-71.el6.x86_64.img
title Other
rootnoverify (hd0,0)
chainloader +1




I request an explanation of all the parameters in this file as in what they mean and what is their significance.

MensaWater 11-06-2012 07:44 AM

http://www.gnu.org/software/grub/manual/grub.html


All times are GMT -5. The time now is 11:42 AM.