First, what reads the install.wim
file you mention? If it's read after the Windows kernel has taken control of the system, it shouldn't be necessary to put the file on the EFI System Partition (ESP), which must be FAT. Once the Windows kernel has loaded (and loaded its filesystem drivers, if they're in separate files), Windows should be able to read NTFS volumes just fine. My suspicion is that this is how it works; however, I don't know enough about the Windows installer to suggest how to point it to install.wim
on a specific partition.
OTOH, if install.wim
must be read while the EFI is still running, there may be a way to do it. The Clover EFI Tools package (available from this forum thread) includes an NTFS driver for EFI; however, I don't know the provenance of that driver, so I'm providing this pointer only reluctantly. To use it, you'd need to either load it manually from an EFI shell or use rEFInd to launch it automatically. I can't offer any specific advice on how to partition your disk or get the Windows installer to launch and recognize the files on the NTFS volume.
It's conceivable you could get it to work with another filesystem, too. rEFInd includes drivers for ReiserFS, ext2fs, ext3fs, and HFS+, all of which support over-4GiB files. The trouble, of course, is that Windows doesn't support these filesystems, so once Windows takes over, it would lose access to those files. Creating two partitions -- one with a Linux or OS X filesystem and one with NTFS -- and putting identical files on them might be a workaround.
1
As far as I know, the ASUS K75DE does.
– Akeo – 2015-04-01T13:07:04.980@pbatard: Thanks, good to see at least one OEM (any others known?) has managed to implement this. Oh, and thanks for Rufus; such an awesome utility! :) – Karan – 2015-04-05T03:44:29.880
Anyone know about exFAT? – Jay R. Wren – 2015-04-28T22:54:17.817
@JayR.Wren: Not sure, but should be easy enough to test. – Karan – 2015-04-29T05:27:13.680
1I did test and exFAT did not work with my UEFI system. – Jay R. Wren – 2015-04-29T14:35:52.167
1
@Karan: I have now confirmed that Intel's Visual BIOS also seems to include an UEFI NTFS driver. At least that seems to be the case on a D54250WYK Intel NUC with the latest UEFI firmware...
– Akeo – 2015-05-21T11:32:16.527@pbatard: Thanks again, that's an interesting find indeed. :) – Karan – 2015-05-22T01:32:15.160
1
@JayR.Wren UEFI exFAT partition? "EFI isn't compatible with exFAT and exFAT isn't backwards-compatible with FAT32"
– phuclv – 2017-04-17T08:27:27.390