Using DeployCenter (not exactly Ghost) here
That is very easy to make from bootable USB disk or from the hard disk itself through scripting.
If USB sticks are used they should to be bootable on these laptops.
Needed files:
1. Booting DOS environment on a USB stick (look for it on these Forums or 911cd.net).
2. Three files from Ghost Suite: pqDplCtr.rtc, PQImgCtr.exe, pqImgCtr.ovl.
3. Image of a working system partition (in my example on partiton D: of a hard drive).
4. Add a line in AUTOEXEC.BAT:
PQImgCtr /CMD=rescue.txt /IMG=\\.\disk1.part2\image.pqi /SNC
3. Create text file RESCUE.TXT:
SELECT DRIVE 1
SELECT PARTITION 1
SELECT IMAGE 1
RESTORE
REBOOT
Now if you boot from this USB stick a prepared image of a working system partion on disk D: will be automatically deployed.
NOTE: This procedure works flowlessly if there is only one primary partion and others are logical. If there is more then one primary partion on a hard disk maybe some adjustments are needed.
You can make some adjustments to the procedure yourself (read included manual about scripting). For example you can place the image to USB stick itself or make some more options in deploying (passwords, deploying through your network, creating backup images of a document partition, running other utilities after deploying, make a menu with multiboot options, etc.).
I never tried PowerCasting option (don't have network here) but it is possible to make auto restore procedure with it too (read the manual).
Booting from hard disk (no matter if it is FAT or NTFS formated).
I posted
here my old instructions to boot directly to recovery enviromnent when booting the computer. Now I switch from using Virtual Floppy to Grub4DOS - simply using only one GRLDR file from package in BOOT.INI to make a good looking menu and to boot in any floppy image without actually having floppy and CD-ROM devices (much easier and more universal).
If you are interested contact me through PM (I can miss a posting here).
This post has been edited by Oleg_II: 10 July 2007 - 04:36 PM