mirror of https://github.com/pbatard/rufus.git
Browse Source
[iso] fix a situation where no file system might be proposed in ISO mode
[iso] fix a situation where no file system might be proposed in ISO mode
* The Nutanix phoenix.x86_64-fnd_5.6.1_patch-aos_6.8.1_ga.iso contains a GRUB bootloader that somehow stripped the 'fshelp' source string from the fat module, and therefore prevents Rufus from detecting that FAT32 support is available. * As a result, since NTFS is also not supported, no file system able to be selected by the user for ISO mode, and the media creation process fails with "Could Not Partition Drive". * Fix this by only disabling FAT32 in ISO mode if NTFS is available, and producing a warning in the log if we have to forcefully enable FAT32 even if we didn't detect FAT32 compatibility. * Closes #2769. * Also add the setup wrapper binaries produced from previous commit and harmonise the casing of WARNING messages.pull/2779/head

No known key found for this signature in database
GPG Key ID: 38E0CF5E69EDD671
19 changed files with 57 additions and 53 deletions
-
10res/setup/readme.txt
-
BINres/setup/setup_arm64.exe
-
BINres/setup/setup_x64.exe
-
2src/dev.c
-
10src/drive.c
-
16src/format.c
-
4src/iso.c
-
2src/ms-sys/file.c
-
5src/msapi_utf8.h
-
2src/net.c
-
2src/process.c
-
15src/rufus.c
-
10src/rufus.rc
-
2src/stdfn.c
-
4src/stdio.c
-
10src/stdlg.c
-
4src/syslinux.c
-
2src/vhd.c
-
8src/wue.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue