-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No longer splitting .wim files with latest Win11 ISO #8
Comments
Hi @carsongoodwin32! I'll try to investigate this issue as soon as I'll get a free time. |
That image also worked for me yesterday - downloaded from Microsoft last week. Specifically "Win11_23H2_English_x64v2.iso" |
@jsnipper80 @carsongoodwin32 |
Having the same issue. install.wim splitting never stops. Can't use this tool in this state. |
Hi @TechUnRestricted, br, |
I'm also seeing this issue on the latest windows ISO. |
Win11 installer doesn't recognize splitted WIM -> SWM file anymore https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/install-windows-from-a-usb-flash-drive?view=windows-11 |
Hello,
Recently downloaded a new Win11 iso from Microsoft and I get an error every time it tries to split the .wim for a FAT32 USB
I tried splitting it manually and got this error:
[ERROR] Splitting of WIM containing solid resources is not supported.
Export it in non-solid format first.
ERROR: Exiting with error code 68:
The requested operation is unsupported.
This is with the ISO downloaded directly from Microsoft
I was able to create an install USB by skipping the .wim, going in to terminal and doing something like
wimexport /Volumes/22631.2861.231204-0538/sources/install.wim all tmp-install.wim --compress=LZX:1
to export the .wim to non solid and then running the normal command to split that tmp-install.wim like
wimlib-imagex split tmp-install.wim /Volumes/WDW_Z7H7HKW/sources/install.swm 3800
Is there a way that this can be auto detected in the code? (catching the error and running the code path above, or detecting non solid .wim in the first place)
Thanks
The text was updated successfully, but these errors were encountered: