CJ wrote:Ain't done it but it could be a bit messy when it comes to boot loaders.
If it was me, I'd install Suse first, then RH and use LILO and see how that works. If theres no joy, wipe the disk and reverse the install process.
You might have to take a look around the web for a suitable lilo.conf or grub.conf, depending on what loader you decide to go with.
Ciaran
Cheers Ciaran,
think i got it sorted.... have to install RH first, create 4 partitions, 1 for /boot (for bootloader) 1 for / (to install RH), 1 for /suse (to install suse) and swap. Then install SuSE into /suse and after that you have to edit /boot/grub/menu.lst for RH kernel and initrd image. I added
------------
title RedHat
kernel (hd0,0)/vmlinuz.that.redhat.installed root=/dev/hda1
initrd (hd0,0)/initrd.that.redhat.installed