Bug 1059895 - Fedora iso file does not boot (dracut-initqueue: Warning: Could not boot)
Summary: Fedora iso file does not boot (dracut-initqueue: Warning: Could not boot)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: dracut
Version: 20
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: dracut-maint-list
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-30 20:52 UTC by astroxeu
Modified: 2014-04-02 08:48 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-04-02 08:48:49 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
rdsosreport on a Samsung laptop. (85.26 KB, text/plain)
2014-01-30 20:54 UTC, astroxeu
no flags Details
rdsosreport on a Compaq laptop. (71.61 KB, text/plain)
2014-01-30 20:54 UTC, astroxeu
no flags Details
Screenshot from QEMU (25.30 KB, image/png)
2014-03-03 06:22 UTC, Peter H. Jones
no flags Details

Description astroxeu 2014-01-30 20:52:43 UTC
Description of problem:
Cannot boot Fedora-Live-Xfce-x86_64-20-1.iso, on 2 laptops.

GRUB2 command line:
linux (lo)/isolinux/vmlinuz0 root=live:UUID=$uuid_del_fs_delle_iso iso-scan/filename=$isofile
where (lo) is the loop-mounted iso.

I will attach the rdsosreports.

Comment 1 astroxeu 2014-01-30 20:54:00 UTC
Created attachment 857645 [details]
rdsosreport on a Samsung laptop.

Comment 2 astroxeu 2014-01-30 20:54:42 UTC
Created attachment 857646 [details]
rdsosreport on a Compaq laptop.

Comment 3 Peter H. Jones 2014-03-03 06:22:54 UTC
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.

Comment 4 Peter H. Jones 2014-03-03 06:33:12 UTC
After booting in qemu, I selected Troubleshooting, and edited the Boot in basic graphics line to remove rhgb and quiet.

Comment 5 Harald Hoyer 2014-03-03 12:05:37 UTC
(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


Note You need to log in before you can comment on or make changes to this bug.