Bug 962649
| Summary: | Fedora-19-Nightly-i686-Live-lxde-20130513.19-1.iso drops to emergency shell on boot | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter H. Jones <jones.peter.busi> | ||||||
| Component: | dracut | Assignee: | dracut-maint | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | clintonminton, dracut-maint, gansalmon, harald, itamar, jonathan, jones.peter.busi, kernel-maint, madhu.chinakonda | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-06-12 10:34:48 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Peter H. Jones
2013-05-14 07:14:37 UTC
*** Bug 962647 has been marked as a duplicate of this bug. *** Created attachment 747624 [details]
sosreport file suggested
Created attachment 747625 [details]
journalctl --no-pager output
Note long delay before dracut occurs:
"May 14 10:23:33 localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch.
May 14 10:23:33 localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
May 14 10:23:33 localhost systemd[1]: Starting Basic System.
May 14 10:23:33 localhost systemd[1]: Reached target Basic System.
May 14 10:26:38 localhost dracut-initqueue[190]: Warning: Could not boot.
May 14 10:26:38 localhost dracut-initqueue[190]: Warning: /dev/disk/by-label/Fedora-19-Nightly-i686-Live-lxde does not exist
May 14 10:26:38 localhost dracut-initqueue[190]: Warning: /dev/mapper/live-rw does not exist
May 14 10:26:38 localhost systemd[1]: Starting Dracut Emergency Shell...
"
This isn't a kernel problem from what I can tell. The kernel simply can't find the label it was told to look for. Harald, do you have suggestions for Peter to try? Hmmm... /dev/sr0: UUID="2013-05-14-01-58-53-00" LABEL="Fedora-19-Nightly-i686-Live-lxde" TYPE="iso9660" PTTYPE="dos" ID_FS_LABEL=Fedora-19-Nightly-i686-Live-lxde ID_FS_LABEL_ENC=Fedora-19-Nightly-i686-Live-lxde BUT! /dev/disk/by-label does not contain the symlink! What is the output of: # /lib/udev/cdrom_id --debug /dev/sr0 ?? Hi Harald I ran the command but I don't know how to copy the results to here, i mounted an external drive to drive and save the output but its only saving part of the output. I tried /lib/udev/cdrom_id --debug /dev/sr0 > debug buts its not saving all of the output.. (In reply to Clinton Minton from comment #6) > Hi Harald I ran the command but I don't know how to copy the results to > here, i mounted an external drive to drive and save the output but its only > saving part of the output. I tried /lib/udev/cdrom_id --debug /dev/sr0 > > debug buts its not saving all of the output.. Forgot this. This bug is due to trying to write the iso file to a DVD. After I wrote the iso to a CD, I had no problems. # /lib/udev/cdrom_id --debug /dev/sr0 &> debug.txt Saves standard output and standard error to debug.txt. |