SCCM PXE boot with IP helper configuration (PXE Responder no WDS)

2021-08-08T19:09:45.013+00:00

I have SCCM environment with multiple VLANS:

  • SCCM server with PXE Responder no WDS on (subnet 1, VLAN 1)
  • windows DHCP servers (subnet 2, VLAN 2)
  • windows clients (subnet 3, VLAN 3)

We configured IP helper on the core switches as below:

  • IP helper-address <IP address of DHCP server>
  • IP helper-address <IP address of SCCM server>
  • IP forward-protocol UDP <IP address of SCCM server> 4011

Is there any thing I need to configure on DHCP servers. I mean is IP helper is enough or there are other requirements ?
because the clients still not booting from PXE

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,266 questions
Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,021 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
894 questions
0 comments No comments
{count} votes

Accepted answer
  1. Simon Ren-MSFT 29,716 Reputation points Microsoft Vendor
    2021-08-16T05:50:26.46+00:00

    Hi,

    Thanks for posting in Microsoft Q&A forum.

    It looks like it is the WMI component that is missing from the boot WIM. Try following steps and check if it works.

    1. Remove your boot WIMs. Make sure that the boot WIM packages are removed from the PXE DP.
    2. Uninstall the ADK.
    3. Reinstall the ADK.
    4. Import a new boot WIMs from the ADK.
    5. Distribute the boot WIM packages to the PXE DP.

    Refer to: PXE Fails during Windows PE

    Hope above answer helps and looking forward to your feedback.

    Best regards,
    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. Lazher YAAKOUBI 381 Reputation points
    2021-08-18T08:03:44.213+00:00

    Hi,

    it is recommended to use IP Helper, it is very useful and options 60 and 67 in DHCP are not supported by MS, I have tested IP Helper in my environment and it works fine :

    124261-image.png

    1 person found this answer helpful.

  2. Simon Ren-MSFT 29,716 Reputation points Microsoft Vendor
    2021-08-09T06:23:58.503+00:00

    Hi,

    Thanks for posting in Microsoft Q&A forum.

    1, Do not use DHCP options 60,66 and 67 on your DHCP servers. If the options are configured, the DHCP server will masquerade as a PXE server and respond to the client with path to the network boot program, then the PXE will failed.

    2, Please contact your network team to configure the IP helper. Change the third command line to below to have a try.
    IP forward-protocol UDP 4011

    Useful articles for your reference:
    PXE clients computers do not start when you configure the Dynamic Host Configuration Protocol server to use options 60, 66, 67
    IP Helper-Address Configuration for PXE Boot
    Note: The non-Microsoft link is just for your reference.

    Best regards,
    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    https://learn.microsoft.com/en-us/answers/articles/67444/email-notifications.html


  3. 2021-08-14T07:11:01.337+00:00

    Hi,

    Thanks, DHCP option 60 was enabled. clients boot successfully now after disabling it. However, I'm facing another issue now which is after PXE boot and image load the task sequence starts but suddenly quits and pc reboot. Attached is the SMSTS log file from one of the clients.

    123233-smsts.log

    0 comments No comments