chivasaribas Posted October 16, 2012 Report post Posted October 16, 2012 Hey, I followed the tutorials on this site for making an image and deploying that image to a PC but I am running into a problem after it boots into PXE. The SMSTS log shows the following: <![LOG[Remediating]LOG]!><time="17:57:16.353+420" date="10-15-2012" component="TSManager" context="" type="1" thread="2192" file="tsnapcontrol.cpp:43"> <![LOG[Error getting system isolation info. Code 8027000C]LOG]!><time="17:57:16.369+420" date="10-15-2012" component="TSManager" context="" type="3" thread="2192" file="remediate.cpp:632"> <![LOG[Remediation failed. Code 8027000C]LOG]!><time="17:57:16.369+420" date="10-15-2012" component="TSManager" context="" type="3" thread="2192" file="tsnapcontrol.cpp:48"> <![LOG[Remediation failed with error code 8027000C]LOG]!><time="17:57:16.369+420" date="10-15-2012" component="TSManager" context="" type="3" thread="2192" file="tsmanager.cpp:1364"> <![LOG[Parsing task sequence . . .]LOG]!><time="17:57:16.384+420" date="10-15-2012" component="TSManager" context="" type="1" thread="2192" file="tsmanager.cpp:1259"> I can't find any info online about that error code or the "error getting system isolation info" and it is driving me crazy! Tried all of the different options under "Select the location where you want to apply the operating system" because I think the problem may be there. I have tried two different task sequences, one that formats and one that doesn't. Both fail with the same error code but if I use the one that formats the PC, I can't log back into Windows. Help me windows-noob, you're my only hope! Quote Share this post Link to post Share on other sites More sharing options...
chivasaribas Posted October 16, 2012 Report post Posted October 16, 2012 I also found this in the log: <![LOG[Failed to locate the local data path. The files needed to resume the task sequence are missing. This could be because the task sequence finished while in Windows PE. Please check the largest available partition for SMSTSLog\smsts.log file for more information. The system cannot find the file specified. (Error: 80070002; Source: Windows)]LOG]!><time="10:57:39.000+420" date="10-16-2012" component="TSManager" context="" type="3" thread="248" file="tsmanager.cpp:902"> <![LOG[Task Sequence Manager could not initialize Task Sequence Environment. code 80070002]LOG]!><time="10:57:39.000+420" date="10-16-2012" component="TSManager" context="" type="3" thread="248" file="tsmanager.cpp:1084"> <![LOG[Task sequence execution failed with error code 80070002]LOG]!><time="10:57:39.000+420" date="10-16-2012" component="TSManager" context="" type="3" thread="248" file="tsmanager.cpp:780"> <![LOG[Cleaning Up.]LOG]!><time="10:57:39.000+420" date="10-16-2012" component="TSManager" context="" type="1" thread="248" file="tsmanager.cpp:574"> <![LOG[Removing Authenticator]LOG]!><time="10:57:39.000+420" date="10-16-2012" component="TSManager" context="" type="1" thread="248" file="tsmanager.cpp:585"> <![LOG[successfully unregistered Task Sequencing Environment COM Interface.]LOG]!><time="10:57:39.015+420" date="10-16-2012" component="TSManager" context="" type="1" thread="248" file="environmentlib.cpp:885"> Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted October 17, 2012 Report post Posted October 17, 2012 try diskparting the hard disc before imaging it something like diskpart sel disk 0 clean cre par pri format fs=ntfs quick assign exit then reboot, and try pxe boot again, the remediation errrors you highlighted are not important at all and are only related to Network Access Protection (NAP) which you are not using. Quote Share this post Link to post Share on other sites More sharing options...
chivasaribas Posted October 17, 2012 Report post Posted October 17, 2012 Should I put that in the task sequence before applying the operating system? Quote Share this post Link to post Share on other sites More sharing options...
filmont79 Posted January 22, 2015 Report post Posted January 22, 2015 Should I put that in the task sequence before applying the operating system? Not to dig up an old forum but, yes that should go before the OS. Quote Share this post Link to post Share on other sites More sharing options...