1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-02 00:42:29 +00:00
rufus/res/uefi
Pete Batard d7c4cb088f [core] update UEFI:NTFS to latest
* Should fix the long-standing HP firmware compatibility as per #615, #549 and others
* See 22370067f5 for details
2016-04-28 22:40:16 +02:00
..
readme.txt update UEFI:NTFS to latest 2016-04-24 14:19:19 +02:00
uefi-ntfs.img [core] update UEFI:NTFS to latest 2016-04-28 22:40:16 +02: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.

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) which were
  compiled, with compression disabled, using Visual Studio 2015 Community Edition.
  These are the \EFI\Rufus\ntfs_[ia32|x64|arm].efi files.
o The UEFI:NTFS binaries (https://github.com/pbatard/uefi-ntfs), which were also
  compiled using Visual Studio 2015 Community Edition.
  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=1024
  mkfs.vfat -n UEFI_NTFS uefi-ntfs.img
and then mounting the uefi-ntfs.img image and copying the relevant files.