blah blah blah 0 Posted October 4, 2013 Report post Posted October 4, 2013 hi guysi'm doing a lab from the book System Center 2012 Configuration Manager: Mastering the Fundamentals by Kent Agerlund, and in it, there is a refresh to win 7 from xp lab using mdt integraated with config manger. I'm following the instructions exactly, but everytime i run the task sequence to install the os, im getting an error even before getting to boot to winpe. Everything seems to be running fine, but then the task sequence errors out with this messageTask Sequence: Windows 7 ent x64 has failed with the error code (0x0000264C). For more information, contact your system administrator or helpdesk operator.Then in Software Center I see this errorError: 0x4005(16389)I examined the smsts log and only see this errorError getting system isolation info. Code 8027000CRemediation failed. Code 8027000CRemediation failed with error code 8027000cresearching the error codes i dont find a lot of information, suggesting maybe it could be a driver issue. i didn't add any drivers to my boot image but I was able to get into winpe before and it was the same task sequence using the same boot image so i'm unsure if thats the reason for the errorim using vmware workstation 9 and sccm 2012 sp 1. thanks to anybody that can help EDIT* Ok i resolved the above issue (memory wasn't set correctly) but now im booting in win pe and getting "unable to read task sequence configuration disk" and navigating to smsts log i see error failed to find the configuration path error 80070003 One person resolved it by updating the bios but im not sure if that is the issue Quote Share this post Link to post Share on other sites
gmoney_99 0 Posted October 15, 2013 Report post Posted October 15, 2013 To help with troubleshooting you can do the following: In windows explorer go to the root of your deployment share and make a folder called Logs. Share the Logs folder. In MDT go to your Rules (customsettings) and add the following code in. You will need to change the server name and path. SLShareDynamicLogging=\\mdtserver\mdtsharename$\Logs Refresh your Deployment share. Now go to your LOGS folder and watch for a file that gets created in real time called BBD.log. You will need to keep the log open while your deployment is in action. This may help you see where exactly it is failing and why. Also for best viewing results you will probably want to use the TRACE32.exe file. It even highlights the errors for you! This tool is free and located in the file ConfigMgrToolsVersion 2 Toolkit!. Google search it. Good Luck G Quote Share this post Link to post Share on other sites
anyweb 478 Posted October 15, 2013 Report post Posted October 15, 2013 but now im booting in win pe and getting "unable to read task sequence configuration disk" and navigating to smsts log i see error failed to find the configuration path error 80070003 try running diskpart on the virtual machine disk (or real hard disc) and create a primary partition, format it like so (in WinPE), warning this will wipe anything on the selected disk ! diskpart then clean cre par pri format fs=ntfs quick assign exit once done, reboot and try the task sequence again Quote Share this post Link to post Share on other sites
blah blah blah 0 Posted November 4, 2013 Report post Posted November 4, 2013 thanks guys. it turns out the issue looks to be related to the nic driver in the boot image. i've added the vxmnet3 driver for vmware but it doesn't seem to be be working (no ip address in windows pe) any thoughts? Quote Share this post Link to post Share on other sites