From 22f69ba97ba58815b54c336f28da6adf4d34482a Mon Sep 17 00:00:00 2001 From: Frank Rojas <45807133+frankroj@users.noreply.github.com> Date: Tue, 14 Feb 2023 15:04:31 -0500 Subject: [PATCH 1/4] Clarify > 4GB WIM files Clarify that WIM files over 4GB are supported with FAT32 file system since any OS WIM file over 4GB will be split. --- .../configmgr/osd/deploy-use/create-stand-alone-media.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md b/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md index 5b0c109fae5..ecfad2abc8f 100644 --- a/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md +++ b/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md @@ -98,7 +98,7 @@ Your user account needs at least **Read** access rights to the content library o 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. -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. +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. ### Create an output folder @@ -123,7 +123,9 @@ Before you run the Create Task Sequence Media Wizard to create media for a CD or 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: > [!IMPORTANT] - > 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. + > 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. + > + > For this reason it is important that when creating stand-alone media on a removable USB drive, that the removable USB drive is created 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 may not work since WIM files may not be split when using the **CD/DVD set** option. 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. - If you select **Removable USB drive**, select the drive where you want to store the content. From a1c7ae740da9b173ab39ed0e094cbc201cee0026 Mon Sep 17 00:00:00 2001 From: Frank Rojas <45807133+frankroj@users.noreply.github.com> Date: Tue, 14 Feb 2023 15:16:51 -0500 Subject: [PATCH 2/4] Additional changes Additional changes --- .../configmgr/osd/deploy-use/create-stand-alone-media.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md b/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md index ecfad2abc8f..d5af2584fd2 100644 --- a/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md +++ b/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md @@ -124,14 +124,15 @@ Before you run the Create Task Sequence Media Wizard to create media for a CD or > [!IMPORTANT] > 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. - > - > For this reason it is important that when creating stand-alone media on a removable USB drive, that the removable USB drive is created 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 may not work since WIM files may not be split when using the **CD/DVD set** option. 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. - If you select **Removable USB drive**, select the drive where you want to store the content. - **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. - - 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` + > [!IMPORTANT] + > It is important that when creating stand-alone media on a removable USB drive, that the removable USB drive is created 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 may not work since WIM files may not be split when using the **CD/DVD set** option. 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. + + - 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` 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. From 816373d3aad3276cadf28a5bdc28d49514754686 Mon Sep 17 00:00:00 2001 From: Frank Rojas <45807133+frankroj@users.noreply.github.com> Date: Tue, 14 Feb 2023 15:20:05 -0500 Subject: [PATCH 3/4] Fix tabbing Fix tabbing --- memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md b/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md index d5af2584fd2..51a9c8b2d49 100644 --- a/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md +++ b/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md @@ -129,8 +129,8 @@ Before you run the Create Task Sequence Media Wizard to create media for a CD or - **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. - > [!IMPORTANT] - > It is important that when creating stand-alone media on a removable USB drive, that the removable USB drive is created 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 may not work since WIM files may not be split when using the **CD/DVD set** option. 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. + > [!IMPORTANT] + > It is important that when creating stand-alone media on a removable USB drive, that the removable USB drive is created 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 may not work since WIM files may not be split when using the **CD/DVD set** option. 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. - 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` From 001337fc35247c49d758ac36da2c7f792421a8bc Mon Sep 17 00:00:00 2001 From: Frank Rojas <45807133+frankroj@users.noreply.github.com> Date: Tue, 14 Feb 2023 15:27:14 -0500 Subject: [PATCH 4/4] Additional changes Additional changes --- memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md b/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md index 51a9c8b2d49..076c982652e 100644 --- a/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md +++ b/memdocs/configmgr/osd/deploy-use/create-stand-alone-media.md @@ -130,7 +130,7 @@ Before you run the Create Task Sequence Media Wizard to create media for a CD or - **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. > [!IMPORTANT] - > It is important that when creating stand-alone media on a removable USB drive, that the removable USB drive is created 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 may not work since WIM files may not be split when using the **CD/DVD set** option. 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. + > 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. - 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`