Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Capture image does not save file on SCCM and Boot File does not update drivers.

rickloureiro

New Member
Messages
3
Reaction score
1
Points
1
Hi,

I have SCCM version 2211 having some issue with capture image, I think in the last step it lost the network. So i have try with other driver and now have this error:

Error: Update boot image:
• Microsoft Windows PE (amd64)

Success: Windows ADK reload actions:
• Reload using Windows PE from the ADK version 10.0.22621.0

Error: Update actions:
• Add ConfigMgr binaries using Production Client version 5.00.9096.1000
• Set scratch space
• Enable Windows PE command line support
• Add drivers

Error: Failed to import the following drivers:
• Intel(R) Ethernet Connection I217-LM

Optional components:
• Scripting (WinPE-Scripting)
• Startup (WinPE-SecureStartup)
• Network (WinPE-WDS-Tools)
• Scripting (WinPE-WMI)

Error: The wizard detected the following problems when updating the boot image.
• Failed to inject a ConfigMgr driver into the mounted WIM file
The SMS Provider reported an error.: ConfigMgr Error Object:
instance of SMS_ExtendedStatus
{
• Description = "Failed to register to status manager";
• ErrorCode = 2152205056;
• File = "K:\\dbs\\sh\\cmgm\\1125_114522\\cmd\\4\\src\\SiteServer\\SDK_Provider\\SMSProv\\sspbootimagepackage.cpp";
• Line = 5417;
• ObjectInfo = "CSspBootImagePackageInst::PreRefreshtPkgSourceHook";
• Operation = "ExecMethod";
• ParameterInfo = "SMS_BootImagePackage.PackageID=\"HGO0002B\"";
• ProviderName = "WinMgmt";
• StatusCode = 2147749889;
};

1672943912769.png

1672944045919.png

Thanks in advance for y help.
Ricardo
 
Check if the driver you are trying to import is available in the source folder. Try to import the newly downloaded drivers to ConfigMgr or try creating new Boot image.
This was the case when i received this error in my environment.
 
Back
Top