what to check if you receive a message in SMSPXE.log stating PXE provider is not active. Ignoring DHCP discover message on your System Center 2012 Configuration Manager distribution point

Introduction

After a PXE boot failure, and after some troubleshooting  I wanted to share the reason why it was failing in case others have the same problem. The actual failure message observed in SMSPXE.log is quite descriptive as long as you know what it means.

Problem

You PXE boot a client computer and instead of it completing the PXE boot process it just hangs on the DHCP line with several dots appearing after DHCP like in the screenshot below

dhcpafter a while it will timeout with PXE-E53: No boot filename received.

Note: The PXE-E53: No boot filename received can appear for a variety of reasons, this is just one of them.

pxe-e53 no boot filename receivedafter this point it will try the next boot device (perhaps your hard disc) and this may generate another error if no operating system was found on it.

If you monitor the SMSPXE.log file on the OSD enabled distribution point you may see the following lines repeated over and over while attempting to PXE boot the client.

00:15:5D:33:7F:23, 704349C9-88E2-4D26-BAA1-97032EE7100B: PXE provider is not active. Ignoring DHCP discover message.

00:15:5D:33:7F:23, 704349C9-88E2-4D26-BAA1-97032EE7100B: Not serviced.

The first alphanumeric characters are the MAC address of the client computers network card, and the second alphanumeric characters are the GUID.

PXE Provider is not active

Ok so what is going on ? time to check the Distribution Point properties by opening the Server and Site system roles under Site Configuration in the Configuration Manager console

distribution point propertiesClick on the PXE tab

Allow this distribution point to repond to incoming PXE requestsif you have the same problem as me, then it’s likely that someone has forgotten to select (or deselected) the following setting

Allow this distribution point to respond to PXE requests.

Solution

If your distribution point properties had that setting unchecked, place a check mark in there, click apply and click ok.

Note: obviously only do so if you are confident that the PXE distribution point is properly secured and there’s no risk of servers or clients PXE booting and getting a required OS installed on them by accident.

PXE selectedOnce done you can try PXE booting the client again, things should look a lot better

PXE workingand indeed your SMSPXE.log file will look healthier too

smspxe log working ok againuntil next time

cheers

niall

This entry was posted in ConfigMgr 2012. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.