grubby error "unable to find a suitable template" when installing kernel-2.6.27.12-78.2.8.fc9

Michael Schwendt mschwendt at gmail.com
Sat Jan 31 11:33:48 UTC 2009


On Sat, 31 Jan 2009 09:35:47 +1100, L wrote:

> please find attached are fstab and grub.conf. I suspect this problem has
> something to do with partition /boot mount. Other partitions are mounted
> using UUID=, but partition /boot was not automaticallly mounted. I mounted
> it manually as
> /dev/sda1              /boot                       ext3    defaults
> 1  2

This doesn't match your grub.conf file, where /boot is /dev/sda2.

Note that GRUB partition notation "(hd0,1)" is /dev/sda2, and the
GRUB "root" parameter specifies the /boot partition, NOT the / partition.

So, if /dev/sda1 _really_ is your /boot partition (and I assume it is
because you mounted it manually), then edit grub.conf to contain

  root (hd0,0)

which is /dev/sda1.




More information about the fedora-list mailing list