Using Gnome. Gedit seems to work the same way. Note that last two results are out of order. Also, please note that in the /grub/menu.lst file in the next line after "title linux nonfb" there is a hyphen between linux and nonfb. Is it OK there?
# Entry for /dev/sda3 :
LABEL=root / ext4 defaults 1 1
none /dev/pts devpts defaults 0 0
# Entry for /dev/sda6 :
LABEL=home /home ext4 defaults 1 2
# THE FOLLOWING LINE REVISED "OPTIONS" TO ALLOW user TO MOUNT /DEV/SDB2
# /dev/sdb2 /media/pclos ext4 defaults 0 0
/dev/sdb2 /media/pclos ext4 rw,suid,dev,exec,auto,user,async 0 0
none /proc proc defaults 0 0
# Entry for /dev/sda5 :
LABEL=Swap swap swap defaults 0 0
timeout 5
color black/cyan yellow/cyan
gfxmenu (hd0,2)/boot/gfxmenu
default 0
title linux
kernel (hd0,2)/boot/vmlinuz BOOT_IMAGE=linux root=LABEL=root
vmalloc=256M resume=LABEL=Swap splash=silent vga=788
initrd (hd0,2)/boot/initrd.img
title linux nonfb
kernel (hd0,2)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=LABEL=root
vmalloc=256M resume=LABEL=Swap
initrd (hd0,2)/boot/initrd.img
title failsafe
kernel (hd0,2)/boot/vmlinuz BOOT_IMAGE=failsafe root=LABEL=root
failsafe vmalloc=256M
initrd (hd0,2)/boot/initrd.img
title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
[root@localhost ~]# ls -l /mnt/there/boot |grep init
-rw------- 1 root root 7845821 2010-11-30 18:02 initrd-2.6.33.5-pclos1.bfs.img
lrwxrwxrwx 1 root root 30 2012-05-11 14:03 initrd.img -> initrd-2.6.33.5-pclos1.bfs.img
[root@localhost ~]# ls -l /mnt/there/boot |grep vm
lrwxrwxrwx 1 root root 27 2012-05-11 14:03 vmlinuz -> vmlinuz-2.6.33.5-pclos1.bfs
-rw-r--r-- 1 root root 2059536 2010-05-30 02:42 vmlinuz-2.6.33.5-pclos1.bfs