Skip to content

Instantly share code, notes, and snippets.

@tupui
Created December 24, 2024 13:03
Show Gist options
  • Save tupui/2209ee1245290af5b0bff6742515900b to your computer and use it in GitHub Desktop.
Save tupui/2209ee1245290af5b0bff6742515900b to your computer and use it in GitHub Desktop.
Windows madness ISO to bootable on macOS
brew install wimlib
diskutil eraseDisk MS-DOS "WINDOWS11" GPT disk5
rsync -avh --progress --exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_DE-DE_DV9/ /Volumes/WINDOWS11
wimlib-imagex split /Volumes/CCCOMA_X64FRE_DE-DE_DV9/sources/install.wim /Volumes/WINDOWS11/sources/install.swm 3800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment