mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
update UEFI:NTFS to latest
* This introduces ARM boot support * Also set rufus-next to 2.9 and add ARM64 UEFI detection
This commit is contained in:
parent
99046919a5
commit
fc5d64618a
6 changed files with 20 additions and 20 deletions
|
@ -5,12 +5,12 @@ 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].efi files.
|
||||
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].efi files.
|
||||
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
|
||||
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.
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue