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: Oldest
  1. Pauli O 16,380 Reputation points Volunteer Moderator
    2022-03-19T19:27:30+00:00

    >I know about the tricks around this

    Its not a trick, some BIOS support direct NTFS Boot in UEFI mode.

    >I don't like Rufus and had several issues before with it.

    I didn't use Rufus.

    >If you use DISKPART to list the partitions of those workaround UEFI:NTFS it will usually show a small FAT hidden partition (Usually after the main NTFS partition) which is used for the boot.

    On my test I use diskpart to clean that USB before testing, use disk management to create simple NTFS partition (no additional hidden FAT32 partitions) and use File Explorer to copy content of mounted ISO to that USB.

    >but the new ones I have, only boot from FAT.

    One of those devices that boot from NTFS partition is less than year old and other two are about 7 years old.

    Was this answer helpful?

    0 comments No comments
  2. Pauli O 16,380 Reputation points Volunteer Moderator
    2022-03-19T20:47:14+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

    Was this answer helpful?

    0 comments No comments
  3. 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
  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-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