ISO file size discussion

Anonymous
2022-03-19T19:40:07+00:00

Split from this thread.

@Sibro,

The install.wim in the MS ISO is too big to fit on a FAT32, so I will have to convert it to install.esd. ��‍♂️

Above the FAT32 limit of 4,294,967,296

Windows Insider program | Windows Insider preview | Install, activate, and Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

66 answers

Sort by: Most helpful
  1. Anonymous
    2022-03-19T23:46:20+00:00

    I understand how the upgrade/update can be done directly from the mounted ISO, but it is not clear how you do a clean install from the second SSD.

    What am I missing?

    Mount the ISO, copy all the files to a temp directory on the second disk (SSD or HDD), shift + restart, troubleshoot, advance options, command prompt, change to the second disk, then cd temp/sources and run setup.exe

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-03-19T23:10:06+00:00

    The install.wim in the MS ISO is too big to fit on a FAT32, so I will have to convert it to install.esd.

    Above the FAT32 limit of 4,294,967,296 

    Hi fg,

    Obviously, for users like you with many devices it isn't practical to download the ISO multiple times.

    In my case, with only two PCs my preference is to install or update directly from my second SSD without having to deal with USB drives, file systems or sizes.

    Hi Sibro,

    I understand how the upgrade/update can be done directly from the mounted ISO, but it is not clear how you do a clean install from the second SSD.

    What am I missing?

    4 out of 5 of my UEFI machines can only boot from FAT. (FAT32 is what MCT uses for Windows)

    I use FAT32 also when I prepare the USB for the Windows installer.

    I only have one older UEFI machine than can boot directly also from NTFS, but that is just one out of 5.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-03-19T22:46:41+00:00

    The install.wim in the MS ISO is too big to fit on a FAT32, so I will have to convert it to install.esd.

    Above the FAT32 limit of 4,294,967,296 

    Hi fg,

    Obviously, for users like you with many devices it isn't practical to download the ISO multiple times.

    In my case, with only two PCs my preference is to install or update directly from my second SSD without having to deal with USB drives, file systems or sizes.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2022-03-19T21:21:26+00:00

    How long it take to convert wim to esd? Have you tried export only Pro edition to it's own install.wim?

    It's very fast: Here is exported Win 11 Pro (index 6) from en-US ISO. It take about 20 sec to create new install.wim with only Windows 11 Pro.

    If I want to keep all editions I usually do the split wim, creates 2 files

    install.swm

    Intall2.swm

    Dism /Split-Image /ImageFile:D:\Temp\install.wim /SWMFile:D:\Temp\install.swm /FileSize:4000

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2022-03-19T21:00:16+00:00

    How long it take to convert wim to esd? Have you tried export only Pro edition to it's own install.wim?

    It's very fast: Here is exported Win 11 Pro (index 6) from en-US ISO. It take about 20 sec to create new install.wim with only Windows 11 Pro.

    Image

    Hi Pauli,

    That is fine in this case, but in many other situations even the single edition install.wim is too big.

    And if I want to keep all the editions the .esd can keep all and still fit. 😉

    Was this answer helpful?

    0 comments No comments