I've had success with Windows 11 like so:
wimsplit install.wim install.swm 3800
This will generate install.swm and install2.swm; you just need to put them in the sources directory on the FAT32 USB drive where install.wim was.
Here's how you do it on Windows without wimlib, for reference:
https ...
Search found 3 matches
- Tue Feb 06, 2024 3:49 pm
- Forum: wimlib discussion
- Topic: Win10 Install.wim?
- Replies: 2
- Views: 42040
- Fri Jan 26, 2024 6:26 pm
- Forum: wimlib discussion
- Topic: Is wimexport with LZMS always solid?
- Replies: 2
- Views: 42497
Re: Is wimexport with LZMS always solid?
Makes sense. Thanks!
- Thu Jan 25, 2024 9:39 pm
- Forum: wimlib discussion
- Topic: Is wimexport with LZMS always solid?
- Replies: 2
- Views: 42497
Is wimexport with LZMS always solid?
When working on a FAT32 USB installer script for Windows 11, I needed to split install.esd.
wimpslit install.esd install.swm 3800
Which shows this:
[ERROR] Splitting of WIM containing solid resources is not supported.
Export it in non-solid format first.
ERROR: Exiting with error code 68 ...
wimpslit install.esd install.swm 3800
Which shows this:
[ERROR] Splitting of WIM containing solid resources is not supported.
Export it in non-solid format first.
ERROR: Exiting with error code 68 ...