J'insiste!!
J'ai deux DD
1 SATA avec fedora 8 (sda ou hd0 pour grub)
1 IDE avec slackware 12.0 (sdb ou hd1 pour grub)
J'ai installé un grub sur le MBR de chacun des disques.
Si je boote par le bios, pas de problème. Les deux grubs fonctionnent indépendamment l'un de l'autre.
Je veux chainloader les deux grubs et j'ai commencé par ecrire dans le grub.conf de mon premier disque (SATA avec fedora 8 sda ou hd0):
# 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,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23.15-137.fc8)-noyau par defaut-
root (hd0,0)
kernel /vmlinuz-2.6.23.15-137.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.23.15-137.fc8.img
title Fedora (2.6.23.14-115.fc8)
root (hd0,0)
kernel /vmlinuz-2.6.23.14-115.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.23.14-115.fc8.img
title Slackware 12.0
rootnoverify (hd1,0)
makeactive
chainloader +1
J'ai essayé en variant à partir de "title slackware" en rajoutant des tabulations, avec root à la place de rootnoverify, avec (hd1,1) puisque hd,0 est une partition swap, en ajoutant "boot" après chainloader +1, etc...Rien à faire tout ce que j'obtient c'est un
Error 13: Invalid or unsupported executable format
Pres any key to continue ...
chaque fois que je choisi slackware 12.0 dans le menu de grub. (sur le disque sda ou hd0 enfin mon premier disque quoi...celui avec fedora 8 enfin...)
POURQUOI???!!!