Bug 808821
Summary: | Installation of new kernel via yum ignores GRUB_DEFAULT entry in /etc/default/grub | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Elbin Pallimalil <elbin.p> | ||||||||
Component: | grubby | Assignee: | Peter Jones <pjones> | ||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 16 | CC: | bcl, gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda, mads, pjones | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | |||||||||||
: | 820454 (view as bug list) | Environment: | |||||||||
Last Closed: | 2012-04-09 02:58:43 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
Elbin Pallimalil
2012-04-01 08:42:53 UTC
Created attachment 574294 [details]
/etc/default/grub
*** This bug has been marked as a duplicate of bug 742720 *** If you say this is a duplicate then so be it. I can imagine other reasons why you could get the behaviour you describe, but without a before-and-after grub.cfg we can't tell. Created attachment 578125 [details]
/boot/grub2/grub.cfg (before)
Before adding a new kernel
Created attachment 578130 [details]
/boot/grub2/grub.cfg (after)
Added before and after grub.cfg so that you can verify. Yes, in this case the problem is that whitespace is removed. The 'right' boot entry can thus not be found and grub will pick the first one it finds - which will be the new kernel. |