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 Error on Update boot image: Microsoft Windows PE (amd64)

  • Thread starter Thread starter MSPXE
  • Start date Start date
  • Replies Replies 4
  • Views Views 5K

MSPXE

Member
Messages
8
Solutions
1
Reaction score
3
Points
3
Hi, I have upgraded SCCM to 2403 with ADK 10.1.26100.1 to test WIN11 which works but now I can't add a new NIC driver to boot my T14 G1 to G5 machine as PXE boot. It gave me the below error. i had removed and re-added NIC driver but failed

Please advise if anyone can assist me asap. Thanks

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

Error: Update actions:
• Add ConfigMgr binaries using Production Client version 5.00.9128.1007
• Add custom background
• Add keyboard layout
• Set scratch space
• Enable Windows PE command line support
• Add drivers

Success: Boot image will include these drivers after update:
• Intel(R) Ethernet Connection I217-LM
• Intel(R) Ethernet Connection I217-LM
• Intel(R) Ethernet Connection I217-LM

Optional components:
• Microsoft .NET (WinPE-NetFx)
• Windows PowerShell (WinPE-PowerShell)
• Scripting (WinPE-Scripting)
• Startup (WinPE-SecureStartup)
• Network (WinPE-WDS-Tools)
• Scripting (WinPE-WMI)

Error: Failed to import the following drivers:
• Intel(R) Ethernet Connection I217-LM - Failed to inject a ConfigMgr driver into the mounted WIM file

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 = "D:\\dbs\\sh\\cmgm\\0502_134106\\cmd\\1g\\src\\SiteServer\\SDK_Provider\\SMSProv\\sspbootimagepackage.cpp";
• Line = 5539;
• ObjectInfo = "CSspBootImagePackageInst::PreRefreshtPkgSourceHook";
• Operation = "ExecMethod";
• ParameterInfo = "SMS_BootImagePackage.PackageID=\"CM100AFC\"";
• ProviderName = "WinMgmt";
• StatusCode = 2147749889;
};
 
Last edited:
Thanks. It is a built-in image. I can't make any changes to the Boot. The WIM file will be shared with my DP and Main PXE servers.
 
I believe you should see two boot images in your console: Boot image (x64) and Boot image (arm64). Are you adding the drivers to later one? If you are not able to make any changes to the boot image I believe this is a permission issue. However try running the console as administrator and tell me if you see same error.
 
Boot image (x64) is the one that you should use unless you are deploying the OS for ARM devices. Here is what you can try, backup that boot image and remove all the drivers you've added previously. Now attempt to add that failing driver and see if that works.
 
Back
Top