question

MichaelJacinto-9227 avatar image
0 Votes"
MichaelJacinto-9227 asked AlexZhu-MSFT edited

Tasksequence stops with an error on Client side 0x80004001

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.

mem-cm-osd
tasksequence.jpg (28.7 KiB)
tasksequence.jpeg (116.0 KiB)
smsts.log (384.6 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

ColinFord-6663 avatar image
0 Votes"
ColinFord-6663 answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

MichaelJacinto-9227 avatar image
0 Votes"
MichaelJacinto-9227 answered

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

AllenLiu-MSFT avatar image
0 Votes"
AllenLiu-MSFT answered

Hi, @MichaelJacinto-9227
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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

MichaelJacinto-9227 avatar image
0 Votes"
MichaelJacinto-9227 answered MichaelJacinto-9227 edited

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.




unbenannt.jpg (36.8 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

ColinFord-6663 avatar image
0 Votes"
ColinFord-6663 answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

AllenLiu-MSFT avatar image
0 Votes"
AllenLiu-MSFT answered

Hi, @MichaelJacinto-9227
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)

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

MichaelJacinto-9227 avatar image
0 Votes"
MichaelJacinto-9227 answered

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



image.jpeg (103.7 KiB)
task.jpeg (85.1 KiB)
smsts.log (369.1 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

MichaelJacinto-9227 avatar image
0 Votes"
MichaelJacinto-9227 answered MichaelJacinto-9227 edited

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



sg-li.jpeg (1008.3 KiB)
group-li.jpeg (1.0 MiB)
e.jpeg (105.0 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

ColinFord-6663 avatar image
0 Votes"
ColinFord-6663 answered

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?

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

MichaelJacinto-9227 avatar image
0 Votes"
MichaelJacinto-9227 answered MichaelJacinto-9227 edited

Hello,thank you for your reply. Sorry also for all thoose question. I am quite new to this topic.

I did the capture of the image via SCCM Adding Operation System image. I converted beforehand the image.esd to image.wim and add this image to OS images. Seen in the pictures below.

95302-win10.jpeg

95292-win10cont.jpeg

One side note. I also verified the permissions on the image itself, see picture below. Also this seems to be correct.

95283-rights-image-li.jpg



win10.jpeg (94.7 KiB)
win10cont.jpeg (95.5 KiB)
rights-image-li.jpg (953.2 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.