Thanks for the reply -
Here is my fstab:
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/hdd /media/cdrecorder auto pamconsole,fscontext=system_u

bject_r:removable_t,exec,noauto,managed 0 0
How do I edit this to include Mandrake? By the way, I reinstalled Mandrake (using only that drive) and selected GRUB.
Here is the updated grub.conf:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd1,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS-4 i386 (2.6.9-11.EL)
root (hd1,0)
kernel /vmlinuz-2.6.9-11.EL ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.9-11.EL.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
I have to assume that Mandrake is on hd2,0, but I do not know the kernal info (kernel /vmlinuz-2.6.9-11.EL ro root=/dev/VolGroup00/LogVol00 rhgb quiet / initrd /initrd-2.6.9-11.EL.img in Cent).
I cannot seem to access this drive; under dev/ I have hda, hda1, hdb, hdb1, hdb2, hdc, hdc1hdc2, hdc5, hdc6 and hdd. I have the drives set up as follows:
Primary Master: XP (for now)
Primary Slave: CentOS
Secondary Master: Mandrake 10.1
Secondary Slave: DVD drive
Ideally, I would like to completely get rid of XP; install Ubuntu on PM, and retain CentOS on PS and Mandrake on SM. GRUB is currently installed on the MBR, but if I whack it by doing a Ubuntu install, shouldn't that make it easier to configure grub and fstab?
Finally, if there is a site or book that more or less details the different kinds of multibooting, (NT & nix, distro disco) please provide the link or name. I have been googling this, but cannot seem to find exactl;y what I am looking for.
Again, thanks in advance!
Tim