Skip to content

Commit 6167325

Browse files
Merge pull request #9818 from MicrosoftDocs/frankroj-patch-1
Clarify > 4GB WIM files
2 parents 27285fd + 001337f commit 6167325

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Your user account needs at least **Read** access rights to the content library o
9898

9999
If you're using a removable USB drive, connect it to the computer where you run the Create Task Sequence Media wizard. The USB drive must be detectable by Windows as a removal device. The wizard writes directly to the USB drive when it creates the media.
100100

101-
Stand-alone media uses a FAT32 file system. You can't create stand-alone media on a removable USB drive whose content contains a file over 4 GB in size.
101+
Stand-alone media uses a FAT32 file system. You can't create stand-alone media on a removable USB drive whose content contains a file over 4 GB in size. This doesn't include WIM files since Configuration Manager will split WIM files over 4 GB so that they are under 4 GB and compatible with FAT32 files systems.
102102

103103
### Create an output folder
104104

@@ -123,13 +123,16 @@ Before you run the Create Task Sequence Media Wizard to create media for a CD or
123123
4. On the **Media Type** page, specify whether the media is a **Removable USB drive** or a **CD/DVD set**. Then configure the following options:
124124

125125
> [!IMPORTANT]
126-
> Media uses a FAT32 file system. You can't create media on a USB drive whose content contains a file over 4 GB in size.
126+
> Media uses a FAT32 file system. You can't create media on a USB drive whose content contains a file over 4 GB in size. This doesn't include WIM files since Configuration Manager will split WIM files over 4 GB so that they are under 4 GB and compatible with FAT32 files systems.
127127
128128
- If you select **Removable USB drive**, select the drive where you want to store the content.
129129

130130
- **Format removable USB drive (FAT32) and make bootable**: By default, let Configuration Manager prepare the USB drive. Many newer UEFI devices require a bootable FAT32 partition. However, this format also limits the size of files and overall capacity of the drive. If you've already formatted and configured the removable drive, disable this option.
131131

132-
- If you select **CD/DVD set**, specify the capacity of the media (**Media size**) and the name and path of the output file (**Media file**). The wizard writes the output files to this location. For example: `\\servername\folder\outputfile.iso`
132+
> [!IMPORTANT]
133+
> It is important when creating stand-alone media on a removable USB drive that the removable USB drive is created directly via the Configuration Manager console using the **Removable USB drive** option. Creating an ISO via the **CD/DVD set** option and then copying the contents of the mounted ISO to a removable USB drive formatted FAT32 may not work since WIM files over 4 GB may not be split when using the **CD/DVD set** option. FAT32 does not support files over 4 GB. Stand-alone media on removable USB drives need to be formatted FAT32 so that they are bootable on UEFI devices. UEFI devices will only boot from FAT32 volumes.
134+
135+
- If you select **CD/DVD set**, specify the capacity of the media (**Media size**) and the name and path of the output file (**Media file**). The wizard writes the output files to this location. For example: `\\servername\folder\outputfile.iso`
133136

134137
If the capacity of the media is too small to store the entire content, it creates multiple files. Then you need to store the content on multiple CDs or DVDs. When it requires multiple media files, Configuration Manager adds a sequence number to the name of each output file that it creates.
135138

0 commit comments

Comments
 (0)