Bonjour,
Lorsque je lance le nouveau noyau que je viens d'installer, j'ai l'erreur suivante :
Error 13: Invalid or unsupported executable format
j'ai besoin d'installer un nouveau noyau sur ma fedora core 5.
Je l'ai donc téléchargé depuis
www.linux.org. Sa version est la 2.6.17.11
puis je l'ai configuré à l'aide de xmenuconfig
puis j'ai fait un make
j'ai ensuite copié le noyau dans le répertoire /boot/
puis j'ai fait un
/sbin/mkinitrd /boot/initrd-2.6.17.11.img 2.6.17.11
Voici ce que contient mon répertoire boot
# ls
config-2.6.17-1.2157_FC5 System.map-2.6.17.11
config-2.6.17-1.2174_FC5 System.map-2.6.17-1.2157_FC5
grub System.map-2.6.17-1.2174_FC5
initrd-2.6.17.11.img vmlinuz-2.6.17.11
initrd-2.6.17-1.2157_FC5.img vmlinuz-2.6.17-1.2157_FC5
initrd-2.6.17-1.2174_FC5.img vmlinuz-2.6.17-1.2174_FC5
voici mon fichier de configuration de grub
[root@localhost grub]# cat 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,5)
# kernel /boot/vmlinuz-version ro root=/dev/sda6
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,5)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.17.11)
root (hd0,5)
kernel /boot/vmlinuz-2.6.17.11 ro root=LABEL=/ rhgb quiet acpi=on
initrd /boot/initrd-2.6.17.11.img
title Fedora Core (2.6.17-1.2174_FC5)
root (hd0,5)
kernel /boot/vmlinuz-2.6.17-1.2174_FC5 ro root=LABEL=/ rhgb quiet acpi=o n
initrd /boot/initrd-2.6.17-1.2174_FC5.img
title Fedora Core (2.6.17-1.2157_FC5)
root (hd0,5)
kernel /boot/vmlinuz-2.6.17-1.2157_FC5 ro root=LABEL=/ rhgb quiet acpi=o n
initrd /boot/initrd-2.6.17-1.2157_FC5.img
title Windows XP
rootnoverify (hd0,1)
chainloader +1
Merci de votre aide !
🙂