Hi,
Encounter following error while mounting a WIM image.
Deployment Image Servicing and Management tool
Version: 10.0.22621.1
Mounting image
[===========================72.0%========= ]
Error: 1299
Indicates a particular Security ID may not be assigned as the label of an object.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
And here is the extract from the log file.
Image Index: [1]
Mount Guid: [afe34b40-6830-4cb5-b30b-56faed46e6ca]
Mount Path: [D:\Mount]
[7372.9260] [0xd0000446] WimSetSecurityDescriptor:(321)
[7372.9260] [0xd0000446] RestoreSecurityDescriptor:(1477)
[7372.9260] [0xc144012e]
2023-08-30 10:13:35, Error DISM DISM WIM Provider: PID=7372 [RestoreSecurityDescriptor:(1487) -> SetSecurityInfo() failed] D:\Mount\Windows\System32\config\systemprofile\AppData\Local\AMD\DxcCache\419c0776bef38484.fb97e96764ea70ae.7170d1f5.6b8ae907.0.parc (HRESULT=0x80070513) - CWimManager::WimProviderMsgLogCallback
[7372.9260] [0xd0000446] RestoreFileMetadata:(526)
[7372.9260] [0xc144012e]
2023-08-30 10:13:35, Error DISM DISM WIM Provider: PID=7372 [RestoreFileMetadata:(530) -> RestoreSecurityDescriptor failed] D:\Mount\Windows\System32\config\systemprofile\AppData\Local\AMD\DxcCache\419c0776bef38484.fb97e96764ea70ae.7170d1f5.6b8ae907.0.parc (HRESULT=0x80070513) - CWimManager::WimProviderMsgLogCallback
[7372.9260] [0xd0000446] RestoreRefNode:(1755)
[7372.9260] [0xc144012e]
2023-08-30 10:13:35, Error DISM DISM WIM Provider: PID=7372 D:\Mount\Windows\System32\config\systemprofile\AppData\Local\AMD\DxcCache\419c0776bef38484.fb97e96764ea70ae.7170d1f5.6b8ae907.0.parc (HRESULT=0x80070513) - CWimManager::WimProviderMsgLogCallback
[7372.9260] [0xd0000446] RestoreRefNodeCallback:(1913)
[7372.9260] [0xd0000446] ProcessWimQueueNode:(98)
[7372.9260] [0xd0000446] DequeueWimData:(304)
[7372.9260] [0xd0000446] ImageWorkerThread:(250)
[7372.9588] [0xd0000446] GetImageErrorCode:(2866)
[7372.8216] [0xd0000446] GetImageErrorCode:(2866)
[7372.8216] [0xd0000446] ImageWorkerThread:(198)
[7372.9588] [0xd0000446] RestoreFileNodeList:(2070)
[7372.9588] [0xd0000446] RestoreFilesCallback:(3708)
[7372.9588] [0xd0000446] EnumImageDataEntries:(1070)
[7372.9588] [0xd0000446] RestoreAllData:(1127)
[7372.9588] [0xd0000446] WIMApplyImageInternal:(788)
[7372.9588] [0x80070513] ImageStubMountDirectory:(985): Indicates a particular Security ID may not be assigned as the label of an object.
[7372.9588] [0x80070513] WIMMountImageHandle:(1287): Indicates a particular Security ID may not be assigned as the label of an object.
[7372.9588] [0x80004005] DeleteAndRestoreDirectory:(335): Unspecified error
[7372.9588] [0xc1420117] DeleteAndRestoreDirectory:(336)
[7372.9588] [0xc1420117] RestoreMountDirectory:(404)
[7372.9588] [0xc1420117] WIMMountImageHandle:(1340)
2023-08-30 10:14:50, Error DISM DISM WIM Provider: PID=7372 TID=9588 "Failed to mount the image." - CWimImageInfo::Mount(hr:0x80070513)
2023-08-30 10:14:50, Error DISM DISM Imaging Provider: PID=7372 TID=9588 onecore\base\ntsetup\opktools\dism\providers\imagingprovider\dll\genericimagingmanager.cpp:833 - CGenericImagingManager::InternalOpMount(hr:0x80070513)
2023-08-30 10:14:50, Error DISM DISM Imaging Provider: PID=7372 TID=9588 onecore\base\ntsetup\opktools\dism\providers\imagingprovider\dll\genericimagingmanager.cpp:746 - CGenericImagingManager::InternalCmdMount(hr:0x80070513)
2023-08-30 10:14:50, Error DISM DISM Imaging Provider: PID=7372 TID=9588 onecore\base\ntsetup\opktools\dism\providers\imagingprovider\dll\genericimagingmanager.cpp:538 - CGenericImagingManager::ExecuteCmdLine(hr:0x80070513)
2023-08-30 10:14:50, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.
2023-08-30 10:14:50, Info DISM DISM.EXE:
2023-08-30 10:14:50, Info DISM DISM.EXE:
<----- Ending Dism.exe session ----->
I am mounting Windows 11 image. This image was captured on a Lenovo Laptop and was "generalized" with "Sysprep".
Any thoughts? Suggestions?