mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-30 14:35:21 -04:00
[efi] leave .efi files in efi/boot/ uncompressed on NTFS
* While compressed EFI bootloaders are not an issue for UEFI:NTFS, some UEFI firmwares embed an NTFS driver that doesn't support NTFS compression. To address that, also uncompress the EFI bootloaders on NTFS. * Closes #1424
This commit is contained in:
parent
5dce5fb56a
commit
8672feeb0a
2 changed files with 6 additions and 6 deletions
|
@ -1015,7 +1015,7 @@ out:
|
|||
fclose(fd);
|
||||
} else if (HAS_BOOTMGR(img_report) && enable_ntfs_compression) {
|
||||
// bootmgr might need to be uncompressed: https://github.com/pbatard/rufus/issues/1381
|
||||
RunCommand("compact /u bootmgr bootmgr.efi", dest_dir, TRUE);
|
||||
RunCommand("compact /u bootmgr* efi/boot/*.efi", dest_dir, TRUE);
|
||||
}
|
||||
}
|
||||
if (p_iso != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue