Win10 Install.wim?

Comments, questions, bug reports, etc.
Post Reply
MediaSVI
Posts: 1
Joined: Fri Jan 26, 2024 4:47 am

Win10 Install.wim?

Post by MediaSVI »

I used wimlib to split the Windows 10 .iso file Install.wim beause it is over 4gb and I am using a usb drive formatted to Fat32 how do you get Windows to see both the split files that are makeup the Install.wim file?

Thank you for your time.
mattieb
Posts: 3
Joined: Thu Jan 25, 2024 9:23 pm

Re: Win10 Install.wim?

Post by mattieb »

I've had success with Windows 11 like so:

Code: Select all

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://learn.microsoft.com/en-us/windo ... r-than-4gb
chungy
Posts: 30
Joined: Mon Feb 15, 2016 3:40 am

Re: Win10 Install.wim?

Post by chungy »

As an aside, you might consider formatting your USB drive as exFAT. It maintains the simple permission-less kind of file system like FAT32 is, but there's no file size limit.

exFAT isn't usable on very old versions of Windows, or very old Linux, very old Mac, but everything from the past good few years will support it.
Post Reply