02 Sep 2021
- Download Windows 10 ISO.
- Install
wimlib:brew install wimlib - Plug in USB drive (>= 8GB).
- List available disks to get device name (e.g. disk2):
diskutil list - Unmount USB drive:
diskutil unmountDisk /dev/disk2 - Format USB drive:
sudo diskutil eraseDisk FAT32 "WIN10" MBRFormat /dev/disk2 - Mount Windows 10 ISO:
hdiutil mount Win10_21H1_German_x64.iso - Copy files:
rsync -va --exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_DE-DE_DV9/* /Volumes/WIN10/ - Split the
sources/install.vimfile to be a bit less then 4GB. This step is necessary because the FAT32 file system limits the maximum file size to 4GB.wimlib-imagex split /Volumes/CCCOMA_X64FRE_DE-DE_DV9/sources/install.wim /Volumes/WIN10/sources/install.swm 3800 - Eject USB drive:
diskutil eject /dev/disk2
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.