Bon, j'ai donc réinstallé Fedora, en utilisant son GRUB. C'est donc lui qu'il l'a généré. Voici l'entrée le concernant :
title Fedora
root (hd1,1)
kernel /boot/vmlinuz-2.6.31.5-127.fc12.x86_64 ro root=UUID=4af8a836-79d1-49d6-a12b-d20336adc6dd LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=fr-atin9 rhgb quiet
initrd /boot/initramfs-2.6.31.5-127.fc12.x86_64.img
Comme on le voit, il s'agit du kernel version release. A la mise à jour suivant l'installation, le kernel a été remplacé par un plus récent :
kernel-2.6.31.9.174.fc12.x86_64
Mais quand je remplace l'entrée dans GRUB avec ce kernel, j'ai un kernel panic très tôt au boot. Une seule ligne de rapport, une question de VFS. Pourtant, il est bien installé (rpm -q).
Quid #?#
Précision : GRUB est sur le MBR de sda. Fedora est sur sdb2.