Jump to content


  • 0
Brettw02

Problems injecting drivers to boot.wim

Question

I have sccm 2007 r2 setup and so far working great. I work for a school district with 14 schools. A few schools are outside our city and pushing packages and using OSD takes quite some time for these outside schools. We have set up DFS and I have transferred a boot.wim image to this server. However when I inject the appropriate drivers that I need I get errors...

 

   Error: Boot image to update: 
Microsoft Windows PE (x86)

  Error: Actions to perform: 
Add ConfigMgr binaries
Disable Windows PE command line support
Add drivers

  Success: Drivers that will be included: 
Broadcom NetLink (TM) Gigabit Ethernet
Realtek PCI GBE Family Controller
Broadcom 802.11b Network Adapter

  Error: Failed to import the following drivers:
Broadcom 440x 10/100 Integrated Controller - 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
Failed to inject a ConfigMgr driver into the mounted WIM file
Failed to inject a ConfigMgr driver into the mounted WIM file
Failed to inject a ConfigMgr driver into the mounted WIM file
Failed to inject a ConfigMgr driver into the mounted WIM file
Failed to inject a ConfigMgr driver into the mounted WIM file
Failed to inject a ConfigMgr driver into the mounted WIM file
Failed to inject a ConfigMgr driver into the mounted WIM file
Failed to inject a ConfigMgr driver into the mounted WIM file
Failed to inject a ConfigMgr driver into the mounted WIM file
Failed to inject a ConfigMgr driver into the mounted WIM file
Failed to inject a ConfigMgr driver into the mounted WIM file
The ConfigMgr Provider reported an error.: ConfigMgr Error Object:
instance of SMS_ExtendedStatus
{
	Description = "Failed to insert OSD binaries into the WIM file";
	ErrorCode = 2152205056;
	File = "e:\\nts_sms_fre\\sms\\siteserver\\sdk_provider\\smsprov\\sspbootimagepackage.cpp";
	Line = 4262;
	ObjectInfo = "CSspBootImagePackage::PreRefreshPkgSrcHook";
	Operation = "ExecMethod";
	ParameterInfo = "SMS_BootImagePackage.PackageID=\"CS400048\"";
	ProviderName = "WinMgmt";
	StatusCode = 2147749889;
};

 

Any help would be great. Let me know if I am missing any other information that I am most likely forgetting to mention.

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

What version of WinPE are you importing Drivers to ? There is Compatibility issues with WinPE 2.0 version when importing drivers?

Try reloading the boot WIM and what happens?

 

If you sill see the errors ,you can add the drivers to the WIM image using DISM tool.

 

like

 

 

Dism.exe /mount-wim /wimfile:”C:\Temp\WinPE3.0x86.WIM” /index:1 /mountdir:”C:\Temp\mount”

then inject the drivers

dism /image:”C:\Temp\mount” /add-driver /driver:”C:\Temp\drivers\driver.inf /forceunsigned

 

 

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.