$ ls -l /boot/grub/menu.lst 
 
lrwxrwxrwx  1 root root 11 Nov 24 10:27 /boot/grub/menu.lst -> ./grub.conf 
 
$ ls -l /etc/grub.conf 
 
lrwxrwxrwx  1 root root 22 Nov 24 10:27 /etc/grub.conf -> ../boot/grub/grub.conf 
 
$ cat /boot/grub/menu.lst 
 
# grub.conf generated by anaconda 
# 
# Note that you do not have to rerun grub after making changes to this file 
# NOTICE:  You do not have a /boot partition.  This means that 
#          all kernel and initrd paths are relative to /, eg. 
#          root (hd0,2) 
#          kernel /boot/vmlinuz-version ro root=/dev/md1 
#          initrd /boot/initrd-version.img 
#boot=/dev/sda3 
default=0 
timeout=5 
splashimage=(hd0,2)/boot/grub/splash.xpm.gz 
hiddenmenu 
title Red Hat Enterprise Linux AS (2.6.9-42.ELsmp) 
	root (hd0,2) 
	kernel /boot/vmlinuz-2.6.9-42.ELsmp ro root=/dev/md1 quiet noexec=off  
	initrd /boot/initrd-2.6.9-42.ELsmp.img 
title Red Hat Enterprise Linux AS-up (2.6.9-42.EL) 
	root (hd0,2) 
	kernel /boot/vmlinuz-2.6.9-42.EL ro root=/dev/md1 quiet noexec=off   
	initrd /boot/initrd-2.6.9-42.EL.img