Image deploy results in Ghost Solution Suite Internal Error Number 25002
search cancel

Image deploy results in Ghost Solution Suite Internal Error Number 25002

book

Article ID: 238782

calendar_today

Updated On:

Products

Ghost Solution Suite

Issue/Introduction

Image deploy results in Ghost Solution Suite Internal Error Number 25002 on the endpoint while the image is transferring

Cause

Exact cause unknown. In one scenario we found this to happen with images prepared with Sysprep using Audit mode to install software (unsupported)

Resolution

In one instance we were able to resolve this issue by launching ghost with additional switches before deploying the problematic image

ghost64.exe -NTEXACT -NTIC -NTIL

-NTEXACT: Enable an exact restore of the NTFS source volume layout.
-NTIC: Ignore the NTFS volume CHKDSK bit.
-NTIL: Ignore non-empty NTFS Log File check (Inconsistent volume).

 

You can check the article 152308 to know about the Ghost switches.