SethCarter Posted January 8, 2013 Report post Posted January 8, 2013 Hello, I'm fairly new to SCCM 2012, and have just followed AnyWeb's excellent guide to OSD. However on my test Thinkpad X1, once WinPE finishes and reboots, it installs devices, then during the screen "Setting up System Settings" an error comes up stating that an error has occurred, reboot and restart the install. I tried looking in the smsts.log, but that seems to stop with the WinPE portion of the install. Can anyone guide me in the right direction to continue troubleshooting? I have tried disabling the driver install and os updates steps in the task, but the issue remains. Thanks! Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted January 8, 2013 Report post Posted January 8, 2013 you need to get the smsts.log file in order to find out what's gone wrong, enabled F8 command prompt support in your boot images and press F8 before the errror occurs during deployment, then capture the logs from c:\windows\ccm\logs and attach them here. Quote Share this post Link to post Share on other sites More sharing options...
SethCarter Posted January 8, 2013 Report post Posted January 8, 2013 Here are the logs. CAS.log CcmEvalTask.log CcmExec.log CcmMessaging.log CcmRepair.log CCMSDKProvider.log CCMVDIProvider.log CertificateMaintenance.log CIAgent.log CIDownloader.log CIStateStore.log CIStore.log ClientAuth.log ClientIDManagerStartup.log DCMAgent.log EndpointProtectionAgent.log execmgr.log ExternalEventAgent.log LocationServices.log MaintenanceCoordinator.log mtrmgr.log PeerDPAgent.log PolicyAgent.log PolicyAgentProvider.log PolicyEvaluator.log pwrmgmt.log RebootCoordinator.log ScanAgent.log ServiceWindowManager.log setuppolicyevaluator.log SmsClientMethodProvider.log smssha.log smsts.log SoftwareCenterSystemTasks.log SrcUpdateMgr.log StateMessage.log StatusAgent.log UpdatesDeployment.log UserAffinity.log WUAHandler.log Quote Share this post Link to post Share on other sites More sharing options...
SethCarter Posted January 8, 2013 Report post Posted January 8, 2013 Here is a screenshot of the actual issue Error.tiff Quote Share this post Link to post Share on other sites More sharing options...
SethCarter Posted January 9, 2013 Report post Posted January 9, 2013 I'm still stuck on this. I went through anyweb's tutorials again, and still I get the error "Windows could not configure one or more system components. To install Windows, restart the computer and then restart the installation." Again, this is after the install leaves WinPE and reboots to finish the setup. It goes through installing devices, and switches to "Setup is applying system settings" then the error pops up and I can't proceed further. Can anyone help? Quote Share this post Link to post Share on other sites More sharing options...
Peter33 Posted January 10, 2013 Report post Posted January 10, 2013 Check your unattended.xml file. This is usually caused by a setting in this file which is not compliant with the installed operating system. Quote Share this post Link to post Share on other sites More sharing options...
SethCarter Posted January 10, 2013 Report post Posted January 10, 2013 Peter, Can you tell me where I would find this file? Quote Share this post Link to post Share on other sites More sharing options...
SethCarter Posted January 10, 2013 Report post Posted January 10, 2013 Based on my Deploy task sequence, it seems I am not using an unattend file. Please see the attached screenshot. nounattend.tiff Quote Share this post Link to post Share on other sites More sharing options...
SethCarter Posted January 11, 2013 Report post Posted January 11, 2013 After Digging around in the logs located at C:\Windows\Panther I have discovered that an update requiring .NET 4.0 was offline injected into the .WIM file. Since .NET 4.0 is not in the base image, the update install failed, crashing the entire install. http://iboyd.net/index.php/2013/01/04/applying-kb2506143-to-an-offline-windows-7-sp1-wim-windows-setup-fail/ describes the exact issue, however this update was not in my image. I haven't figured out what exact update is causing the issue yet. No update names are mentioned in the logs, just errors of a generic failed install due to .Net 4.0 not being installed. Quote Share this post Link to post Share on other sites More sharing options...
Peter33 Posted January 11, 2013 Report post Posted January 11, 2013 Hi Seth, i guess you have to dig through the updates you have injected and check the prereqs of them. Have you checked the setupact.log as described there? Quote Share this post Link to post Share on other sites More sharing options...