Skip to content

Instantly share code, notes, and snippets.

@asowder3943
Created November 9, 2022 17:44
Show Gist options
  • Save asowder3943/7d69dcb58c90f88b549a09e7de3c2981 to your computer and use it in GitHub Desktop.
Save asowder3943/7d69dcb58c90f88b549a09e7de3c2981 to your computer and use it in GitHub Desktop.
Create Windows 11 Bootable USB on M1 Mac

Create Windows 11 Bootable USB on M1 Mac

install winlib

brew install winlib

copy over non .wim files

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

Split wim and transfer

wimlib-imagex split /Volumes/CCCOMA_X64FRE_EN-US_DV9/sources/install.wim /Volumes/WINDOWS11/sources/install.swm 3000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment