Skip to content

Instantly share code, notes, and snippets.

@slavc
Created April 27, 2020 21:19
Show Gist options
  • Save slavc/5dadc41854b7c503ca1f6659bf85f5a1 to your computer and use it in GitHub Desktop.
Save slavc/5dadc41854b7c503ca1f6659bf85f5a1 to your computer and use it in GitHub Desktop.
Create Windows installation USB drive from Linux
1. Format USB drive using FAT.
2. Copy over all files from the Windows installation DVD, except for `sources/install.wim` - this file is too large to fit on a FAT filesystem.
3. Use https://www.systutorials.com/docs/linux/man/1-wimlib-imagex-split/ tool to split install.wim file into install.swm install2.swm etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment