Forum: EasyBoot
Topic: Ghost for restoring an Emachine
started by: deity

Posted by deity on Jan. 18 2006,02:24
Im trying to make an EasyBoot bootable iso to make a bootable Ghost restore for C drive from D drive that has a ghost image of the partition. I created one using my other gui based one with DOS but I doesnt work with this Emachine that I have. Other PCs I have tested the DOS ghost gui on do work properly. I dont have a floppy drive thats why I have to use a CD on this PC to boot up and do the restore. I tried doing it from a bunch of CDs but I was not successful in finding the right command to do multy backup CD and Multy restore CD. So I had to do it with two partitions on one drive. So ..

My plan was to create a layout CD like this
--------------------------------------
         Restore PC Back to Original State

1. Boot From Hardrive
2. Restore PC Back to Original State
   Replaces (C:) Drive (From image) with an image from (D:\) Drive
   - ONE PHYSICAL hard-drive, but split into two partitions -
   - Overwrites partition one (C:) with the image named
      'mysystem.gho' from Source (D:\) Partition.

3. Lauch GHOST with mouse support
4. DOS command Line
5. Restart PC
6. Shutdown

I created the ISO like the above but it wont even boot into the menu options.

Commands for the options are
1.
Code Sample
boot 80

2.
Code Sample
cd images;run ghost.exe -sure -or -rb -clone,mode=pload,src=d:\mysystem.gho:1,dst=1:1 -rb

3.
Code Sample
cd images;run ghost.exe -rb

4.
Code Sample
cd images;run COMMAND.COM

5.
Code Sample
reboot

6.
Code Sample
cd images;run shutdown.com


Does anyone see anything wrong.