Configuring the GRUB Boot Loader for RHCE/RHCT :
To configure the boot loader or edit anything for GRUB configuration file is:
- /boot/grub/grub.conf
- In case MBR is corrupted try
- /sbin/grub-install /dev/hda
#NOTICE: You have a /boot partition. This means that
# all kernel paths are relative to /boot/
default=0
timeout=30
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-0.12)
root (hd0,0)
kernel /vmlinuz-2.4.18-0.12 ro root=/dev/hda3
initrd /initrd-2.4.18-0.12.img
0 comments:
Post a Comment