Jump to content


guyver78

Management Point PXE Boot Error 80004005 After SP1 Upgrade

Recommended Posts

Ok so i have 2 test lab sites and 1 production site and after upgrading Sccm 2012 to Sccm 2012 SP1 its completely killed my PXE Boot. after going thorugh SMSPXE.log i keep getting the following error:

 

RequestMPKeyInformation: Send() failed.

Failed to get information for MP: http://MYSCCMSERVER.com. 80004005.SMSPXE

PXE::MP_InitializeTransport failed; 0x80004005

PXE::MP_LookupDevice failed; 0x80004005

PXE Provider failed to initialize MP connection. Unspecified error (Error: 80004005; Source: Windows)

RequestMPKeyInformation: Send() failed.

Failed to get information for MP: http://MYSCCMSERVER.com. 80004005.

PXE::MP_InitializeTransport failed; 0x80004005 SMSPXE

PXE::MP_ReportStatus failed; 0x80004005

PXE::CPolicyProvider::InitializeMPConnection failed; 0x80004005

 

I have seen similar errors around but none of the solutions have worked for me so far. Whats strange is prior to the SP1 Update everything worked perfectly so what could the service pack have done to cause this?

 

I have tried the following:

 

Removed WDS, Removed DP, Removed MP

Deleted RemoteInstall, SCCMCOntentLib, SMSPKG, SMSPKGE$, SMSPKGSIG, SMSSIG$

Re-added WDS, Re-added MP & DP.

Reconfigured DP etc etc

Re-Created Boot images with drivers and updated DP points countless times and still no go :(

 

Anyone else experience the same thing? Could this be permission issue? I have tried sooo many different things and nothing has resolved it so far? I dont know what else I can try since it was working perfectly 2 days ago prior to this SP1 update :(

 

 

Share this post


Link to post
Share on other sites

Same here. I'm stuck after 4 days searching articles on the internet... After entering my password during the pxe boot i got these errors ;

 

RequestMPKeyInformation: Send() failed. SMSPXE 24/01/2013 20:43:23 1980 (0x07BC)
Failed to get information for MP: http://MYSCCMSERVER.com 80004005. SMSPXE 24/01/2013 20:43:23 1980 (0x07BC)
PXE::MP_InitializeTransport failed; 0x80004005 SMSPXE 24/01/2013 20:43:23 1980 (0x07BC)
PXE::MP_LookupDevice failed; 0x80004005 SMSPXE 24/01/2013 20:43:23 1980 (0x07BC)
PXE Provider failed to initialize MP connection.
Unknown error (Error: 80004005; Source: Unknown) SMSPXE 24/01/2013 20:43:23 1980 (0x07BC)
RequestMPKeyInformation: Send() failed. SMSPXE 24/01/2013 20:43:23 1980 (0x07BC)
Failed to get information for MP: http://MYSCCMSERVER.com. 80004005. SMSPXE 24/01/2013 20:43:23 1980 (0x07BC)
PXE::MP_InitializeTransport failed; 0x80004005 SMSPXE 24/01/2013 20:43:23 1980 (0x07BC)
PXE::MP_ReportStatus failed; 0x80004005 SMSPXE 24/01/2013 20:43:23 1980 (0x07BC)
PXE::CPolicyProvider::InitializeMPConnection failed; 0x80004005 SMSPXE 24/01/2013 20:43:23 1980 (0x07BC)

I did a cleane install with SP1 included. RTM version was working correctly before.

 

Then i rebooted my DNS/DHCP servers and it starting to working again....

Share this post


Link to post
Share on other sites

After SP1 we had the same/similar issues in our environment. Here are the steps I used to fix PXE on the DPs and get OSD running again:


  • untick the enable PXE checkbox on the distribution point. Answer yes that you want to remove the Windows Deployment service.
  • remove boot images from your distribution point
  • After 5 minutes delete %windir%\temp
  • check with server manager. If WDS is done uninstalling there is a reboot pending. Reboot.
  • check if the remoteinstall folder is located on your system. If it is delete it. If it fails to delete due to permission issues with the SMSTempBootFiles path, delete all folders except that one and then rename the remoteinstall folder something else.
  • reboot
  • Add the PXE point again by checking the box on the distribution point properties. Check the distrmgr.log and see if the remoteinstall folder reappears..
  • Replicate the boot image to the DP again. After they land you can try running an F12 and it should roll smoothly.

RE: the old remoterinstall permission issues, this seems to be the root cause of why PXE broke on all our DPs after SP1. As to why the permission error occurred, I cannot say but will continue looking for the root cause.

  • Like 2

Share this post


Link to post
Share on other sites

Thanks Phazers,

 

 

had the same error on all distribution points this morning, after upgrading to SP1 last friday. Fixed it by following your steps except deleteing the temp directory.

If anyone knows a method to get rid of the (renamed) SMSTempBootFiles folder, please let us know.

Share this post


Link to post
Share on other sites

After SP1 we had the same/similar issues in our environment. Here are the steps I used to fix PXE on the DPs and get OSD running again:

  • untick the enable PXE checkbox on the distribution point. Answer yes that you want to remove the Windows Deployment service.
  • remove boot images from your distribution point
  • After 5 minutes delete %windir%\temp
  • check with server manager. If WDS is done uninstalling there is a reboot pending. Reboot.
  • check if the remoteinstall folder is located on your system. If it is delete it. If it fails to delete due to permission issues with the SMSTempBootFiles path, delete all folders except that one and then rename the remoteinstall folder something else.
  • reboot
  • Add the PXE point again by checking the box on the distribution point properties. Check the distrmgr.log and see if the remoteinstall folder reappears..
  • Replicate the boot image to the DP again. After they land you can try running an F12 and it should roll smoothly.

RE: the old remoterinstall permission issues, this seems to be the root cause of why PXE broke on all our DPs after SP1. As to why the permission error occurred, I cannot say but will continue looking for the root cause.

 

Thanks. This worked for me also. +1 :)

  • Like 1

Share this post


Link to post
Share on other sites

Thanks. This worked for me also. +1 :)

 

