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.
902 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. AllenLiu-MSFT 40,316 Reputation points Microsoft Vendor
    2021-05-10T07:14:33.563+00:00

    Hi, @Michael Jacinto
    Have we configured the Network Access account?
    The Network Access account is used only for accessing the content and not for running the task sequence. This account should have the minimum appropriate permissions on operating system deployment content it needs to access.

    Here is the details about this error code and how to set the Network Access account:
    https://www.prajwaldesai.com/task-sequence-failed-error-code-0x80070002/
    (Note: Third-party link, just for your reference)

    0 comments No comments

  2. Michael Jacinto 136 Reputation points
    2021-05-10T08:32:23.847+00:00

    Hello ColinFord, please find attached the pictures aswell the SMSTS Log from the client. Cant see anythink wrong here. The OS is an image.wim file, not a boot wim :-(.

    95207-image.jpeg

    95160-task.jpeg

    95197-smsts.log

    0 comments No comments

  3. Michael Jacinto 136 Reputation points
    2021-05-10T08:43:19.547+00:00

    Hello AllenLiu,

    yes the network account have the rights to access the share. I attached some pictures of the rights. I normaly do it with SG groups, but in this case added the user directly to verify if this is a security/user issue.

    95127-sg-li.jpeg

    95090-group-li.jpeg

    95128-e.jpeg

    0 comments No comments

  4. Colin Ford 1,026 Reputation points
    2021-05-10T12:22:20.887+00:00

    How did you capture your image? Can you also please share a screenshot of the root of the MQ100046 package showing the files that are in there?

    0 comments No comments