Good morning all,
Im working on implementing OS Deployment through SCCM and Ive run into a problem that I cant seem to find a fix for.
Through countless blog posts Ive finally gotten WDS to install properly and to have the service running. The only configuration done to WDS is I pointed it to the Remoteinstall directory and enabled PXE. In SCCM Ive enabled PXE support as well for the DP, configured the boot images (PXE enabled/copy to local server) and successfully distributed them to the DP.
After these steps are completed my remoteinstall\SMSBoot\ contains a few folders; x86, x64, and Fonts. x86 and x64 are both empty. If I go up a folder to remoteinstall, the SMSImages folder has both CRP0000X image folders with the WIM inside. If I go to the SMSTempBootFiles I have both CRP0000X folders with an empty sms folder and a Windows folder that contains a boot folder which has what looks to be the PXE boot files (EFI, Fonts, and PXE folders)
I don't know what im missing and why nothing is copying to the appropriate SMSboot folder, I cant diagnose anything because I don't have a SMSPXE.log either.
What do I need to do to get the files to copy correctly and why do I not have a log?