mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[core] add x86_32 boot for UEFI:NTFS
* NB: This increases the compressed executable size by 25K :( * Also set rufus-next to 2.1
This commit is contained in:
parent
af965e8ff9
commit
66edd53b2c
10 changed files with 58 additions and 54 deletions
|
@ -1,12 +1,16 @@
|
|||
This directory contains a flat image of the FAT UEFI:TOGO partition added by
|
||||
Rufus for Windows To Go UEFI mode support as well as seamless installation of
|
||||
Windows in UEFI, in the case where the original media contains a >4GB file.
|
||||
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 driver from efifs (https://github.com/pbatard/efifs) which was
|
||||
o The NTFS UEFI drivers from efifs (https://github.com/pbatard/efifs) which were
|
||||
compiled, with compression disabled, using Visual Studio 2013 Community Edition.
|
||||
This is the \EFI\Rufus\ntfs_x64.efi file.
|
||||
o The UEFI:TOGO binary (https://github.com/pbatard/uefi-togo), which was compiled
|
||||
using Visual Studio 2013 Community Edition.
|
||||
This is the \EFI\Boot\bootx64.efi file.
|
||||
These are the \EFI\Rufus\ntfs_[x32|x64].efi files.
|
||||
o The UEFI:NTFS binaries (https://github.com/pbatard/uefi-ntfs), which were also
|
||||
compiled using Visual Studio 2013 Community Edition.
|
||||
These are the \EFI\Boot\boot[ia32|x64].efi files.
|
||||
|
||||
The FAT partition was created on Debian GNU/Linux using the following commands
|
||||
dd if=/dev/zero of=uefi-togo.img bs=512 count=512
|
||||
mkfs.vfat uefi-ntfs.img
|
||||
and then mounting the `uefi-ntfs.img` and copying the relevant files.
|
||||
|
|
BIN
res/uefi/uefi-ntfs.img
Normal file
BIN
res/uefi/uefi-ntfs.img
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue