| Summary: | Cannot boot installer from USB key on PowerMac G5 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Julio Merino <julio> | ||||||
| Component: | dracut | Assignee: | dracut-maint-list | ||||||
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | dracut-maint-list, harald, jonathan, julio, michele | ||||||
| Target Milestone: | --- | Keywords: | Reopened | ||||||
| Target Release: | --- | ||||||||
| Hardware: | ppc64 | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-06-29 13:35:15 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: | |||||||
| Attachments: |
|
||||||||
|
Description
Julio Merino
2013-12-18 14:01:38 UTC
Booting from the stick should give you a shell. Can you mount any partition on the stick and save /run/initramfs/rdsosreport.txt ? If not, can you take a photo of the first page of this file? # less /run/initramfs/rdsosreport.txt Booting "as is" does not give me a shell. The process gets stuck as described above. So maybe that's a separate bug? That said, if I pass root=/dev/sdb1 (or sdc1) I get to the emergency shell. Will post the contents of the file later from home. Created attachment 839319 [details]
rdsosreport after installer boot failure
Here comes the requested rdsosreport.txt after forcing the installer to abort and drop me to a shell by giving it an invalid value of root=
(In reply to Julio Merino from comment #3) > Created attachment 839319 [details] > rdsosreport after installer boot failure > > Here comes the requested rdsosreport.txt after forcing the installer to > abort and drop me to a shell by giving it an invalid value of root= /dev/sdc1: UUID="2013-11-07-16-06-31-00" LABEL="Fedora_20_Beta_ppc64" TYPE="iso9660" PTTYPE="dos" so, "root=LABEL=Fedora_20_Beta_ppc64" should work you might want to add "debug" to the end of the kernel command line Created attachment 839574 [details]
rdsosreport after passing root=LABEL=... with debug
As I suspected... that didn't work either. I had already tried passing root=/dev/sdc1 which didn't work.
This time, I also gave 'debug' along with the root=LABEL=... parameter as you suggested and attached a new rdsosreport.txt file with the new contents.
Note, in particular, this line:
[ 32.470593] localhost dracut-pre-pivot[541]: ln: failed to create symbolic link '/sysroot/boot/initramfs-3.11.6-301.fc20.ppc64.img': Read-only file system
I mounted the HFS file system on OS X and, indeed, it is read only and has 0 bytes free -- plus there is the 'ro' line passed to the kernel. That said, I guess that's a red herring because I would expect the root file system to be read only: had I recorded the image to a CD, it'd have been read-only.
root=LABEL=Fedora_20_Beta_ppc64 This is wrong for an installer image. It has to be: root=live:LABEL=Fedora_20_Beta_ppc64 The installation documentation says that writing a Fedora ISO to a USB key is a supported mechanism. But when doing so on this machine, the installer fails to boot. So yes, this is a bug. I should not have to specify any root= argument by hand at all. (I still have to give a try to your updated suggestion above but was on vacations; sorry for the delay. Will try sometime this week.) Bleh. So booting the final, non-beta Fedora 20 installer (with or without the root= flag) results in a complete hang. I think it's happening right before the kernel attempts to start init, but I need to look in more detail... I think the failures were pretty clearly identified and they are obviously a bug: the documentation says the installation should work from a USB key, but then it doesn't. That said, I don't care about tracking this any longer so do as you please with the bug. This message is a reminder that Fedora 20 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 20. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '20'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 20 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 20 changed to end-of-life (EOL) status on 2015-06-23. Fedora 20 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |