Bug 751604

Summary: Fedora boot with incorrect "Loading Fedora (<kernel version>)" info
Product: [Fedora] Fedora Reporter: Jaroslav Pulchart <jaroslav.pulchart>
Component: grubbyAssignee: Peter Jones <pjones>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: bcl, pjones, robatino
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: 2011-11-06 14:33:57 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:
Attachments:
Description Flags
grub.cfg none

Description Jaroslav Pulchart 2011-11-06 08:11:55 UTC
Description of problem:
Fedora boot with incorrect <kernel version> info ("Loading Fedora (<kernel version>)")

Version-Release number of selected component (if applicable):
F16

How reproducible:
at least 2x kernel versions must be installed

Steps to Reproduce:
1. boot new kernel
2. see boot message immediately after grub
   "Loading Fedora (<kernel version>)"
3. <kernel version> echo is different than selected kernel

Actual results:
grub.cfg entries contains echo with wrong kernel release

menuentry 'Fedora (3.1.0-7.fc16.x86_64)' ... {
        ...
	echo 'Loading Fedora (3.1.0-1.fc16.x86_64)'
        ...
}

Expected results:
grub.cfg entries contains echo with correct kernel release

menuentry 'Fedora (3.1.0-7.fc16.x86_64)' ... {
        ...
	echo 'Loading Fedora (3.1.0-7.fc16.x86_64)'
        ...
}


Additional info:
-

Comment 1 Jaroslav Pulchart 2011-11-06 08:13:07 UTC
Created attachment 531927 [details]
grub.cfg

Comment 2 Andre Robatino 2011-11-06 14:33:57 UTC

*** This bug has been marked as a duplicate of bug 732654 ***