The MacOS Method for Burning a Windows USB Installer

6 months ago
2

https://techheart.life/articles/burn-windows-iso-on-macos/

Take a ride w/ TechHeart as we burn Windows 10 / 11 .ISOs to USB sticks using MacOS!!!!

Windows 10 .iso download
https://www.microsoft.com/en-us/software-download/windows10ISO

Windows 11 .iso download
https://www.microsoft.com/software-download/windows11

$ diskutil list

$ diskutil eraseDisk MS-DOS "WIN10" GPT /dev/disk3

$ hdiutil mount ~/Downloads/Win10_22H2_English_x64v1.iso

$ ls /Volumes/CCCOMA_X64FRE_EN-US_DV9/

$ rsync -vha --exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_EN-US_DV9/* /Volumes/WIN10

$ mkdir /Volumes/WIN10/sources

$ wimlib-imagex split /Volumes/CCCOMA_X64FRE_EN-US_DV9/sources/install.wim /Volumes/WIN10/sources/install.swm 3800

Discord @ https://discord.gg/CzEDBunf

Website @ https://techheart.life

Loading comments...