Bug 768645
Summary: | dracut has moved to /usr/bin/dracut with dracut-014 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Bruno Wolff III <bruno> | ||||
Component: | grubby | Assignee: | Peter Jones <pjones> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | bcl, bruno, loganjerry, pjones, robatino, stijn, thomasbelvin | ||||
Target Milestone: | --- | Keywords: | Reopened | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | grubby-8.8-2.fc16 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-12-20 00:16:36 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
Bruno Wolff III
2011-12-17 15:44:39 UTC
Until the new grubby is available, the following works for me to generate and use the new initramfs file in /boot. (I had to read some to figure out how, adjust the dracut line for desired kernel version.) # cd /boot # dracut initramfs-3.2.0-0.rc5.git3.1.fc17.x86_64.img 3.2.0-0.rc5.git3.1.fc17.x86_64 # grub2-mkconfig -o /boot/grub2/grub.cfg The build failed. 8.5 added a new test as well as the change to not use a hard coded path for dracut. The new test is failing which is preventing the build. I ran test.sh with the following removed and to confirm the new test was the one that is failing: grub2Test grub2.1 remove/g2-1.4 --remove-kernel=/boot/vmlinuz-2.6.38.2-9.fc15.x86_64 \ --boot-filesystem=/boot/ It looks like the test output has "Linux" in two places it should have "Fedora". I don't know if that output change is rawhide specific though. Reopening until there is an actual completed grubby build ( http://koji.fedoraproject.org/koji/buildinfo?buildID=279194 wasn't it). *** Bug 768481 has been marked as a duplicate of this bug. *** I see a successful grubby-8.6-1.fc17 build http://koji.fedoraproject.org/koji/buildinfo?buildID=279336 - should this be closed now? I tested the updated grubby and it built an initramfs image, so I am going to close this. As a side note, I noticed that the update for grubby doesn't seemed to have been pushed to the upstream grubby repo which is still at 8.5 instead of 8.6. Created attachment 548713 [details]
/boot/grub2/grub.cfg after reinstalling the newest kernel
I tested it by updating grubby, rebooting into an older kernel and reinstalling kernel-3.2.0-0.rc6.git0.1.fc17.x86_64. It works, but there are now 2 grub2 entries for the newest kernel.
I was able to reproduce the same issue on F16 so it's not new. Filed bug 769119. grubby-8.8-2.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/grubby-8.8-2.fc16 grubby-8.8-2.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |