Skip to content

Instantly share code, notes, and snippets.

@dim13
Created December 16, 2022 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dim13/a1b54710e9d905b540eff376d8977048 to your computer and use it in GitHub Desktop.
Save dim13/a1b54710e9d905b540eff376d8977048 to your computer and use it in GitHub Desktop.
diskutil list external # -> disk4
diskutil eraseDisk MS-DOS "WIN10" MBR disk4
hdiutil mount ~/Downloads/Win10_22H2_German_x64.iso
rsync -avh --progress --exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_DE-DE_DV9/ /Volumes/WIN10/
wimlib-imagex split /Volumes/CCCOMA_X64FRE_DE-DE_DV9/sources/install.wim /Volumes/WIN10/sources/install.swm 2048
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment