bonjour,
J'ai le même souci mais sous Fedora 8.
voici le retour de la commande uname -a
uname -a
Linux localhost.localdomain 2.6.26.6-49.fc8 #1 SMP Fri Oct 17 15:59:36 EDT 2008 i686 i686 i386 GNU/Linux
voici le retour de la commande yum list kernel*
yum list kernel*
Paquetages installés
kernel.i686 2.6.23.1-42.fc8 installed
kernel.i686 2.6.26.6-49.fc8 installed
kernel-devel.i686 2.6.26.6-49.fc8 installed
kernel-headers.i386 2.6.26.6-49.fc8 installed
Paquetages disponibles
kernel.i586 2.6.26.6-49.fc8 updates-newkey
kernel-PAE.i686 2.6.26.6-49.fc8 updates-newkey
kernel-PAE-debug.i686 2.6.26.6-49.fc8 updates-newkey
kernel-PAE-debug-devel.i686 2.6.26.6-49.fc8 updates-newkey
kernel-PAE-devel.i686 2.6.26.6-49.fc8 updates-newkey
kernel-debug.i686 2.6.26.6-49.fc8 updates-newkey
kernel-debug-devel.i686 2.6.26.6-49.fc8 updates-newkey
kernel-devel.i586 2.6.26.6-49.fc8 updates-newkey
kernel-doc.noarch 2.6.26.6-49.fc8 updates-newkey
kernel-xen.i686 2.6.21.7-5.fc8 updates-newkey
kernel-xen-2.6-doc.noarch 2.6.21.7-5.fc8 updates-newkey
kernel-xen-devel.i686 2.6.21.7-5.fc8 updates-newkey
le contenu de mon grub.conf
cat /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,0)
# kernel /vmlinuz-version ro root=/dev/sda2
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.26.6-49.fc8)
root (hd0,0)
kernel /vmlinuz-2.6.26.6-49.fc8 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.26.6-49.fc8.img
title Fedora (2.6.23.1-42.fc8)
root (hd0,0)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.23.1-42.fc8.img
j'ai découvert qu'il existe un kernel .src. Est ce qu'il me le faudrait pas également?
merci d'avance 🙂