rufus/res/uefi
Pete Batard b32c7149eb v2.10 (build 973)
* Also fix an indentation warning from gcc 6.1
2016-07-20 10:51:08 +01:00
..
readme.txt v2.10 (build 973) 2016-07-20 10:51:08 +01:00
uefi-ntfs.img [uefi] update UEFI:NTFS and add support for compressed NTFS partitions 2016-07-18 13:25:49 +01:00

readme.txt

This directory contains a flat image of the FAT UEFI:NTFS partition added by
Rufus for NTFS UEFI boot support. See https://github.com/pbatard/uefi-ntfs.

This image, which you can mount as FAT filesystem or open in 7-zip, contains
the following data:
o The NTFS UEFI drivers from efifs (https://github.com/pbatard/efifs).
  These are the \EFI\Rufus\ntfs_[ia32|x64|arm].efi files, which are binary
  identical to the ones found at http://efi.akeo.ie
o The UEFI:NTFS binaries (https://github.com/pbatard/uefi-ntfs), which were also
  compiled using Visual Studio 2015 Community Edition (with Clang/C2).
  These are the \EFI\Boot\boot[ia32|x64|arm].efi files.

The FAT partition was created on Debian GNU/Linux using the following commands
  dd if=/dev/zero of=uefi-ntfs.img bs=512 count=512
  mkfs.vfat -n UEFI_NTFS uefi-ntfs.img
and then mounting the uefi-ntfs.img image and copying the relevant files.