Well, well - on my 3rd post they show beautifully.

Anyway here is my menu.lst. In the meantime I'll try and get a pic of my gparted from minus.com.
My problem agaain.......
I can boot into Minime1 on sda2 but not into PcLinuxos in sda3. I would like to boot into both. From these pics is it possible for someone to tell me what is wrong with the stanza for Pclos in sda3? My grateful thanks, as always, for your help.
timeout 3
color black/cyan yellow/cyan
gfxmenu (hd0,1)/boot/gfxmenu
default 0
title linux
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=linux root=/dev/sda2 quiet nokmsboot vmalloc=256M acpi=on vga=788
initrd (hd0,1)/boot/initrd.img
boot
title windows
root (hd0,0)
chainloader +1
title linux (on /dev/sda3)
kernel (hd0,2)/boot/vmlinuz BOOT_IMAGE=linux root=/dev/sda3 quiet nokmsboot vmalloc=256M acpi=on vga=788
initrd (hd0,2)/boot/initrd.img
title linux (on /dev/sda3)
root (hd0,2)
kernel /boot/vmlinuz BOOT_IMAGE=linux root=/dev/sda2 quiet nokmsboot vmalloc=256M acpi=on vga=788
initrd (hd0,2)/boot/initrd.img
savedefault
boot
You have two stanzas for /dev/sda3 installation, but the second calls for root to be /dev/sda2. Other than that, the first one should work, assuming you actually have the links
vmlinuz and
initrd.img, and they are actually pointing to a legitimate kernel and a legitimate initrd image.
You say you can't boot into the second PCLinuxOS, but you don't say what actually happens, ie error messages and such.
As a test, copy/paste this stanza in your menu,lst.
title TEST Stanza
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=linux root=/dev/sda3 quiet nokmsboot vmalloc=256M acpi=on vga=788
initrd (hd0,1)/boot/initrd.imgAll it does is load the kernel and initrd from the working MiniMe, while using the
/ partition of the other installation. You might get a minute's delay in booting, due to the way the initrd images are now made. If it does eventually boot, in a
terminal, as
root, run the command;
[root@localhost ~]# cat /etc/fstab <Enter>
Post your results.
If you get an error message, and the second installation does not boot,
report the exact error message.