Monday 13 October 2014

Image Deployment Issue - DiskPart & SMSTS.log


Fix – we need to run the disk part command prior to the deployment

 On the Error Screen Press F8:
At the command prompt, run diskpart.
Select disk 0
Clean
Exit
Exit
At this point you can start the image deployment again

SMSTS.log

SMSTS.log helps to troubleshoot image deployment issue

The log moves around during the different stages of the OS deployment. As mentioned below it will start in:
·         x:\windows\temp\smstslog\smsts.log (When you get the error press F8 and get the log file)
·         After the format of the drive smsts.log is copied to c:\_SMSTaskSequence\Logs\Smstslog\smsts.log
·         After the process is done, you can find the log file in %windir%\system32\ccm\logs\Smstslog\smsts.log

No comments:

Post a Comment

SCCM SQL Query to get Bit-locker Recovery Key

  SELECT cm.Name, ck.RecoveryKeyId, cv.VolumeGuid, cvt.TypeName AS 'Volume Type', RecoveryAndHardwareCore.DecryptString(ck...