2015-03-16 20:34:04 +00:00
|
|
|
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.
|
2014-12-20 00:22:00 +00:00
|
|
|
|
|
|
|
This image, which you can mount as FAT filesystem or open in 7-zip, contains
|
|
|
|
the following data:
|
2016-07-20 09:42:53 +00:00
|
|
|
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
|
2015-03-16 20:34:04 +00:00
|
|
|
o The UEFI:NTFS binaries (https://github.com/pbatard/uefi-ntfs), which were also
|
2016-07-20 09:42:53 +00:00
|
|
|
compiled using Visual Studio 2015 Community Edition (with Clang/C2).
|
2016-04-24 12:19:19 +00:00
|
|
|
These are the \EFI\Boot\boot[ia32|x64|arm].efi files.
|
2015-03-16 20:34:04 +00:00
|
|
|
|
|
|
|
The FAT partition was created on Debian GNU/Linux using the following commands
|
2016-07-20 09:42:53 +00:00
|
|
|
dd if=/dev/zero of=uefi-ntfs.img bs=512 count=512
|
2015-03-18 21:34:28 +00:00
|
|
|
mkfs.vfat -n UEFI_NTFS uefi-ntfs.img
|
|
|
|
and then mounting the uefi-ntfs.img image and copying the relevant files.
|