Bug 751604 - Fedora boot with incorrect "Loading Fedora (<kernel version>)" info
Summary: Fedora boot with incorrect "Loading Fedora (<kernel version>)" info
Keywords:
Status: CLOSED DUPLICATE of bug 732654
Alias: None
Product: Fedora
Classification: Fedora
Component: grubby
Version: 16
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Peter Jones
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-06 08:11 UTC by Jaroslav Pulchart
Modified: 2011-11-06 14:33 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-06 14:33:57 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
grub.cfg (6.60 KB, text/plain)
2011-11-06 08:13 UTC, Jaroslav Pulchart
no flags Details

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 ***


Note You need to log in before you can comment on or make changes to this bug.