bonjour,
je tente sur mon système d'avoir 3 os (xp, mac os x et fedora 9)
fedora et linux sont sur le premier disque, mac os x sur le 2e
le grub sur le 1er disque permet de choisir entre les differents systèmes,
pour fedora et xp c ok, mais qd je tente de lancer os x qui est sur le 2e disque il me dit
file type unrecognized
voici le grub
GNU nano 2.0.6 Fichier : /etc/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 (hd0,5)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,5)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.25.9-40.fc8)
root (hd0,5)
kernel /vmlinuz-2.6.25.9-40.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.25.9-40.fc8.img
title Fedora (2.6.25.6-27.fc8)
root (hd0,5)
kernel /vmlinuz-2.6.25.6-27.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.25.6-27.fc8.img
title Other
rootnoverify (hd0,0)
chainloader +1
title Mac Os X
root (hd1,0)
savedefault
makeactive
chainloader +1
merci