@El-Fogito ok lets get our hands a little dirty to debug this issue.
Schedule another image capture on this troubled server. Pick a target computer that is available for you. Before you schedule another capture tick the debug checkbox then schedule the deployment.
On the target computer you will see several screens of text that you must clear with the enter key. Eventually you will be dropped to the FOS Linux command prompt. At the command prompt try to ping the troubled fog server.
now lets try to mount the images/dev share. On the target computer issue the following commands
mkdir /ntfs
mount 10.20.10.38:/images/dev /images
If the mount is successful then issue a ls -la /images
this should show the content of the /images/dev directory on the fog server.
umount /images
If everything is good then you can single step through the deployment by keying in fog
at the fos linux command prompt.