
Originally Posted by
OreoKing
an15wn, is grub.conf significantly different than menu.lst? I was thinking of copy pasting or something.
Already answered by sonoran... 

Originally Posted by
OreoKing
I'll probably look for dual-boot samples online or something.
This post talking about triple boot configuration of my laptop... 
Re: How to Triple boot the system?
This is grub.conf of my PC:
Code:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,3)
# kernel /boot/vmlinuz-version ro root=/dev/sda4
# initrd /boot/initrd-version.img
#boot=/dev/sda4
default=1
timeout=10
splashimage=(hd0,3)/boot/grub/splash.xpm.gz
#hiddenmenu
title Fedora (2.6.33.4-95.fc13.x86_64)
root (hd0,3)
kernel /boot/vmlinuz-2.6.33.4-95.fc13.x86_64 ro root=UUID=cdcad7f9-fadb-4070-a792-08fdaac58adc rhgb quiet vga=0x322 SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us
initrd /boot/initramfs-2.6.33.4-95.fc13.x86_64.img
title Windows XP Pro
rootnoverify (hd0,0)
chainloader +1
This is my harddisk layout (yeah there is unallocated partition..
)

Hope that help you to picture the multiboot configuration.