Bug 613929
Summary: | Cannot install RHEL6 via TFTP netboot using ppc64.img | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Frank Danapfel <fdanapfe> |
Component: | yaboot | Assignee: | Roman Rakus <rrakus> |
Status: | CLOSED WONTFIX | QA Contact: | Release Test Team <release-test-team-automation> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.0 | CC: | borgan, christoph.buchmann, ddumas, elmar.billen, jjarvis, mbanas, notting, rdoty, rlandman, rpacheco, rvokal, syeghiay, tsmetana |
Target Milestone: | rc | Keywords: | Documentation, RHELNAK |
Target Release: | 6.0 | ||
Hardware: | ppc64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
The kernel image provided on the CD/DVD is too large for Open Firmware. Consequently, on the POWER architecture, directly booting the kernel image over a network from the CD/DVD is not possible. Instead, use yaboot to boot from a network.
|
Story Points: | --- |
Clone Of: | 591507 | Environment: | |
Last Closed: | 2010-08-17 20:48:35 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: | 591507 | ||
Bug Blocks: |
Comment 2
Frank Danapfel
2010-07-13 09:50:00 UTC
Frank, is it the the whole log? Isn't the output somehow trimmed (the width of the console)? The machine is stuck right after the "2 " is displayed? If the machine is stuck, the problem is somewhere in the Open Firmware. On machine I have tried right now, OF displays me 1, 2, 3 numbers and !EA017021 ! and then yaboot continues to work. Roman, yes this is the whole log I received. I've added the colleague from IBM who was testing this as CC to this BZ, so maybe he can provide some more information. Elmar, can you provide some more information about the problems you encountered when trying to install the RHEL 6 Beta using yaboot? This issue has been proposed when we are only considering blocker issues in the current Red Hat Enterprise Linux release. ** If you would still like this issue considered for the current release, ask your support representative to file as a blocker on your behalf. Otherwise ask that it be considered for the next Red Hat Enterprise Linux release. ** So what do you propose that I tell my customers? Go and change your NIM infrastructure or go and buy SLES for a proper LAN-installation? LAN installation is working with the yaboot. But not the direct boot of ppc64.img, because the image is too large. Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Network installation was working using RHEL-6 installation CDs/DVD - direct boot of kernel image. This does not work any more, because the kernel image is too large for Open Firmware. Users should use yaboot to boot from network. There is newer yaboot built - yaboot-1.3.14-35.el6. Can you please try it? (In reply to comment #23) > There is newer yaboot built - yaboot-1.3.14-35.el6. Can you please try it? Where can I get the newer yaboot build? Can you provide me with a link to some documentation, how a proper yaboot-configuration should look like? Or could you provide a working example of a yaboot.conf which I can adapt to our installation framework here? Thanks & regards, Elmar. (In reply to comment #27) > (In reply to comment #23) > > There is newer yaboot built - yaboot-1.3.14-35.el6. Can you please try it? > > Where can I get the newer yaboot build? It will be in some compose soon. > > Can you provide me with a link to some documentation, how a proper > yaboot-configuration should look like? Or could you provide a working example > of a yaboot.conf which I can adapt to our installation framework here? > I just know about the cobbler wiki: https://fedorahosted.org/cobbler/wiki/PowerPc There is nothing special in yaboot.conf. > Thanks & regards, > Elmar. You can get the latest yaboot from http://rrakus.fedorapeople.org/yaboot-1.3.14-35.el6.ppc.rpm Another page with some docs about how to netboot PowerPC with yaboot: http://penguinppc.org/~hollisb/linux/rs6k-netboot.shtml Hopefully it helps. I think something like the following would be useful to have in the RHEL6 PPC documentation: http://lists.debian.org/debian-powerpc/2000/03/msg00190.html This issue has been proposed when we are only considering blocker issues in the current Red Hat Enterprise Linux release. ** If you would still like this issue considered for the current release, ask your support representative to file as a blocker on your behalf. Otherwise ask that it be considered for the next Red Hat Enterprise Linux release. ** Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1 @@ -Network installation was working using RHEL-6 installation CDs/DVD - direct boot of kernel image. This does not work any more, because the kernel image is too large for Open Firmware. Users should use yaboot to boot from network.+The kernel image provided on the CD/DVD is too large for Open Firmware. Consequently, on the POWER architecture, directly booting the kernel image over a network from the CD/DVD is not possible. Instead, use yaboot to boot from a network. |