Bug 496173
| Summary: | ybin doesn't seem to be ran on PPC installs, system is not bootable | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | anaconda-maint-list, dcantrell, pjones, rmaximo, vanmeeuwen+fedora |
| 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: | 2009-04-22 16:48:45 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 476775, 495965 | ||
|
Description
Jesse Keating
2009-04-16 23:46:52 UTC
We should be running /sbin/mkofboot here instead of ybin. Can you attach all the usual log files to this bug report, or should I wait until rawhide syncs up to take it for a spin locally? I didn't notice that things weren't setup right until after I rebooted, and once I did that, storage.log and program.log were missing (we should be saving those!). Once rawhide syncs here I'll try another install to try and reproduce it. Got the log message Running ... ['/sbin/mkofboot', '/sbin/mkofboot', '-f', '-C', '/boot/etc/yaboot.conf'] If you notice, the program is passed twice as arguments. I tracked this back to a change from using rhpl.exec to iutil when execing things and a difference in how they treat arguments. I've submitted a patch that should fix this upstream. Your fix will be in anaconda-11.5.0.46-1. Confirmed fixed. |