User PXE boots a client machine with an unformatted hard drive into Automation to deploy an image to it but immediately the job fails with the code: 'Internal Error 36000. An internal inconsistency has been detected.'
"Internal Error 36000. An internal inconsistency has been detected."
Windows Preinstallation Environment
Ghost64.exe is unable to deploy to hard drives without formatting and at least one partition.
While in automation run:
Diskpart
select disk 0 ( this will be the internal hard drive)
clean
convert gpt ( only for systems with uefi enabled bios )
exit