Skip to content

Commit 22d7c31

Browse files
author
Simonx Xu
committed
AB#5865: CreateTsMedia (for a bootable media for CMG) fails
1 parent 4c980f5 commit 22d7c31

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Can't create bootable media with errors 80004005 and 0x8004101d
3+
description: Fixes an issue in which you can't create bootable media with errors 80004005 and 0x8004101d in Microsoft Configuration Manager (current branch - version 2409).
4+
ms.date: 05/16/2025
5+
ms.reviewer: kaushika, umaikhan
6+
ms.custom: sap:Operating Systems Deployment (OSD)\Task Sequence Media (all types)
7+
---
8+
# Can't create bootable media with errors 80004005 and 0x8004101d
9+
10+
_Applies to:_   Configuration Manager (current branch)
11+
12+
In Microsoft Configuration Manager (current branch - version 2409), you can't create bootable media and select a cloud management gateway for a management point.
13+
14+
The following errors are logged in the **SMSProv.log** file:
15+
16+
```output
17+
Failed to get MP installation directory path
18+
~*~*~D:\dbs\sh\cmgm\1213_044837_0\cmd\1b\src\SiteServer\SDK_Provider\SMSProv\ssptspackage.cpp(3101) : GetTSMediaAdditionalInfo failed due to error 80004005
19+
~*~*~GetTSMediaAdditionalInfo failed due to error 80004005
20+
```
21+
22+
The following errors are logged in the **CreateTSMedia.log** file:
23+
24+
```output
25+
Error invoking WMI method SMS_TaskSequencePackage.GetTSMediaAdditionalInfo (0x8004101d)
26+
StageCertificate::RetrieveTokenForMediaCert() failed. 0x8004101d
27+
```
28+
29+
This issue occurs because the SMS Provider isn't located in the same location as the management point. In Configuration Manager (current branch - version 2409), the system checks the location of management point and attempts to use the DLLs available in that location.
30+
31+
Since a management point can't be hosted on a central administration site, you must create the bootable media on a primary site. Additionally, ensure that all Configuration Manager providers are located in the same location as the management point.

support/mem/configmgr/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ items:
251251
href: os-deployment/in-place-upgrade-task-sequence-not-continue.md
252252
- name: Apply Driver Package task fails with error 80070057
253253
href: os-deployment/apply-driver-package-task-error-80070057.md
254+
- name: Can't create bootable media with errors 80004005 and 0x8004101d
255+
href: os-deployment/cannot-create-bootable-media-error-80004005-0x8004101d.md
254256
- name: Computer hangs during an OSD task sequence in debug mode
255257
href: os-deployment/computer-hangs-task-sequence-debug-mode.md
256258
- name: Dynamic Media can't get management point locations

0 commit comments

Comments
 (0)