Failed to update boot image after SCCM v2006 update : "File = "..\\sspbootimagepackage.cpp";"

Brass Contributor

Got the new ADK and PE all installed.

Error in SMSPROV: Failed to copy file '\\SCCM-Server\SMS_CSF\OSD\\bin\x64\ccmcore.dll' to 'C:\WINDOWS\TEMP\BootImages\{5A21EF4D-9AFE-493E-AD98-D60123456D54}\mount\sms\bin\x64\ccmcore.dll'

Full error:

Error: The wizard detected the following problems when updating the boot image.

• Failed to insert OSD binaries into the mounted WIM file

The SMS Provider reported an error.: ConfigMgr Error Object:

instance of SMS_ExtendedStatus

{

• Description = "Failed to inject OSD binaries into mounted WIM file (often happens if unsigned drivers are inserted into x64 boot image)";

• ErrorCode = 2152205056;

• File = "..\\sspbootimagepackage.cpp";

• Line = 5482;

• ObjectInfo = "CSspBootImagePackage::PreRefreshPkgSrcHook";

• Operation = "ExecMethod";

• ParameterInfo = "SMS_BootImagePackage.PackageID=\"CSF00005\"";

• ProviderName = "WinMgmt";

• StatusCode = 2147749889;

Little help here cos I am googled out....

Thanks

2 Replies

@Dolinhas Have you checked your antivirus settings? Some antivirus solutions prevent the copying of binary files (such as .DLL files) to the Windows Temp folder.

@Dolinhas 

 

For future lookers.

This was caused by NTFS permissions missing from the folders where the files are written to.

Once replicated from the root all is OK.

Good luck guys