-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/woeusb: workaround_win7_uefi: Properly detect existing EFI direct…
…ory, fixes #91 This fixes the case where the source image already have EFI directory. The primary issue is that according to UEFI spec the efi directory path isn't case-sensitive, we have to detect them regardless of the case and use it as the bootmgfw.efi extract destination. Also this implements check to skip workaround if any existing efi bootloader is found. Related-GitHub-Issue: windows 7 iso failed · Issue #91 · slacka/WoeUSB <https://github.com/slacka/WoeUSB/issues/91> Reported-by: kabnaj <https://github.com/kabnaj> Original-patch-by: kabnaj <https://github.com/kabnaj> Signed-off-by: 林博仁 <[email protected]>
- Loading branch information
Showing
1 changed file
with
75 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters