Bug 1687882
Summary: | Fedora-30-20190312.n.0 server dvd iso does not boot, stuck on dracut emergency shell | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Menanteau Guy <menantea> | ||||
Component: | lorax | Assignee: | Brian Lane <bcl> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 30 | CC: | anaconda-maint-list, awilliam, bcl, dan, dmach, dracut-maint-list, dshea, hannsj_uhl, jonathan, normand, zbyszek | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | ppc64le | ||||||
OS: | Linux | ||||||
Whiteboard: | AcceptedFreezeException | ||||||
Fixed In Version: | lorax-30.17-1 lorax-30.17-1.fc30 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2019-03-22 18:02:47 UTC | Type: | Bug | ||||
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: | 1071880, 1574714 | ||||||
Attachments: |
|
Description
Menanteau Guy
2019-03-12 14:45:21 UTC
Created attachment 1543218 [details]
boot log
It seems that last rawhide ppc64le Server dvd iso have the same problem How was this image created? The cmdline says inst.stage2=hd:LABEL=Fedora_S_dvd_ppc64le_30 but the label on sr0 is LABEL="Fedora-S-dvd-ppc64le-30" I don't think it will map _ to - Brian, You are right, I changed inst.stage2=hd:LABEL=Fedora_S_dvd_ppc64le_30 by inst.stage2=hd:LABEL=Fedora-S-dvd-ppc64le-30 in the grub command line and it is a lot better !!! so nothing to do with the initrd size... The iso is comming from the dayly compose: https://kojipkgs.fedoraproject.org/compose/branched/Fedora-30-20190312.n.0/compose/Server/ppc64le/iso/Fedora-Server-dvd-ppc64le-30-20190312.n.0.iso Ah! DVD. I'm going to bet that pungi is creating that label with the - in it. The boot.iso looks fine: $ isoinfo -d -i Fedora-Everything-netinst-ppc64le-30-20190312.n.0.iso CD-ROM is in ISO 9660 format System id: PPC Volume id: Fedora_E_dvd_ppc64le_30 Volume set id: 30 Publisher id: Data preparer id: XORRISO-1.5.0 2018.09.15.133001, LIBISOBURN-1.5.0, LIBISOFS-1.5.0, LIBBURN-1.5.0 Application id: FEDORA 30 Copyright File id: Abstract File id: Bibliographic File id: Volume set size is: 1 Volume set sequence number is: 1 Logical block size is: 2048 Volume size is: 291159 Joliet with UCS level 3 found Rock Ridge signatures version 1 found Looking at the way ppc64le creates the isolabel shows that it is different from x86_64, because of yaboot (which we don't use anymore) and escapes. I think right way to fix this is to just use the same code as x86_64 in the ppc64le template. https://github.com/weldr/lorax/pull/638 referenced pungi PR is not yet merged and install on production. So last delivered f30/rawhide composes still have same failure. Beta is in freeze right now, so this needs a freeze exception to go in. I'm gonna just go ahead and call this an automatic freeze exception per "Complete failure of any non-release-blocking TC/RC image to boot at all under any circumstance - "DOA" image (conditional failure is not an automatic freeze exception)" - https://fedoraproject.org/wiki/QA:SOP_freeze_exception_bug_process#Automatic_freeze_exceptions . OK, technically it does boot if you change the args, but come on. :P Brian, I see you merged the fix, can we assume an update is on the way? Thanks! lorax-30.17-1.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-5edfcfd391 lorax-30.17-1.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-5edfcfd391 lorax-30.17-1.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report. |