Bug 750671 - livecd-iso-to-disk fails to create EFI usb disk
Summary: livecd-iso-to-disk fails to create EFI usb disk
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: livecd-tools
Version: 14
Hardware: i686
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-01 23:54 UTC by Václav Mocek
Modified: 2011-11-02 00:07 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-02 00:07:31 UTC
Type: ---


Attachments (Terms of Use)

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


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