This is where the fun just gets started. 
Oh dear, ...
Sick of saying, "Thankyou for your very clear instructions, and help."
Please take it that this is so, and I'm growing in confidence. It's been a great journey.
O.K.
[jimi@localhost ~]$ su
Password:
[root@localhost ~]# cat /boot/grub/menu.lst
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,1)/boot/gfxmenu
default 0
title linux MiniMe
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=linux_MiniMe root=UUID=805d4859-73b8-43f5-a104-c2c5650e521a quiet vmalloc=256M acpi=on resume=UUID=82bace0a-cdf3-4f26-a43f-73e31916122d splash=silent vga=788
initrd (hd0,1)/boot/initrd.img
title linux-nonfb
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=805d4859-73b8-43f5-a104-c2c5650e521a quiet vmalloc=256M acpi=on resume=UUID=82bace0a-cdf3-4f26-a43f-73e31916122d
initrd (hd0,1)/boot/initrd.img
title failsafe
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=805d4859-73b8-43f5-a104-c2c5650e521a quiet failsafe vmalloc=256M acpi=on
initrd (hd0,1)/boot/initrd.img
[root@localhost ~]# cat /etc/fstab
# Entry for /dev/sda2 :
UUID=805d4859-73b8-43f5-a104-c2c5650e521a / ext4 defaults 1 1
# Entry for /dev/sda3 :
UUID=273075e6-fb03-442e-b1b9-7a17f960429b /home ext4 defaults 1 2
none /proc proc defaults 0 0
# Entry for /dev/sda1 :
UUID=82bace0a-cdf3-4f26-a43f-73e31916122d swap swap defaults 0 0
none /dev/pts devpts defaults 0 0
[root@localhost ~]#
When setting up Grub, I named the Boot line:-
title linux MiniMe
Hope that doesn't matter ? Thought need to distinguish between each OS.