johnbreton Posted March 25, 2005 Posted March 25, 2005 Alright...should be an easy one but I am getting really frustrated My goal is simple: Boot with WinPE 2004 and automatically (using Ghost command line switches) load (restore) a GHO image on the PC.I boot fine with Windows PE.Network boot fine.Map dirve is OK.I can manually run ghost32 and browse the network and get my image.but if I use those command line swicthes, it does does not work:ghost32 -clone, -mode=restore (or load), -src=M:\deploy\images\image.gho, -dst=1, -sure, -rbRemember, I can do it manually, but with command line, it does not work.I get this error message: "Clone SRC unkown".Yes my image exist.Thanks for any help
wullieb1 Posted March 25, 2005 Posted March 25, 2005 I presume M is your cdHave you loaded CD drivers so that ghost can read from it??
johnbreton Posted March 25, 2005 Author Posted March 25, 2005 M is for my network share that I mapped afteer booting with WinPENet use m: \\server\ghostThanks
johnbreton Posted March 25, 2005 Author Posted March 25, 2005 alright...found the solution.pretty stupid.here is the right line:ghost32 -clone,mode=restore,src=M:\deploy\images\image.gho,dst=1 -sure -rbno space, and no minus sign between the command except the SURE and RB.argggjohn
wullieb1 Posted March 25, 2005 Posted March 25, 2005 I just got home from work and double checked your syntax and that was what i noticed.Glad to see you have it running
Bilou_Gateux Posted March 29, 2005 Posted March 29, 2005 I boot fine with Windows PE.Network boot fine.Map dirve is OK.Can you post your cmd script to achieve these commands. Want to do the same thing: creating an auto-recovery CD booting PE and loading GHO image from the network.
duomenox Posted April 9, 2005 Posted April 9, 2005 It's alot easier to use the INI file. If memory serves me correctly it is ghost.ini.If you use that file then you don't have to worry about typos (on the command line).Just a suggestion :-)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now