Bug 149081
| Summary: | mk-images.ppc doesn't create 64-bit Mac bootable images. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Woodhouse <dwmw2> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | cagney, dhu, nobody+pnasrat | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 10.2.0.20 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2005-04-05 13:04:48 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: | 121179 | ||||||
| Attachments: |
|
||||||
|
Description
David Woodhouse
2005-02-18 16:00:08 UTC
Created attachment 111208 [details]
Patch to create 64-bit mac boot.iso
Thanks for the patch commited The patch added a new file bootdisk/ppc/yaboot.conf.mac64 which you didn't 'cvs add'. Oops, sorry. Done. Fedora Core 4 Test 1 shipped with this bug.
The ISO boots, but yaboot can't load the kernel as yaboot.conf is missing.
Workaround (really messy):
- from OS-X create a small (100mb?) hfs (not hfs+) partition; make a note of the
parition number (how I'm not sure :-)
- from OS-X copy the contents of the 64-bit boot iso (in particular ppc/mac64/
vmlinuz, yaboot, and ramdisk.image.gz) to that disk (at the top level)
- from OS-X copy from the 32-bit ISO the file ppc/mac/yaboot.conf to the top level
- edit the copied yaboot.conf so that paths such as:
cd:,\ppc\mac\vmlinuz
are replaced with simpler
hd:,vmlinuz
(or is that)
hd:2,\vmlinuz
(where 2 is that partition number)
- reboot machine, during <boing> hold down <apple><option><o><f>
(don't try doing this when using a microsoft keyboard :-/)
- at the OK> prompt enter
boot hd:<PARTNUMBER>,yaboot
e.g.,
boot hd:2,\yaboot
from the OK> prompt you can actually fish for that yaboot image vis:
boot hd:1,\yaboot
boot hd:2,\yaboot
....
- continue as normal
*** Bug 151676 has been marked as a duplicate of this bug. *** |