Ghost WinXP company deployment...... automating...

Z

Zeno

Were in the process of fine tuning our Ghost deployment process.
Currently we use Ghost82 from DVD to restore images.

Right now we need to boot the DVD and type ghost82 to start ghost then
select the right image to restore from.

Is there any possible way of automating the process so that the DVD
starts..... selects the image file (assuming there's only one file) and
starts the imaging...

Cheers

Zeno
 
G

Guest

You "boot to the DVD"....If so,you can modify the BIOS to do that if you
run an intel board,you need to download the integrator to adjust and or
modify.
 
Z

Zeno

We have managed to get boot the PC using the DVD I just don't know the
command line switches to launch ghost and have it write the image file
on the DVD to the C:\ of the computer.

Any suggestions
 
F

Fabrizio

This command puts the image from d:\ to the first disk (usually c:).
The parameter "- sure" avoid the confirmation question.

d:\ghost.exe -clone,mode=copy,src=d:\myimage.gho,dst=1, -sure


If you want to stick the image on the first partition of the disk
(preserving the content of a second partition):

d:\ghost.exe -clone,mode=pcopy,src=d:\myimage.gho,dst=1:1, -sure

Good luck!
Fab


Zeno ha scritto:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top