Bug 1015816

Summary: New kernel not added to grub.cfg (kernel-install problem)
Product: [Fedora] Fedora Reporter: Artur Szymczak <ajes+redhat>
Component: systemdAssignee: systemd-maint
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 20CC: johannbg, lnykryn, msekleta, plautrba, systemd-maint, vpavlin, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-09 07:23:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
kernel-install strace none

Description Artur Szymczak 2013-10-05 20:01:44 UTC
Created attachment 808231 [details]
kernel-install strace

Description of problem:
After upgrading system (and kernel) I noticed, that I don't have new kernel in my grub configuration. After small investigation, I found that "/bin/kernel-install add 3.11.3-301.fc20.x86_64 /boot/vmlinuz-3.11.3-301.fc20.x86_64" (which is runned as parto of install transaction of kernel rpm) don't create initrd in /boot, but instead it creates directory /boot/555247f7d4c74e9d9893e70266ed13c7/3.11.3-301.fc20.x86_64 containing: initrd and vmlinuz.

Version-Release number of selected component (if applicable):
kernel-3.11.3-301.fc20.x86_64
systemd-208-2.fc20.x86_64
grub2-2.00-25.fc20.x86_64

How reproducible:
On this machine, always.

Steps to Reproduce:
1. Update kernel.
2.
3.

Actual results:
New kernel is'nt available in grub config.

Expected results:
New kernel is added to grub.cfg (initramfs is created in /boot)

Additional info:

Comment 1 Artur Szymczak 2013-10-09 07:23:15 UTC
It was missing grubby package.