Michael Lubinski Posted October 10, 2012 Report post Posted October 10, 2012 Here is the error in my smsts.log (attached) <![LOG[Error. Received 0x80072ee7 from WinHttpSendRequest.]LOG]!><time="17:01:44.656+300" date="10-09-2012" component="InstallApplication" context="" type="1" thread="3240" file="libsmsmessaging.cpp:8689"> <![LOG[unknown host (gethostbyname failed)]LOG]!><time="17:01:44.656+300" date="10-09-2012" component="InstallApplication" context="" type="3" thread="3240" file="libsmsmessaging.cpp:692"> When PE first boots up and starts installing the OS I have an IP address. It then reboots, and the apply network settings task runs outside of PE, it reboots again, and goes back into PE for the Apply Drivers tasks. I hit f8 on this PE window and I have NO ip address or anything. Ipconfig shows it as it would without any drivers. There is this error previous to the one above. But I'm not sure if its related. <![LOG[Error getting system isolation info. Code 8027000C]LOG]!><time="17:00:14.234+300" date="10-09-2012" component="TSManager" context="" type="3" thread="2132" file="remediate.cpp:632"> <![LOG[ComputeComplianceAndRemediate(&QState), HRESULT=8027000c (e:\nts_sccm_release\sms\client\tasksequence\napcontrol\tsnapcontrol.cpp,48)]LOG]!><time="17:00:14.234+300" date="10-09-2012" component="TSManager" context="" type="0" thread="2132" file="tsnapcontrol.cpp:48"> <![LOG[Remediation failed. Code 8027000C]LOG]!><time="17:00:14.234+300" date="10-09-2012" component="TSManager" context="" type="3" thread="2132" file="tsnapcontrol.cpp:48"> <![LOG[hr = m_oNapCtrl.Remediate(QState), HRESULT=8027000c (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanager.cpp,1364)]LOG]!><time="17:00:14.234+300" date="10-09-2012" component="TSManager" context="" type="0" thread="2132" file="tsmanager.cpp:1364"> <![LOG[Remediation failed with error code 8027000C]LOG]!><time="17:00:14.234+300" date="10-09-2012" component="TSManager" context="" type="3" thread="2132" file="tsmanager.cpp:1364"> Thanks for the help! smsts-20121010-103553.log Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted October 10, 2012 Report post Posted October 10, 2012 well you are missing network drivers in the apply driver package step for the hardware you are installing on, that's what it looks like your problem is, so can you confirm that ? what version of Configuration Manager are you using ? Quote Share this post Link to post Share on other sites More sharing options...
Rocket Man Posted October 10, 2012 Report post Posted October 10, 2012 It then reboots, and the apply network settings task runs outside of PE, it reboots again, and goes back into PE for the Apply Drivers tasks Is this normal behaviour?? It should not reboot after applying OS and before net settings/apply drivers! The 1st time it should reboot is after setup windows configMgr component of TS! Not unless you have manually added a restart component to the TS at this stage? Quote Share this post Link to post Share on other sites More sharing options...
Michael Lubinski Posted October 10, 2012 Report post Posted October 10, 2012 Configuration Manager 2012 Here is a shot of my task sequence. http://www.flickr.com/photos/lubinski/8075098409/in/photostream The network drivers are part of the package in the apply driver package step. Quote Share this post Link to post Share on other sites More sharing options...
Rocket Man Posted October 10, 2012 Report post Posted October 10, 2012 Looking at the TS snippet, it looks like a standard TS..... just with a driver package added.......... When PE first boots up and starts installing the OS I have an IP address. It then reboots, and the apply network settings task runs outside of PE, it reboots again, and goes back into PE for the Apply Drivers tasks Does it restart after apply OS then again after apply net settings?? It should not do this.....as mentioned before the 1st restart with a standard TS should only happen after the setup windows and configMgr Component.....the last component of your snippet.... Maybe create a new TS and add your driver package! Quote Share this post Link to post Share on other sites More sharing options...