Hey Shawnthedawn,
This behavior is caused by a failure during imaging. Specifically the image is failing to deploy beyond about 60-ish percent based on your screenshot. This can be caused by a corrupt image file, a corrupt partial image file if the image is split into smaller chunks such as 2gb sections, or 4gb sections. This can also be caused by an inability to write to a certain portion of the disk of the target system, (possible damaged disk/bad sectors). It can also be caused by an inability to read information from the source....ie server/usb/optical media (corruption, bad sectors, scratches on optical media, networking issues, etc.) When the failure occurs, it prompts you to save the log file of the errors encountered to a drive letter, If the source of where you are executing ghost.exe from is not writeable, it will prompt you with the A:\ drive, basically saying "please save this file to a writeable location." I would recomend plugging a usb drive into the system that was trying to image and then saving the log file to that USB drive so that you can plug it into a production system and read what happened.
Note: if your system lacks usb controller drivers in WinPE it may not mount the drive. In some cases, systems have legacy USB 2.0 ports as well as USB 3.0 ports and they often behave differently in WinPE. Make sure to try plugging the USB into all usb ports to see if the drive gets mounted naturally, if the USB drive does not in any of the USB ports, you will have to add USB controller drivers to WinPE so that you can write to usb media.
Technically you could also temporarily save it to the RAMDISK (X:\ Drive) and view it with notepad, but if the system reboots out of WinPE the RAMDISK is volitile and you will lose the log.
One trick I like to do to test for image corruption is to open the ghost image explorer, and attempt to open the image for viewing. If the image does not just open and show you all the contents, that is... if it prompts you in any way to provide missing sections of the image or additional files, the image is corrupt and would need to be recaptured.
Ghost Image Explorer can be found in the following location:
\\%DSSERVER%\Ghost\GhostExp.exe
\\%DSSERVER%\Ghost\GhostExp64.exe
If this solves your issue, kindly mark this as a solution. Thanks :)