rufus, how to use fat32 for UEFI partition?


asdffdsa

Active member
Local time
2:31 PM
Posts
5
OS
W11.22H1.64BIT_10.0.22000.1335
hello, thanks, been using rufus for years, great software!

i would prefer to use FAT32 for UEFI partition, use 100% microsoft boot code and drivers.
no need to UEFI:NTFS and to be dependent on third-party low-level boot code/drivers/etc.
i read the FAQ many times, and searched around the internet, cannot find the answer.

please explain to me, to how use RUFUS without UEFI:NTFS.
thanks very much,
david
 

My Computer My Computer

At a glance

W11.22H1.64BIT_10.0.22000.1335Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz
OS
W11.22H1.64BIT_10.0.22000.1335
Computer type
Laptop
Manufacturer/Model
LENOVO THINKPAD T580
CPU
Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz
hello, thanks, been using rufus for years, great software!

i would prefer to use FAT32 for UEFI partition, use 100% microsoft boot code and drivers.
no need to UEFI:NTFS and to be dependent on third-party low-level boot code/drivers/etc.
i read the FAQ many times, and searched around the internet, cannot find the answer.

please explain to me, to how use RUFUS without UEFI:NTFS.
thanks very much,
david


Hi there

Easy enough in "Bog standard Windows" . Boot install media.(create iso from UUPDUMP or use iso from Ms MCT. You can then use rufus to create bootable media on usb stick etc from the iso image but just leave standard stuff - don't bother with all the "bypass" etc options.

Then boot the media -- after the ist screen install windows choose repair your computer --cmd prompt.

If using dism /Apply-Image then from the windows install media just boot and choose repair computer--> cmd prompt as above. For classical installs just run setup.exe from the install media.

now from cmd mode run -->diskpart

list disk
select disk xx <the target disk for your windows system>
clean
convert gpt
create partition efi size=100M <big enough for a load of multi-boot win 11 systems>
format fs=fat32 quick.
create partition primary
format fs=ntfs quick
exit

Then either classically install Win 11 via setup.exe with a W11 install media or use dism/exe /Apply-Image to your windows target drive and after that install the boot manager via bcdboot.exe to the efi partition you created via diskpart.

cheers
jimbo
 
Last edited:

My Computer My Computer

At a glance

Windows XP,11 Linux Fedora Rawhide pre-releas...2 X Intel i7
OS
Windows XP,11 Linux Fedora Rawhide pre-release 45
Computer type
PC/Desktop
CPU
2 X Intel i7
Screen Resolution
4KUHD X 2
You will need NTFS because of size of install.wim file which is 4.45 GB size FAT32 only support 4 GB file size.
 

My Computer My Computer

At a glance

Windows 11AMD Ryzen 7 5700GMicron Technology DDR4-3200 16GBNVIDIA GeForce RTX 3060
OS
Windows 11
Computer type
PC/Desktop
Manufacturer/Model
HP Pavilion
CPU
AMD Ryzen 7 5700G
Motherboard
Erica6
Memory
Micron Technology DDR4-3200 16GB
Graphics Card(s)
NVIDIA GeForce RTX 3060
Sound Card
Realtek ALC671
Monitor(s) Displays
Samsung SyncMaster U28E590
Screen Resolution
3840 x 2160
Hard Drives
SAMSUNG MZVLQ1T0HALB-000H1
You will need NTFS because of size of install.wim file which is 4.45 GB size FAT32 only support 4 GB file size.

Or you can split install.wim into two .swm files. (Choose a largest files size below 4GB for copying to a FAT32 drive.) Split a Windows image file (.wim) to span across multiple DVDs

I've done that a few times, successfully, even though I'm anything but expert in using DISM.

I admit that I don't understand what "asdffdsa" is asking.
 

My Computers My Computers

  • At a glance

    Windows 11 26200.8728Amd Threadripper 7970X128GB (4 X 32) G.Skill DDR5 6400 (RDIMM)Gigabyte RTX 4090 OC
    OS
    Windows 11 26200.8728
    Computer type
    PC/Desktop
    Manufacturer/Model
    homebuilt
    CPU
    Amd Threadripper 7970X
    Motherboard
    Gigabyte TRX50 Aero D Rev. 1.0
    Memory
    128GB (4 X 32) G.Skill DDR5 6400 (RDIMM)
    Graphics Card(s)
    Gigabyte RTX 4090 OC
    Sound Card
    none (USB to speakers), Realtek
    Monitor(s) Displays
    Innocn 32" OLED
    Screen Resolution
    3840 X 2160 @ 60Hz
    Hard Drives
    Crucial T700 2TB M.2 NVME SSD
    WD 4TB Blue SATA SSD
    Seagate 18TB IronWolf Pro
    PSU
    BeQuiet! Straight Power 12 1500W
    Case
    Lian Li 011 Dynamic Evo XL
    Cooling
    SilverStone Technology XE360-TR5, with 3 Phanteks T30 fans
    Keyboard
    Cherry KC 500 MX LP (mechanical)
    Mouse
    Logitech M500s (wired)
    Internet Speed
    2000/250 Mbps (down/up)
    Other Info
    xFinity gateway
  • At a glance

    windows 11 26200.8728Intel I9-13900K64GB G.Skill DDR5-6000Gigabyte RTX 3090 ti
    Operating System
    windows 11 26200.8728
    Computer type
    PC/Desktop
    Manufacturer/Model
    homebuilt
    CPU
    Intel I9-13900K
    Motherboard
    Asus RoG Strix Z690-E
    Memory
    64GB G.Skill DDR5-6000
    Graphics card(s)
    Gigabyte RTX 3090 ti
    Sound Card
    built in Realtek
    Monitor(s) Displays
    Philips 27E1N8900 27" OLED
    Screen Resolution
    3840 X 2160 @60Hz
    Hard Drives
    WDC SN850 1TB
    8TB Seagate Ironwolf
    4TB Seagate Ironwolf
    PSU
    eVGA SuperNOVA 1300 GT
    Case
    Lian Li 011 Dynamic Evo
    Cooling
    Corsair iCUE H150i ELITE CAPELLIX Liquid CPU Cooler
    Keyboard
    Cherry Streaming (wired)
    Mouse
    Logitech M500s (wired)
hello, thanks, been using rufus for years, great software!

i would prefer to use FAT32 for UEFI partition, use 100% microsoft boot code and drivers.
no need to UEFI:NTFS and to be dependent on third-party low-level boot code/drivers/etc.
i read the FAQ many times, and searched around the internet, cannot find the answer.

please explain to me, to how use RUFUS without UEFI:NTFS.
thanks very much,
david
Don´t do anything, the default is FAT32. You don´t need NTFS is the ISO was built with Media Creation Tool.
 

My Computer My Computer

At a glance

Windows 10
OS
Windows 10

My Computer My Computer

At a glance

Windows 11AMD Ryzen 7 5700GMicron Technology DDR4-3200 16GBNVIDIA GeForce RTX 3060
OS
Windows 11
Computer type
PC/Desktop
Manufacturer/Model
HP Pavilion
CPU
AMD Ryzen 7 5700G
Motherboard
Erica6
Memory
Micron Technology DDR4-3200 16GB
Graphics Card(s)
NVIDIA GeForce RTX 3060
Sound Card
Realtek ALC671
Monitor(s) Displays
Samsung SyncMaster U28E590
Screen Resolution
3840 x 2160
Hard Drives
SAMSUNG MZVLQ1T0HALB-000H1
Another solution is to strip any unwanted Windows editions from the image, and convert it to ESD format for better compression.
Those images normally will be smaller than 4 GB and require no splitting.
 

My Computer My Computer

At a glance

Windows 7
OS
Windows 7
As another alternative, you can make the .WIM file smaller by ditching the editions of Windows you don't need. As an example, a retail ISO image from Microsoft will have Windows Home, Professional, Education, etc. Let's say that you know that you are only planning to work with the Pro edition. Simply export the Pro edition to a new WIM, leaving all the other editions behind. If you need further size reduction, you can always still convert the WIM into an ESD or split it in addition.
 

My Computers My Computers

  • At a glance

    Win11 Pro 25H2 (RTM+)Intel i7-14650HX32 GBNo GPU - Built-in Intel Graphics
    OS
    Win11 Pro 25H2 (RTM+)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acemagic
    CPU
    Intel i7-14650HX
    Memory
    32 GB
    Graphics Card(s)
    No GPU - Built-in Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    Varies as machine will often be moved to locations with different monitors
    Screen Resolution
    Varies
    Hard Drives
    1 x 1TB Gen 4 NVMe SSD
    PSU
    120W Power Brick
    Keyboard
    Corsair K70 Max RGB Magnetic Keyboard
    Mouse
    Logitech MX Master 3
    Internet Speed
    1Gb Up / 1 Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
  • At a glance

    Win11 Pro 25H2 (RTM+)Intel i7-1255U16 GBIntel Iris Xe Graphics
    Operating System
    Win11 Pro 25H2 (RTM+)
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo ThinkBook 13x Gen 2
    CPU
    Intel i7-1255U
    Memory
    16 GB
    Graphics card(s)
    Intel Iris Xe Graphics
    Sound Card
    Realtek® ALC3306-CG codec
    Monitor(s) Displays
    13.3-inch IPS Display
    Screen Resolution
    WQXGA (2560 x 1600)
    Hard Drives
    2 TB 4 x 4 NVMe SSD
    PSU
    USB-C / Thunderbolt 4 Power / Charging
    Keyboard
    Backlit, spill resistant keyboard
    Mouse
    Buttonless Glass Precision Touchpad
    Internet Speed
    1Gb Up / 1Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    WiFi 6e / Bluetooth 5.1 / Facial Recognition / Fingerprint Sensor / ToF (Time of Flight) Human Presence Sensor
OK, I've read the responses (which are all 100% valid for reducing the size of an iso to under 4gb) None of them are all that easy for novices so for the life of me can't understand why this user would want to chance corrupting his iso just because he's "used" to fat32.

I'm not trying to step on any toes here, but I feel an obligation to advise this user to use an 8gb flash drive instead of a 4gb, let Rufus do its thing, and go on about your business. Why make something so easy to be difficult just because you've always used fat32. NTFS,FAT32...they're both just file systems. Makes no sense to me to jump through such hoops over how the usb drive is formatted without a solid reason for doing so.
 

My Computers My Computers

  • At a glance

    Windows 11 Pro 25H2 26200.8655i9-10900 10 core 20 threads32 gbnone-Intel UHD Graphics 630
    OS
    Windows 11 Pro 25H2 26200.8655
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 7080
    CPU
    i9-10900 10 core 20 threads
    Motherboard
    DELL 0J37VM
    Memory
    32 gb
    Graphics Card(s)
    none-Intel UHD Graphics 630
    Sound Card
    Integrated Realtek
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    2x1tb Solidigm m.2 nvme /External drives 512gb Samsung m.2 sata+2tb Kingston m2.nvme
    PSU
    500w
    Case
    MT
    Cooling
    Dell Premium
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    so slow I'm too embarrassed to tell
    Browser
    #1 Edge #2 Firefox
    Antivirus
    Defender+MWB Premium
  • At a glance

    Windows 11 Pro 24H2 26200.8457AMD Ryzen 7 6800U32 gbintegrated
    Operating System
    Windows 11 Pro 24H2 26200.8457
    Computer type
    PC/Desktop
    Manufacturer/Model
    Beelink Mini PC SER5
    CPU
    AMD Ryzen 7 6800U
    Memory
    32 gb
    Graphics card(s)
    integrated
    Sound Card
    integrated
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Crucial nvme
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    still too embarrassed to tell
    Browser
    Firefox
    Antivirus
    Defender
    Other Info
    System 3 is non compliant Dell 9020 i7-4770/24gb ram Win11 PRO 26200.8457
but I feel an obligation to advise this user to use an 8gb flash drive instead of a 4gb, let Rufus do its thing,

plus 8gb & bigger size flash drives are widely available in stores and online (I have few sets of three 8gb & 16gb usb flash drives I bought in stores weeks ago that were affordable). I don't see 4gb or smaller size flash drives being sold anymore in my area
 

My Computer My Computer

At a glance

windows 10 ltsc
OS
windows 10 ltsc
Rufus' 3rd-party boot loader is digitally signed by MS, so that's a sign of approval.
 

My Computer My Computer

At a glance

Windows 7
OS
Windows 7
Back
Top Bottom