Wont the other files that normally reside within the /boot partition (i.e. grub folder, stage 1,ect.) get over written though? or are these files universal among all linux distributions..
well guys, i FINALLY got it all working!
here is my current set-up:
Partitions:
sda1 | Windows Vista
--------sda2-----------
sda5 | /boot Ubuntu
sda6 | /Ubuntu
sda7 | /boot Fedora
sda8 | /Fedora
sda9 | /Backtrack
-------------------------
sda3 | Shared Drive
sda4 | Swap
Grub Entry:
title Windows Vista
rootnoverify (hd0,0)
savedefault
makeactive
chainloader +1
title Ubuntu 9.04
uuid f26de4bd-f377-479b-a7cd-0efd0b30d045
kernel /vmlinuz-2.6.28-11-generic root=UUID=8208ef00-54c9-4558-9164-1d8d53cb0377 ro quiet splash
initrd /initrd.img-2.6.28-11-generic
quiet
title Fedora Leonidas
root (hd0,6)
kernel /vmlinuz-2.6.29.4-167.fc11.i586 ro root=UUID=219254c2-13c0-4c27-a141-2e763f749e05 rhgb quiet
initrd /initrd-2.6.29.4-167.fc11.i586.img
savedefault
boot
title Backtrack Four
root (hd0,8)
kernel /vmlinuz-2.6.29.4 root=/dev/sda9 rw vga=0x317
initrd /initrd.img-2.6.29.4
Thanks again for ALL the help!



