[Bug 124246] grubby fatal error: unable to find a suitable template

bugzilla at redhat.com bugzilla at redhat.com
Wed Dec 7 21:45:48 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=124246

--- Comment #80 from kevin martin <kevintm at ameritech.net> 2011-12-07 16:45:40 EST ---
FWIW, I'm no longer seeing the grubby fatal message in rawhide; the only
problem I'm seeing with grub2 at this point is that the echo "Loading" line
isn't getting updated with the latest kernel info.   For example, I updated
today and my grub2/grub.cfg file shows this:

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Fedora (3.2.0-0.rc4.git4.2.fc17.x86_64)' --class gnu-linux --class
gnu --class os {
 load_video
 set gfxpayload=keep
 insmod gzio
 insmod part_msdos
 insmod ext2
 set root='(hd0,msdos5)'
 search --no-floppy --fs-uuid --set=root 5fa84efc-2093-49a8-a997-98bb79a345e3
 echo 'Loading Fedora (3.2.0-0.rc0.git3.0.fc17.x86_64)'
 linux /vmlinuz-3.2.0-0.rc4.git4.2.fc17.x86_64
root=UUID=abf1eb35-0fe0-4e2c-8ee5-c6542ace2c85 ro log_buf_len=16M 
nouveau.noaccel=1 nouveau.vram_pushbuf=1 nouveau.vram_notify=1
SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us
 echo 'Loading initial ramdisk ...'
 initrd /initramfs-3.2.0-0.rc4.git4.2.fc17.x86_64.img
}
menuentry 'Fedora (3.2.0-0.rc4.git2.1.fc17.x86_64)' --class gnu-linux --class
gnu --class os {
 load_video
 set gfxpayload=keep
 insmod gzio
 insmod part_msdos
 insmod ext2
 set root='(hd0,msdos5)'
 search --no-floppy --fs-uuid --set=root 5fa84efc-2093-49a8-a997-98bb79a345e3
 echo 'Loading Fedora (3.2.0-0.rc0.git3.0.fc17.x86_64)'
 linux /vmlinuz-3.2.0-0.rc4.git2.1.fc17.x86_64
root=UUID=abf1eb35-0fe0-4e2c-8ee5-c6542ace2c85 ro log_buf_len=16M 
nouveau.noaccel=1 nouveau.vram_pushbuf=1 nouveau.vram_notify=1
SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us
 echo 'Loading initial ramdisk ...'
 initrd /initramfs-3.2.0-0.rc4.git2.1.fc17.x86_64.img
}
menuentry 'Fedora (3.2.0-0.rc4.git0.2.fc17.x86_64)' --class gnu-linux --class
gnu --class os {
 load_video
 set gfxpayload=keep
 insmod gzio
 insmod part_msdos
 insmod ext2
 set root='(hd0,msdos5)'
 search --no-floppy --fs-uuid --set=root 5fa84efc-2093-49a8-a997-98bb79a345e3
 echo 'Loading Fedora (3.2.0-0.rc0.git3.0.fc17.x86_64)'
 linux /vmlinuz-3.2.0-0.rc4.git0.2.fc17.x86_64
root=UUID=abf1eb35-0fe0-4e2c-8ee5-c6542ace2c85 ro log_buf_len=16M 
nouveau.noaccel=1 nouveau.vram_pushbuf=1 nouveau.vram_notify=1
SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us
 echo 'Loading initial ramdisk ...'
 initrd /initramfs-3.2.0-0.rc4.git0.2.fc17.x86_64.img
}
menuentry 'Linux, with Linux 3.2.0-0.rc0.git1.0.fc17.x86_64.debug' --class
gnu-linux --class gnu --class os {
 load_video
 set gfxpayload=keep
 insmod gzio
 insmod part_msdos
 insmod ext2
 set root='(hd0,msdos5)'
 search --no-floppy --fs-uuid --set=root 5fa84efc-2093-49a8-a997-98bb79a345e3
 echo 'Loading Linux 3.2.0-0.rc0.git1.0.fc17.x86_64.debug ...'
 linux /vmlinuz-3.2.0-0.rc0.git1.0.fc17.x86_64.debug
root=UUID=abf1eb35-0fe0-4e2c-8ee5-c6542ace2c85 ro nouveau.noaccel=1
nouveau.vram_pushbuf=1 nouveau.vram_notify=1 log_buf_len=16M 
rdblacklist.nouveau=1
 echo 'Loading initial ramdisk ...'
 initrd /initramfs-3.2.0-0.rc0.git1.0.fc17.x86_64.debug.img
}
menuentry 'Linux, with Linux 3.2.0-0.rc0.git1.0.fc17.x86_64.debug (recovery
mode)' --class gnu-linux --class gnu --class os {
 load_video
 set gfxpayload=keep
 insmod gzio
 insmod part_msdos
 insmod ext2
 set root='(hd0,msdos5)'
 search --no-floppy --fs-uuid --set=root 5fa84efc-2093-49a8-a997-98bb79a345e3
 echo 'Loading Linux 3.2.0-0.rc0.git1.0.fc17.x86_64.debug ...'
 linux /vmlinuz-3.2.0-0.rc0.git1.0.fc17.x86_64.debug
root=UUID=abf1eb35-0fe0-4e2c-8ee5-c6542ace2c85 ro single nouveau.noaccel=1
nouveau.vram_pushbuf=1 nouveau.vram_notify=1 log_buf_len=16M
 echo 'Loading initial ramdisk ...'
 initrd /initramfs-3.2.0-0.rc0.git1.0.fc17.x86_64.debug.img
}
menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
 insmod part_msdos
 insmod ntfs
 set root='(hd0,msdos1)'
 search --no-floppy --fs-uuid --set=root 0A889E4D889E36E3
 chainloader +1
}
menuentry "Windows 7 (loader) (on /dev/sda2)" --class windows --class os {
 insmod part_msdos
 insmod ntfs
 set root='(hd0,msdos2)'
 search --no-floppy --fs-uuid --set=root B020C5A420C571C0
 chainloader +1
}
menuentry "Windows Recovery Environment (loader) (on /dev/sda3)" --class
windows --class os {
 insmod part_msdos
 insmod ntfs
 set root='(hd0,msdos3)'
 search --no-floppy --fs-uuid --set=root F43CED0D3CECCBA4
 drivemap -s (hd0) ${root}
 chainloader +1
}
### END /etc/grub.d/30_os-prober ###

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the triage mailing list