First i want to appologize if this is a repeat post i have see this issue several times on many forums but i have yet to see a solution that has worked for me
I am Tripple booting MS windows XP pro, Fedora 9, Mac os X 10.5.4
This is a my grub.conf file.
also my partitions are as follows
HD0,0 Windows XP
HD0,1 Linux
HD0,2 Mac OS X
Both the windows and the linux installs work fine. however the osx will give me the error message #13
any help would be appreacated...
thank you
Driztin
# 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,1)
# kernel /boot/vmlinuz-version ro root=/dev/sda2
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=25
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
#hiddenmenu
title Fedora (2.6.26.5-45.fc9.i686)
root (hd0,1)
kernel /boot/vmlinuz-2.6.26.5-45.fc9.i686 ro root=UUID=7ede38b1-ccfb-4f17-9423-b54da2c2aaaf rhgb quiet
initrd /boot/initrd-2.6.26.5-45.fc9.i686.img
title Windows XP Pro
rootnoverify (hd0,0)
chainloader +1
title Fedora (2.6.25-14.fc9.i686)
root (hd0,1)
kernel /boot/vmlinuz-2.6.25-14.fc9.i686 ro root=UUID=7ede38b1-ccfb-4f17-9423-b54da2c2aaaf rhgb quiet
initrd /boot/initrd-2.6.25-14.fc9.i686.img
title Mac OS X Tiger 10.4.8
rootnoverify (hd0,2)
makeactive
chainloader +1