Created
December 16, 2022 08:38
-
-
Save dim13/a1b54710e9d905b540eff376d8977048 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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