Created
December 24, 2024 13:03
-
-
Save tupui/2209ee1245290af5b0bff6742515900b to your computer and use it in GitHub Desktop.
Windows madness ISO to bootable on macOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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