Somebody in the thread at some point said: > Over a month ago (at last kernel update) I logged a bugzilla - > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=244498 > > which has gone as follows - > > Opened by Neil Thompson (abraxis@xxxxxxxxxxxx) on 2007-06-16 02:16 EST [reply] > > Description of problem: > When yum updating kernel to latest (2.6.21-1.3228.fc7), I get the following error - > > Installing: kernel ####################### [25/71] > grubby fatal error: unable to find a suitable template What is in your /boot/grub/grub.conf at the moment? You might also try copying that file to, eg, /tmp/grub.conf and running grubby by hand with a test like export KERNVER=2.6.1234 ; grubby --config-file /tmp/grub.conf --add-kernel /boot/vmlinuz-$KERNVER --initrd=/boot/initrd-$KERNVER.img --title $KERNVER --set-default=/boot/vmlinuz-$KERNVER --copy-default This works as expected here and makes a fake entry at the top of /tmp/grub.conf. Does it create the template error for you? -Andy