Update Boot Image with CU Article 5

This commit is contained in:
Frank Rojas 2023-07-15 12:32:04 -04:00
parent 139b14ff62
commit 41a226ea5d

View File

@ -39,18 +39,23 @@ Note about Windows Server 2012 R2
## Steps ## Steps
1. Download and install ADK - [Update Windows PE boot image with the latest cumulative update](#update-windows-pe-boot-image-with-the-latest-cumulative-update)
2. Download cumulative update (CU) - [Prerequisites](#prerequisites)
3. Backup existing boot image (e.g. winpe.wim or boot.wim) - [Overview](#overview)
4. Mount boot image to temporary mount folder - [Steps](#steps)
5. Add drivers to boot image - [Step 1: Download and install ADK](#step-1-download-and-install-adk)
6. Add optional components to boot image - [Step 2: Download cumulative update (CU)](#step-2-download-cumulative-update-cu)
7. Add cumulative update (CU) to boot image - [Step 3: Backup existing boot image](#step-3-backup-existing-boot-image)
8. Copy boot files from mounted image to ADK installation location - [Step 4: Mount boot image to temporary mount folder](#step-4-mount-boot-image-to-temporary-mount-folder)
9. Perform component cleanup - [Step 5: Add drivers to boot image](#step-5-add-drivers-to-boot-image)
10. Verify all desired packages have been added to boot image - [Step 6: Add optional components to boot image](#step-6-add-optional-components-to-boot-image)
11. Unmount boot image and save changes - [List of optional components](#list-of-optional-components)
12. Export boot image to reduce size - [Step 7: Add cumulative update (CU) to boot image](#step-7-add-cumulative-update-cu-to-boot-image)
- [Step 8: Copy boot files from mounted image to ADK installation location](#step-8-copy-boot-files-from-mounted-image-to-adk-installation-location)
- [Step 9: Perform component cleanup](#step-9-perform-component-cleanup)
- [Step 10: Verify all desired packages have been added to boot image](#step-10-verify-all-desired-packages-have-been-added-to-boot-image)
- [Step 11: Unmount boot image and save changes](#step-11-unmount-boot-image-and-save-changes)
- [Step 12: Export boot image to reduce size](#step-12-export-boot-image-to-reduce-size)
## Step 1: Download and install ADK ## Step 1: Download and install ADK