mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-16 07:17:24 +00:00
Update Boot Image with CU Article 42
This commit is contained in:
parent
3cd67f7df5
commit
8e052d56dd
@ -85,7 +85,7 @@ Before modifying the desired boot image, make a backup copy of the boot image th
|
|||||||
|
|
||||||
- For the 64-bit boot image included with the **Windows PE add-on for the Windows ADK**, the boot image is located at `C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\en-us\winpe.wim`.
|
- For the 64-bit boot image included with the **Windows PE add-on for the Windows ADK**, the boot image is located at `C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\en-us\winpe.wim`.
|
||||||
|
|
||||||
- For the default 64-bit boot image that is generated by **Microsoft Configuration Manager**, the boot image is located at `<ConfigMgr_Install_Directory>\OSD\boot\x64\boot.wim`. However, for **Microsoft Configuration Manager** it's recommended to modify the `winpe.wim` boot image included with the **Windows PE add-on for the Windows ADK**. For more information, see [Microsoft Configuration Manager considerations](#microsoft-configuration-manager-considerations).
|
- For the default 64-bit boot image that is generated by **Microsoft Configuration Manager**, the boot image is located at `<ConfigMgr_Install_Directory>\OSD\boot\x64\boot.wim`. For other boot images in Configuration Manager, the path to the boot image will be displayed in the **Image path:** field under the **Data Source** tab in the properties of the boot image. However, for **Microsoft Configuration Manager** it's recommended to modify the `winpe.wim` boot image included with the **Windows PE add-on for the Windows ADK**. For more information, see [Microsoft Configuration Manager considerations](#microsoft-configuration-manager-considerations).
|
||||||
|
|
||||||
- For the default 64-bit boot image that is generated by the **Microsoft Deployment Toolkit (MDT)**, the boot image is located at `<Deployment_Share>\Boot\LiteTouchPE_x64.wim`. However, for **Microsoft Deployment Toolkit (MDT)** it's recommended to modify the `winpe.wim` boot image included with the **Windows PE add-on for the Windows ADK**. For more information, see [Microsoft Deployment Toolkit (MDT) considerations](#microsoft-deployment-toolkit-mdt-considerations).
|
- For the default 64-bit boot image that is generated by the **Microsoft Deployment Toolkit (MDT)**, the boot image is located at `<Deployment_Share>\Boot\LiteTouchPE_x64.wim`. However, for **Microsoft Deployment Toolkit (MDT)** it's recommended to modify the `winpe.wim` boot image included with the **Windows PE add-on for the Windows ADK**. For more information, see [Microsoft Deployment Toolkit (MDT) considerations](#microsoft-deployment-toolkit-mdt-considerations).
|
||||||
|
|
||||||
@ -93,6 +93,29 @@ Before modifying the desired boot image, make a backup copy of the boot image th
|
|||||||
|
|
||||||
Adjust the above paths for 32-bit boot images (only available in Windows 10 ADKs).
|
Adjust the above paths for 32-bit boot images (only available in Windows 10 ADKs).
|
||||||
|
|
||||||
|
The following commands will backup the 64-bit boot image included with the **Windows PE add-on for the Windows ADK**:
|
||||||
|
### [:::image type="icon" source="images/icons/powershell-18.svg"::: **PowerShell**](#tab/powershell)
|
||||||
|
|
||||||
|
From an elevated **PowerShell** command prompt, run the following command to create a backup copy of the 64-bit boot image included with the Windows ADK. This command won't automatically overwrite a backup of a boot image if one already exists:
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
Copy-Item "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\en-us\winpe.wim" "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\en-us\winpe.bak.wim"
|
||||||
|
```
|
||||||
|
|
||||||
|
Adjust paths and file names accordingly to back up other boot images.
|
||||||
|
|
||||||
|
### [:::image type="icon" source="images/icons/command-line-18.svg"::: **Command Line**](#tab/command-line)
|
||||||
|
|
||||||
|
From an elevated command prompt, run the following command to create a backup copy of the 64-bit boot image included with the Windows ADK. This command won't automatically overwrite a backup of a boot image if one already exists:
|
||||||
|
|
||||||
|
```cmd
|
||||||
|
copy "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\en-us\winpe.wim" "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\en-us\winpe.bak.wim"
|
||||||
|
```
|
||||||
|
|
||||||
|
Adjust paths and file names accordingly to back up other boot images.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Step 4: Mount boot image to mount folder
|
## Step 4: Mount boot image to mount folder
|
||||||
|
|
||||||
1. Create a new empty empty folder to mount the boot image to. For example, `C:\Mount`.
|
1. Create a new empty empty folder to mount the boot image to. For example, `C:\Mount`.
|
||||||
@ -316,7 +339,7 @@ The following is a list of popular optional components that are commonly added t
|
|||||||
| Windows PowerShell/WinPE-PowerShell | `WinPE-PowerShell.cab` | Scripting/WinPE-Scripting <br> Scripting/WinPE-WMI <br> Microsoft .NET/WinPE-NetFx | Supports running PowerShell commands and scripts in WinPE | No | No |
|
| Windows PowerShell/WinPE-PowerShell | `WinPE-PowerShell.cab` | Scripting/WinPE-Scripting <br> Scripting/WinPE-WMI <br> Microsoft .NET/WinPE-NetFx | Supports running PowerShell commands and scripts in WinPE | No | No |
|
||||||
| Microsoft .NET/WinPE-NetFx | `WinPE-NetFx.cab` | Scripting/WinPE-WMI | Supports .Net applications in WinPE | No | No |
|
| Microsoft .NET/WinPE-NetFx | `WinPE-NetFx.cab` | Scripting/WinPE-WMI | Supports .Net applications in WinPE | No | No |
|
||||||
| Network/WinPE-Dot3Svc | `WinPE-Dot3Svc.cab` | NA | Supports the 802.1X network protocol in WinPE | No | No |
|
| Network/WinPE-Dot3Svc | `WinPE-Dot3Svc.cab` | NA | Supports the 802.1X network protocol in WinPE | No | No |
|
||||||
| HTML/WinPE-HTA | `WinPE-HTA.cab` | Scripting/WinPE-WMI (`WinPE-WMI.cab`) | Supports running HTML applications in WinPE | No | No |
|
| HTML/WinPE-HTA | `WinPE-HTA.cab` | Scripting/WinPE-WMI | Supports running HTML applications in WinPE | No | No |
|
||||||
| Database/WinPE-MDAC | `WinPE-MDAC.cab` | NA | Supports connecting to databases in WinPE | No | No |
|
| Database/WinPE-MDAC | `WinPE-MDAC.cab` | NA | Supports connecting to databases in WinPE | No | No |
|
||||||
|
|
||||||
For a full list of all available WinPE optional components including descriptions for each component, see [WinPE Optional Components (OC) Reference: WinPE Optional Components](/windows-hardware/manufacture/desktop/winpe-add-packages--optional-components-reference#winpe-optional-components).
|
For a full list of all available WinPE optional components including descriptions for each component, see [WinPE Optional Components (OC) Reference: WinPE Optional Components](/windows-hardware/manufacture/desktop/winpe-add-packages--optional-components-reference#winpe-optional-components).
|
||||||
@ -652,7 +675,7 @@ The following components are required by Microsoft Configuration Manager boot im
|
|||||||
| Scripting/WinPE-Scripting | `WinPE-Scripting.cab` | NA | Yes |
|
| Scripting/WinPE-Scripting | `WinPE-Scripting.cab` | NA | Yes |
|
||||||
| Network/WinPE-WDS-Tools | `WinPE-WDS-Tools.cab` | NA | Yes |
|
| Network/WinPE-WDS-Tools | `WinPE-WDS-Tools.cab` | NA | Yes |
|
||||||
| Scripting/WinPE-WMI | `WinPE-WMI.cab` | NA | Yes |
|
| Scripting/WinPE-WMI | `WinPE-WMI.cab` | NA | Yes |
|
||||||
| Startup/WinPE-SecureStartup | `WinPE-SecureStartup.cab` | Scripting/WinPE-WMI (`WinPE-WMI.cab`) | Yes |
|
| Startup/WinPE-SecureStartup | `WinPE-SecureStartup.cab` | Scripting/WinPE-WMI | Yes |
|
||||||
|
|
||||||
When adding optional components to any boot image used by Configuration Manager during the [Step 6: Add optional components to boot image](#step-6-add-optional-components-to-boot-image) step, make sure to first add the above required components in the above order to the boot image. After adding the required components to the boot image, add any additional desired optional components to the boot image.
|
When adding optional components to any boot image used by Configuration Manager during the [Step 6: Add optional components to boot image](#step-6-add-optional-components-to-boot-image) step, make sure to first add the above required components in the above order to the boot image. After adding the required components to the boot image, add any additional desired optional components to the boot image.
|
||||||
|
|
||||||
@ -675,8 +698,8 @@ The following components are required by Microsoft Configuration Manager boot im
|
|||||||
| Scripting/WinPE-Scripting | `WinPE-Scripting.cab` | NA | Yes |
|
| Scripting/WinPE-Scripting | `WinPE-Scripting.cab` | NA | Yes |
|
||||||
| Scripting/WinPE-WMI | `WinPE-WMI.cab` | NA | Yes |
|
| Scripting/WinPE-WMI | `WinPE-WMI.cab` | NA | Yes |
|
||||||
| File management/WinPE-FMAPI | `WinPE-FMAPI.cab` | NA | Yes |
|
| File management/WinPE-FMAPI | `WinPE-FMAPI.cab` | NA | Yes |
|
||||||
| Startup/WinPE-SecureStartup | `WinPE-SecureStartup.cab` | Scripting/WinPE-WMI (`WinPE-WMI.cab`) | Yes |
|
| Startup/WinPE-SecureStartup | `WinPE-SecureStartup.cab` | Scripting/WinPE-WMI | Yes |
|
||||||
| HTML/WinPE-HTA | `WinPE-HTA.cab` | Scripting/WinPE-WMI (`WinPE-WMI.cab`) | Yes |
|
| HTML/WinPE-HTA | `WinPE-HTA.cab` | Scripting/WinPE-WMI | Yes |
|
||||||
|
|
||||||
When adding optional components to any boot image used by MDT during the [Step 6: Add optional components to boot image](#step-6-add-optional-components-to-boot-image) step, make sure to first add the above required components in the above order to the boot image. After adding the required components to the boot image, add any additional desired optional components to the boot image.
|
When adding optional components to any boot image used by MDT during the [Step 6: Add optional components to boot image](#step-6-add-optional-components-to-boot-image) step, make sure to first add the above required components in the above order to the boot image. After adding the required components to the boot image, add any additional desired optional components to the boot image.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user