Bug 750671

Summary: livecd-iso-to-disk fails to create EFI usb disk
Product: [Fedora] Fedora Reporter: Václav Mocek <next.little.owl>
Component: livecd-toolsAssignee: Brian Lane <bcl>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 14CC: adam.stokes, bcl, bruno, dhuff, Jasper.Hartline, katzj
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-02 00:07:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Václav Mocek 2011-11-01 23:54:36 UTC
Description of problem:
The script livecd-iso-to-disk tests the existence of [ ... -d $CDMNT/EFI/boot ], but not other possibilities as /EFI/BOOT, /efi/boot or /efi/BOOT. All these combinations are perfectly valid. 

Version-Release number of selected component (if applicable):
livecd-tools-14.2-1.fc14.i686

How reproducible:
Always

Steps to Reproduce:
1. download Fedora-16-x86_64-netinst.iso (RC3)
2. livecd-iso-to-disk --format --reset-mbr --efi Fedora-16-x86_64-netinst.iso /dev/sdX
3.
  
Actual results:
The script fails with the error message "ERROR: This live image does not support EFI booting", because the mounted image contains directory /EFI/BOOT, but not /EFI/boot.

Expected results:
A bootable USB image.

Additional info:

More detailed description with test code could be found here:
https://bugzilla.redhat.com/show_bug.cgi?id=750228#c35

Comment 1 Brian Lane 2011-11-02 00:07:31 UTC
You need to upgrade to v14.5 from updates-testing as suggested in bug 750228