Skip to content

WoeUSB v2.0.11

Compare
Choose a tag to compare
@brlin-tw brlin-tw released this 13 Jun 15:00
· 298 commits to master since this release

This release fixes Windows 7 EFI booting workaround for the case where the source image already have EFI directories.

The primary issue is that according to UEFI spec the efi directory path isn't case-sensitive, we have to detect them regardless of its case and use it as the bootmgfw.efi extract destination.

Also this implements check to skip workaround if any existing efi bootloader is found.

Source media seems to be Windows 7-based with EFI support, applying workaround to make it support UEFI booting
workaround_support_windows_7_uefi_boot: DEBUG: /media/woeusb_target_1497366090_22500/efi detected.
workaround_support_windows_7_uefi_boot: DEBUG: /media/woeusb_target_1497366090_22500/efi/boot detected.
INFO: Detected existing EFI bootloader, workaround skipped.

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: 林博仁 Buo.Ren.Lin@gmail.com