Multiboot fc4 x86_64 et fc4 32

Fermé
timoty Messages postés 27 Date d'inscription vendredi 18 mars 2005 Statut Membre Dernière intervention 4 mai 2006 - 13 avril 2006 à 10:33
timoty Messages postés 27 Date d'inscription vendredi 18 mars 2005 Statut Membre Dernière intervention 4 mai 2006 - 13 avril 2006 à 13:47
Bonjours à tous le monde

mon 1er post sur ce forum

Je suis au boulot et je rencontre un problème pour faire un multi boot fc4 X86_64 et fc4 _32
la 64 est sur hda1
la 32 est sur hda2

quand je boot sur 32 j'ai ce message
"invalid or unsupported executable format"
voila mon grub.conf







# 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,0)
# kernel /boot/vmlinuz-version ro root=/dev/hda1
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fc4_64 (2.6.11-1.1369_FC4smp)
root (hd0,0)
kernel /boot/vmlinuz-2.6.11-1.1369_FC4smp ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.11-1.1369_FC4smp.img
title Fc4_64-up (2.6.11-1.1369_FC4)
root (hd0,0)
kernel /boot/vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.11-1.1369_FC4.img
title fc4_32
rootnoverify (hd0,1)
chainloader +1
~



Merci de votre aide
A voir également:

4 réponses

jipicy Messages postés 40842 Date d'inscription jeudi 28 août 2003 Statut Modérateur Dernière intervention 10 août 2020 4 897
13 avril 2006 à 11:07
Salut,

Ton entrée "grub" pour ton noyau fc4_32 n'est pas bonne.
En fait il faut que tu recopies l'entrée pour ton noyau fc4_64 en changeant juste le "kernel", l'"initdr" et la partition "root" :
title Fc4_32
root (hd0,1)
kernel /boot/vmlinuz-32 ro root=LABEL=/rhgb quiet
initrd /boot/initrd-32 
En "itallique" les paramètres à changer et à modifier en fonction de leur nom et en "itallique/souligné" à modifier surement (je suis pas sûr là :-\, jamais utilisé les "LABELS").
0
timoty Messages postés 27 Date d'inscription vendredi 18 mars 2005 Statut Membre Dernière intervention 4 mai 2006 8
13 avril 2006 à 12:19
Salut jipicy

merci de ta réponse
Je viens de changer les entrées de mon titre Fc4_32 pour vmlinuz et initrd
j'ai prit les valeurs de la 32 qui est la meme que la 64, c'est à dire 2.6.11-1.1369_FC4 sa parait bizarre non ???
ce qui me donne sa
title Fc4_32
root (hd0,1)
kernel /boot/vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.11-1.1369_FC4

et maintenant j'ai le mesage suivant
uncompressing linux ok, booting the kernel
red hat nash version 4.2.15 starting
request_module : ruaway loop modprobe binfmt-464c

tu en pense quoi ?
0
jipicy Messages postés 40842 Date d'inscription jeudi 28 août 2003 Statut Modérateur Dernière intervention 10 août 2020 4 897
13 avril 2006 à 12:28
Re-

Je te l'ai dit dans mon 1er post, je suis pas un habitué de l'emploi des "LABELS", aussi essaie de changer l'option par :
root=/dev/hda2
Aucune garantie sur ce coup là... ;-))
0
timoty Messages postés 27 Date d'inscription vendredi 18 mars 2005 Statut Membre Dernière intervention 4 mai 2006 8
13 avril 2006 à 13:47
ok
C'est tous bon
"root=/dev/hda2 " à fonctionné

merci beaucoup de tes réponses

Maintenant je me lance pour ma 1ere compilation

Bonne après midi
0