Hi there,
I am currently testing Ghost Solution Center with our new ThinkCentre E73 workstation.
During the clone process I always get the following error message at about 70% of finishing the task:
ABORT: 25058, Unable to locate enough contiguous free space to load run. Increase the destination partition size or run Ghost with -NTEXACT switch.
As I am testing several software solutions I found out that lenovo is not using the default mbr size of 512byte, but 2048byte. So probably the problem is that acessing and manipulating the partition doesn't work.
Anyhow I tried the clone process again by running GHOST.EXE -NTEXACT on the console and starting the cloning process manually - and it worked fine.
Now I am not sure where to put the -NTEXACT switch in the start.bat file to automatically start with it when booting from the pxe image. I both tried this:
set path=%path%;x:\ghost
x:
cd \ghost
rem --- This will create primary OS drive configuration ---
ghost32.exe -NTEXACT /setosdrives /blind >> x:\ghost\startlog.txt
start ngctw32.exe -console
and this:
set path=%path%;x:\ghost
x:
cd \ghost
rem --- This will create primary OS drive configuration ---
ghost32.exe /setosdrives /blind >> x:\ghost\startlog.txt
start ngctw32.exe -console -NTEXACT
but neither did work. Any hints how to solve this problem?