I was in the process of deploying an OS with ConfigMgr 2012 R2 when I saw this error:
The task sequence has failed with the error 0x80070570
Hmm, well oké what is this then?
Task sequence starts, disk gets partitioned, image is downloaded and then this.
So after a little search I found
0570 = 1392 = “The file or directory is corrupted and unreadable.”
This could be issues or corrupt data on Distribution Points. This was not the error in my case. It also could be that the downloaded image was getting corrupt during the download. Also not the issue!
Then I tried to wipe the disk in WinPE with DiskPart:
Then I started the deployment again et voila! Everything started working again J
So with a 0x80070570 Error always check your disk partitioning.
Very good!! worked like a charm
you just saved my bacon