Bonjour,
en faisant ma mise à jour quotidienne, j'ai obtenu l'erreur suivante lors de la mise à jour du kernel vers la version 3.1.1-2 :
yum wrote:grubby fatal error: unable to find a suitable template
Je reproduis le problème dès que je fais un
yum reinstall kernel
J'ai une partition /boot plutôt petite, ce qui m'avait posé des problème lors de la migration vers F16
En voilà un listing :
[/boot]$ ls -lh
total 75M
-rw-r--r--. 1 root root 116K 1 nov. 22:31 config-3.1.0-7.fc16.x86_64
-rw-r--r--. 1 root root 116K 11 nov. 23:04 config-3.1.1-1.fc16.x86_64
-rw-r--r--. 1 root root 116K 14 nov. 17:06 config-3.1.1-2.fc16.x86_64
drwxr-xr-x. 3 root root 1,0K 25 mai 2010 efi
drwxr-xr-x. 2 root root 1,0K 8 nov. 23:58 extlinux
drwxr-xr-x. 2 root root 1,0K 19 nov. 22:27 grub
drwxr-xr-x. 3 root root 7,0K 19 nov. 22:27 grub2
-rw-r--r--. 1 root root 16M 19 nov. 22:26 initramfs-3.1.0-7.fc16.x86_64.img
-rw-r--r--. 1 root root 16M 14 nov. 19:54 initramfs-3.1.1-1.fc16.x86_64.img
-rw-r--r--. 1 root root 16M 19 nov. 22:27 initramfs-3.1.1-2.fc16.x86_64.img
-rw-rw-r--. 1 root root 8,1M 19 nov. 18:48 initrd-3.1.1-2.fc16.img
-rw-r--r--. 1 root root 579K 9 nov. 00:07 initrd-plymouth.img
drwx------. 2 root root 12K 25 mai 2010 lost+found
drwxr-xr-x. 2 root root 1,0K 8 nov. 22:44 Recycled
-rw-------. 1 root root 2,4M 1 nov. 22:31 System.map-3.1.0-7.fc16.x86_64
-rw-------. 1 root root 2,4M 11 nov. 23:04 System.map-3.1.1-1.fc16.x86_64
-rw-------. 1 root root 2,4M 14 nov. 17:06 System.map-3.1.1-2.fc16.x86_64
-rwxr-xr-x. 1 root root 4,0M 1 nov. 22:31 vmlinuz-3.1.0-7.fc16.x86_64
-rwxr-xr-x. 1 root root 4,0M 11 nov. 23:04 vmlinuz-3.1.1-1.fc16.x86_64
-rwxr-xr-x. 1 root root 4,0M 14 nov. 17:06 vmlinuz-3.1.1-2.fc16.x86_64
Les fichiers de la version 3.1.1-2 sont présents donc
a priori ce n'est pas un problème d'espace disque.
Mon fichier de conf grub à l'air à jour lui aussi :
menuentry 'Fedora (3.1.1-2.fc16.x86_64)' --class fedora --class gnu-linux --class gnu --class os {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root 78618929-a12f-42a6-9266-72dbe901923d
echo 'Loading Fedora (3.1.1-1.fc16.x86_64)'
linux /vmlinuz-3.1.1-2.fc16.x86_64 root=/dev/mapper/FedoraLinux-Racine ro rd.md=0 rd.dm=0 quiet LANG=fr_FR.UTF-8 rd.lvm.lv=FedoraLinux/Swap rhgb rd.luks=0 rd.lvm.lv=FedoraLinux/Racine SYSFONT=latarcyrheb-sun16 KEYTABLE=fr-latin9
echo 'Loading initial ramdisk ...'
initrd /initramfs-3.1.1-2.fc16.x86_64.img
}
Même a l'air de bien aller, ce message est assez alarmant, qu'est-ce qu'il signifie et que puis-je tenter pour faire rentrer les choses dans l'ordre?