Search The Web

Showing posts with label SCCM. Show all posts
Showing posts with label SCCM. Show all posts

Thursday, December 8, 2011

T01 E3B M0F errors when pxe booting in SCCM 2007


T01 E3B M0F errors when pxe booting in SCCM 2007


I had the above issues and after looking around the internet and some trial an error, this is the solution that I found:
1: Stop the WDS service.
2: Old out the  C:\WINDOWS\TEMP\PXEBootFiles\Windows folder
3: Start the WDS service.
4: Check smspxe.log again and see if Unable to delete directory... exists.

This solved my issues, and my folders in ...\SMSBoot\x86 ...\SMSBoot\x64 and ...\SMSBoot\ia64 were populated with the needed files.
seemed to work for me.

Wednesday, November 16, 2011

SCCM PXE Error after booting – The certificate associated with this media has expired


SCCM PXE Error after booting – The certificate associated with this media has expired



you boot into configuration manager and you get this message which just makes your day:
Error: the certificate associated with this media has expired. New Media with a valid certificate will need to be created.
This is pretty easy to fix assuming you have a self signed certificate. To do so:
1. Log into you SCCM server and go to Site Database → Site Management → Site Settings → Site Systemsand select the SCCM server that maintains your PXE load point
2.In the right hand side  pane, right click on the “ConfigMgr PXE service point” and choose Properties.
3. Select the Database tab and look for the the Create self-signed PXE certificate option in the lower half of the screen.
4. here you can change the date for the self signed PXE certificate to a date in the future then choose OK
5. To verify that all is now OK  go to Site Database → Site Management → Site Settings → Certificates.Double click on the PXE certificate and make sure that there is an entry that is NOT listed as blocked
6. from here you should be able to boot into the boot media without issue. however, if the certificate has expired you will need to re build your boot media.

This article can also be found on our sister site DizzyIT.com : http://dizzyit.com/2011/11/16/sccm-pxe-error-booting-certificate-media-expired/