cool, thanks for all the replies.
I found a link to do the same thing in my distro:
http://docs.pclinuxos.com/Adding_PCL...ows_Bootloader
OK, so now I am getting error 21 with GRUB (now I have read up on this a bit and I know it means that the disk cannot be found...I believe)
So, I have this setup:
sda + sdb = RAID0 array running windows xp ntfs
sdc = linux
I installed PCLinuxOS onto sdc and also installed GRUB onto /dev/sdc and then copied bootsector as per the directions in above link to c:\ etc....
I have posted my menu.lst below: (I think that something could be wrong here...not sure though, could someone with a little more experience help me out here? To me something appears wrong with the hd0 numbering etc.)
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,0)/usr/share/gfxboot/themes/pclinuxos/boot/message
default 0
title linux
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=/dev/sdc1 acpi=on resume=/dev/sdc5 splash=silent vga=788
initrd (hd0,0)/boot/initrd.img
title linux-nonfb
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=/dev/sdc1 acpi=on resume=/dev/sdc5
initrd (hd0,0)/boot/initrd.img
title failsafe
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/sdc1 failsafe acpi=on resume=/dev/sdc5
initrd (hd0,0)/boot/initrd.img
title windows
root (hd2,0)
map (0x82) (0x80)
map (0x80) (0x82)
makeactive
chainloader +1
Thanks in advance