Bug 510883

Summary: grubby can't find suitable template
Product: [Fedora] Fedora Reporter: Jonathan Kamens <jik>
Component: grubbyAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: katzj, pjones, yunus.tji.nyan
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-07-17 14:16:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan Kamens 2009-07-12 02:16:32 UTC
grubby in rawhide says it can't find a suitable template and therefore won't update /boot/grub/grub.conf.

This occurs whether or not dracut is installed (and, incidentally, if grubby is going to rely on dracut, then it should probably have a dependency on it in its spec file, which it apparently doesn't).

Here's what's at the end of my /boot/grub/grub.conf file, which looks perfectly fine and I can't imagine why grubby's having trouble updating (and has had no trouble in the past):

title Fedora (2.6.30-6.fc12.i686.PAE)
	root (hd0,0)
	kernel /boot/vmlinuz-2.6.30-6.fc12.i686.PAE ro root=LABEL=/ hdd=ide-scsi notsc
	initrd /boot/initrd-2.6.30-6.fc12.i686.PAE.img
title Memtest86+ (2.11)
	root (hd0,0)
	kernel /boot/memtest86+-2.11

It appears that the initrd is created just fine -- I see it in /boot -- so it's just the grub.conf updating that isn't working.

Comment 1 Jeremy Katz 2009-07-17 14:16:35 UTC
This should be fixed with 7.0.1 that just finished building

Comment 2 yunus 2009-07-17 15:48:51 UTC
on my machine, grubby-7.0-1.fc12.x86_64 does not fix this issue