Thursday, January 8, 2015

sccm task sequence error 0x80004005



This is a fix for Imaging when getting the following Error 0x80004005. It has to do with the date not being current, to fix this you can verify in the bios the correct date and run the following command when prompted with the error while imaging.

This mostly pops up on new hardware out of the box but can also happen on older machines as well.


When confronted with the above Do the following steps.
-          Press F8 button to bring up a command prompt
-          Enter the command “time” and hit enter.
-          Input the correct time and hit enter.
-          Enter the command “date” and hit enter.
-          Input the correct date and hit enter.
-          Close the failed Task Sequence Wizard (the command prompt will still be open)
-          Run the following command “tsbootshell” and hit enter. This will relaunch the Task sequence wizard and you can now image. With that being said leave the command prompt window open untill the imaing is prompting to reboot. Closing the command prompt window will close the task sequence.



No comments:

Post a Comment