Tasksequence stops with an error on Client side 0x80004001

Michael Jacinto 136 Reputation points
2021-05-05T13:00:49.523+00:00

Hello all,

we created a new ZTI tasksequence, a simple one, to deploy the latest image Win10, 20H2 to our clients. When doing it an error apears, which seems to be one of those generic messages.

When i check the client log, which is attached there are the erros:

[Task sequence execution failed with error code 80004005]
Failed to run the last action: Apply Operating System. Result -2145255404

System is: Server 2012R2 with SCCM 2002.

The image which we are trying to deploy is 20H2

93850-tasksequence.jpg

Here is the simple Task sequence, we did for testing:

94001-tasksequence.jpeg

Client LOG:

93967-smsts.log

For any hint i woould be gratefull. Thank you.

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
897 questions
0 comments No comments
{count} votes

Accepted answer
  1. Colin Ford 1,026 Reputation points
    2021-05-10T20:18:58.747+00:00

    No worries at all.

    That looks like source media, which needs to be imported into SCCM differently.

    Try the following:

    1. Create a new package under \Software Library\Overview\Operating Systems\Operating System Upgrade Packages and point it to the root of the Windows 10 de_DE folder where setup.exe is located. Then distribute this to a DP.
    2. Modify your task sequence to instead use the "Apply operating system from original installation source" option on the "Apply Operating System" step and point to this new package.
    0 comments No comments

12 additional answers

Sort by: Most helpful
  1. Michael Jacinto 136 Reputation points
    2021-05-06T07:17:51.403+00:00

    I tried again and now i have the error code 0x80220014 on the client

    0 comments No comments

  2. AllenLiu-MSFT 40,081 Reputation points Microsoft Vendor
    2021-05-06T07:53:14.06+00:00

    Hi, @Michael Jacinto
    Thank you for posting in Microsoft Q&A forum.
    The error code in your log is very similar to below article, the issue reported when we are capturing OEM image and scheduling for deployment, once we have volume license wim file, above issue should not come.
    https://hiraniconfigmgr.com/postDetails/25/Solved-Windows-10-Clean-Installation-has-failed-with-the-error-code-0x80220014
    (Third-party link, just for your reference)


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. Michael Jacinto 136 Reputation points
    2021-05-09T12:04:19.807+00:00

    Hello AllenLiu, thank you for the reply. It is not an oem image. I created a new Windows 10 Pro image and add it to SCCM and made a new depoy.

    Following issue is now appearing:

    94976-unbenannt.jpg

    Error code 0x80070002 in SCCM 2012 can be interpreted as a network error wherein during the OSD the necessary files are not accessible by the computer where the operating system is being deployed. SCCM Account have full rights on the specific folder.

    0 comments No comments

  4. Colin Ford 1,026 Reputation points
    2021-05-10T06:53:01.037+00:00

    It looks like you may be applying a boot.wim instead of an operating system image WIM.

    Can you please send a screenshot of the Apply Operating System step in the task sequence, and the "Images" property tab of the OS image package MQ100046.

    0 comments No comments