After SP1 we had the same/similar issues in our environment. Here are the steps I used to fix PXE on the DPs and get OSD running again:

  • untick the enable PXE checkbox on the distribution point. Answer yes that you want to remove the Windows Deployment service.
  • remove boot images from your distribution point
  • After 5 minutes delete %windir%\temp
  • check with server manager. If WDS is done uninstalling there is a reboot pending. Reboot.
  • check if the remoteinstall folder is located on your system. If it is delete it. If it fails to delete due to permission issues with the SMSTempBootFiles path, delete all folders except that one and then rename the remoteinstall folder something else.
  • reboot
  • Add the PXE point again by checking the box on the distribution point properties. Check the distrmgr.log and see if the remoteinstall folder reappears..
  • Replicate the boot image to the DP again. After they land you can try running an F12 and it should roll smoothly.

RE: the old remoterinstall permission issues, this seems to be the root cause of why PXE broke on all our DPs after SP1. As to why the permission error occurred, I cannot say but will continue looking for the root cause.

+1 here as well. This process worked for us too. Kudos to this, as I had spent all morning trying to fix this with other post suggestions on the interwebs. This was the magic bullet, thanks!

Share this post


Link to post
Share on other sites

Thanks Phazers,

 

 

had the same error on all distribution points this morning, after upgrading to SP1 last friday. Fixed it by following your steps except deleteing the temp directory.

If anyone knows a method to get rid of the (renamed) SMSTempBootFiles folder, please let us know.

 

Take ownership of the folder and then delete it

Share this post


Link to post
Share on other sites

Does not work for me, I have not upgraded to sp 1, it is a clean 2012 sp1 install.

 

 

RequestMPKeyInformation: Send() failed. SMSPXE 3/4/2013 9:23:45 PM 2912 (0x0B60)
Failed to get information for MP: http://DCM-SRV-SCCM-01.ulbsibiu.local. 80004005. SMSPXE 3/4/2013 9:23:45 PM 2912 (0x0B60)
PXE::MP_InitializeTransport failed; 0x80004005 SMSPXE 3/4/2013 9:23:45 PM 2912 (0x0B60)
PXE::MP_LookupDevice failed; 0x80004005 SMSPXE 3/4/2013 9:23:45 PM 2912 (0x0B60)
PXE Provider failed to initialize MP connection.
Unspecified error (Error: 80004005; Source: Windows) SMSPXE 3/4/2013 9:23:45 PM 2912 (0x0B60)
RequestMPKeyInformation: Send() failed. SMSPXE 3/4/2013 9:23:45 PM 2912 (0x0B60)
Failed to get information for MP: http://DCM-SRV-SCCM-01.ulbsibiu.local. 80004005. SMSPXE 3/4/2013 9:23:45 PM 2912 (0x0B60)
PXE::MP_InitializeTransport failed; 0x80004005 SMSPXE 3/4/2013 9:23:45 PM 2912 (0x0B60)
PXE::MP_ReportStatus failed; 0x80004005 SMSPXE 3/4/2013 9:23:45 PM 2912 (0x0B60)
PXE::CPolicyProvider::InitializeMPConnection failed; 0x80004005 SMSPXE 3/4/2013 9:23:45 PM 2912 (0x0B60)

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
Reply to this topic...

×   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.