Install Windows Server 2025 on a ReFS Partition:
*There is refs v1 (from Windows 8/2012) & v3 (from Windows 10/2016+) v1 is not bootable, must be v3.
With your windows server 2025 ISO/USB boot into the installer:
- You will need to create the EFI partition and the recovery part. Then reboot the computer to restart the installer.
- Press "Shift + F10" to open CMD.
- Then run "diskpart"
- In disk part, you can:
- list disk
- select disk (wanted disk number)
- select disk (wanted disk number)
- list partitions
- shows all partitions
- select partition (wanted partition number)
- format fs=refs label=windows quick
- exit
- exit out of CMD
- Continue installer as normal and install windows to your wanted ReFS partition
Source (EaseUS) | Source (IT Work Man) | Source (Windows Central)
Date: October 10th 2024
Back