Rui Qiu's Tech Blog
← Back to all posts

August 6, 2015

How to Setup PXE Server for SCCM OSD

Here are some notes from our Microsoft SCCM trainer a few months ago, really helpful on setting up PXE Server.

How to set up Option 66 & Option 67 on the DHCP Server

PXE

Settings in SCCM

Notes

Troubleshooting PXE

Error Information: 0x906 then run this command to get WDS service to start working:   WDSUTIL /Initialize-Server /RemInst:D:\RemoteInstall Might need to uninstall and reinstall PXE. Possible order: uninstall PXE, do the above fix, and then install PXE   Source: http://www.systemcentercentral.com/configmgr-pxe-boot-warning-matching-processor-architecture-boot-image-0-not-found/         SMSTS.log locations (http://technet.microsoft.com/en-us/library/bb932135.aspx): Note: Run CMTrace first to set it as the default viewer of logs (located under X:\SMS\Bin\i386\CMTrace) and go to the proper location of SMSTS.log.

  1. System booted in WinPE and the local harddisk is not modified (smsts.log in the “x:\windows\temp\smstslog” folder)
  2. System booted in WinPE and the local harddisk is partitioned and formatted (smsts.log in the “x:\smstslog” folder and after that in the “c:\De_SMSTaskSequence\Logs\Smstslog” folder
  3. System booted in Windows before the ConfigMgr client is installed (smsts.log in the “c:\_SMSTaskSequence\Logs\Smstslog” folder)
  4. System booted in Windows after ConfigMgr client is installed (smsts.log in the “c:\windows\system32\ccm\logs\Smstslog” folder) (When using a x64 device, you can find it in the “c:\windows\SysWOW64\ccm\logs\Smstslog” folder)