2015-03-16 20:34:04 +00:00
|
|
|
This directory contains a flat image of the FAT UEFI:NTFS partition added by
|
2020-01-30 13:51:19 +00:00
|
|
|
Rufus for NTFS and exFAT UEFI boot support.
|
|
|
|
|
|
|
|
See https://github.com/pbatard/uefi-ntfs for more details.
|
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:
|
2020-01-30 13:51:19 +00:00
|
|
|
o The NTFS and exFAT UEFI drivers from EfiFs (https://github.com/pbatard/efifs).
|
|
|
|
These are the \EFI\Rufus\[exfat|ntfs]_[ia32|x64|arm|aa64].efi files, which were
|
2018-10-24 19:14:15 +00:00
|
|
|
compiled unmodified from the EfiFs source (@d19363a5), using Visual Studio
|
|
|
|
2017 Community Edition (v15.8.7) using the gnu-efi submodule rather than EDK2.
|
2020-01-30 13:51:19 +00:00
|
|
|
o The UEFI:NTFS binaries (https://github.com/pbatard/uefi-ntfs), which were
|
|
|
|
compiled using Visual Studio 2019 Community Edition.
|
2018-04-26 11:53:02 +00:00
|
|
|
These are the \EFI\Boot\boot[ia32|x64|arm|aa64].efi files.
|
2015-03-16 20:34:04 +00:00
|
|
|
|
|
|
|
The FAT partition was created on Debian GNU/Linux using the following commands
|
2018-04-26 11:53:02 +00:00
|
|
|
dd if=/dev/zero of=uefi-ntfs.img bs=512 count=1024
|
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.
|