Bug 1059895
| Summary: | Fedora iso file does not boot (dracut-initqueue: Warning: Could not boot) | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | astroxeu | ||||||||
| Component: | dracut | Assignee: | dracut-maint-list | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 20 | CC: | dracut-maint-list, harald, jonathan, jones.peter.busi | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2014-04-02 08:48:49 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
astroxeu
2014-01-30 20:52:43 UTC
Created attachment 857645 [details]
rdsosreport on a Samsung laptop.
Created attachment 857646 [details]
rdsosreport on a Compaq laptop.
Created attachment 869785 [details]
Screenshot from QEMU
Got this by running
qemu-system-x86_64 -m 2048 -cdrom Fedora-Live-Jam-KDE-x86_64-rawhide-20140302.iso
I got a message suggesting I save the rdosreport.txt file, but I didn't know how to do that from qemu. I didn't have a USB drive handy. I can cat the file to the screen, and I think I can mount in the QEMU VGA screen.
The screenshot of the VGA screen shows the end of a cat of the rdosreport.txt file.
After booting in qemu, I selected Troubleshooting, and edited the Boot in basic graphics line to remove rhgb and quiet. (In reply to astroxeu from comment #1) > Created attachment 857645 [details] > rdsosreport on a Samsung laptop. + cat /proc/cmdline BOOT_IMAGE=(lo)/isolinux/vmlinuz0 root=live:UUID=BE37-227A iso-scan/filename=/boot-isos/Fedora-Live-Xfce-x86_64-20-1.iso But! The ISO has UUID=2013-12-12-01-51-40-00. so, the correct kernel cmdline would have been: root=live:UUID=2013-12-12-01-51-40-00 iso-scan/filename=/boot-isos/Fedora-Live-Xfce-x86_64-20-1.iso Or root=live:LABEL=Fedora-Live-Xfce-x86_64-20-1 iso-scan/filename=/boot-isos/Fedora-Live-Xfce-x86_64-20-1.iso |