Skip to content

Commit 88d034e

Browse files
authored
Merge pull request #6197 from aczechowski/cz-12661534-win11lcu
add Win11 known issue 12661534
2 parents 3be2ba7 + 87c5a38 commit 88d034e

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

memdocs/configmgr/core/plan-design/configs/support-for-windows-11.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Support for Windows 11
33
titleSuffix: Configuration Manager
44
description: Learn about the Windows 11 versions that are supported as clients with Configuration Manager.
5-
ms.date: 11/08/2021
5+
ms.date: 11/22/2021
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: conceptual
@@ -131,6 +131,25 @@ Use one of the following options to work around this issue:
131131

132132
- Add users to the authentication exclusion list. For more information, see [Configure SMS Provider authentication](../security/configure-security.md#sms-provider-authentication).
133133

134+
### Offline servicing
135+
136+
<!-- 12661534 -->
137+
138+
When you [apply software updates to an image](../../../osd/get-started/manage-operating-system-images.md#apply-software-updates-to-an-image) for Windows 11, the process will fail. You'll see errors similar to the following entries in the offline servicing log file, `OfflineServicingMgr.log`:
139+
140+
```log
141+
InstallUpdate returned code 0x8007007b
142+
Failed to install update with ID 16787962 on the image. ErrorCode = 123
143+
```
144+
145+
This issue is because DISM doesn't support the `.cab` files.
146+
147+
To work around this issue, you can manually service the image:
148+
149+
1. Download the update directly from the Microsoft Update Catalog. For example, `https://www.catalog.update.microsoft.com/Search.aspx?q=KB5007215`
150+
1. Use DISM to manually inject the downloaded `.msu` update file into the Windows 11 image. For more information, see [Add updates to a Windows image](/windows-hardware/manufacture/desktop/servicing-the-image-with-windows-updates-sxs).
151+
1. Manually update the image file in the package source. Then update it on distribution points.
152+
134153
## Next steps
135154

136155
[Support for the Windows ADK](support-for-windows-adk.md)

0 commit comments

Comments
 (0)