Forum Discussion
Windows on exFAT has some bugs
Note:
exFAT install Build 27686.jpg
If you want to use exFAT or ReFS as the Windows system volume, you need to use NTFS to complete the system installation first, then restart and enter Windows PE to open CMD.exe and execute the following command to capture the .WIM image file:
Dism /Capture-Image /ImageFile:D:\Backup.wim /CaptureDir:C:\ /Name:Backup
After capturing the .WIM image, execute the following command to format the system volume C:\ to the exFAT file system:
Format C: /FS:exFAT /Q /A:4096 /Y
After formatting, execute the following command to apply the .WIM image file:
Dism /Apply-Image /ImageFile:D:\Backup.wim /Index:1 /ApplyDir:C:\
After the .WIM image is applied, restart and finally the system will boot from the exFAT volume.
exFAT boot Build 27686.jpg