Dear: Mr David Costa
A little time I knew SARDU and I’ve got passionate it’s a greatest tool and very useful. I included the Win7Rescue with Ghost. But to load up the program and to make the copies it takes to much time. I would like if possible to add one item (a button). I created a boot CD Ghost according to tutorial of the Shirin Zaban with some modifications, it’s very fast to load and to make the Ghost, (the CD uses the Windows 98 SE for boot). The CD’s boot Ghost makes Back UP for external DH, Pen Drive USB or internal HD (Sata or IDE) or restore archives gho.
Below I include the Tutorial Shrin Zaban
How to create Bootable media to Restore Ghost image Automatically
Do as steps below:
-----------------------------
1.Download bootDisk.zip (1.55MB) from link below
http://users.telenet...es/bootdisk.zip
2.Extract bootDisk.zip to D:\My_Ghost\ directory,you will see it has
files ( bootdisk.exe and bootimage.ima).
3.You do not need bootdisk.exe in this tutor ,so you can delete that.
4.Open notepad ,type lines below on it,then save that by the name of
CONFIG.SYS (Not CONFIG.SYS.txt) in D:\My_Ghost\ directory :
[menu]
menuitem=GHOST, Restore partition with Ghost.
menudefault=GHOST,0
menucolor=7,0
[GHOST]
device=himem.sys /testmem:off
device=oakcdrom.sys /D:cdrom001
device=btdosm.sys
device=flashpt.sys
device=btcdrom.sys /D:cdrom001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:cdrom001
[COMMON]
files=60
buffers=20
dos=high,umb
stacks=9,256
lastdrive=z
device=display.sys con=(ega,,1)
country=001,437,country.sys
install=mode.com con cp prepare=((437) ega.cpi)
install=mode.com con cp select=437
install=keyb.com us,,keyboard.sys
5.Open notepad again ,type lines below on it,then save that by the name of
AUTOEXEC.BAT (Not AUTOEXEC.BAT.txt) in D:\My_Ghost\ directory :
@ECHO OFF
mouse.com
path=a:\;%CDROM%:\
cls
IF "%config%"=="NOCD" GOTO LQUIT
LH MSCDEX.EXE /D:cdrom001 /L:%CDROM%
set CDROM=FOO23
DETECTCD.EXE
IF "%CDROM%"=="FOO23" GOTO NOCDROM
%CDROM%
cls
IF "%config%"=="SUCD" GOTO LQUIT
ghost.bat
GOTO LQUIT
:NOCDROM
cls
echo.
echo DetectCD was unable to determine the CD-ROM drive letter.
echo.
:LQUIT
set CDROM=
6.Open D:\My_Ghost\bootimage.ima by UltraISO (or any other your favorite program
like winimage) ,and change the files (AUTOEXEC.BAT and CONFIG.SYS ) inside that
by the ones you have created above ,then save.
7.Open notepad type line below on it and save that as Ghost.bat (Not Ghost.bat.txt)
in D:\My_Ghost\ directory:
ghost.EXE -clone,MODE=pload,SRC=%CDROM%\MYXP.GHO:1,DST=1:1 -sure
8.Now delete files (CONFIG.SYS ,AUTOEXEC.BAT ) from D:\My_Ghost\ directory,so at
this time you will have just files below in D:\My_Ghost\ directory :
bootimage.ima
ghost.bat
MYXP.GHO
9.Get Ghost.exe (DOS version ) from some where and put it in D:\My_Ghost\ directory.
10.Open UltraISO ,In menue bar go to Bootable and click on "Load boot file".and give
the address of D:\My_Ghost\bootimage.ima as boot file.
11.Now go to "Actions" in menue bar and click on "Add Files".and add files Ghost.bat
and MYXP.GHO and Ghost.exe from D:\My_Ghost\ directory.
12.Save ISO file as My_GhostXP.ISO
==================================
Now if you have done all process as i said you will have an ISO file (My_GhostXP.ISO)
that is bootable and will restor your Ghost image (MYXP.GHO) from DVD to Drive C: of
Computer.
Some needed Notes:
A)> You can not change the names of files (MYXP.GHO and Ghost.bat) ,if you want to use
other names you should edit contents of Ghost.bat and AUTOEXEC.BAT files.
B)>In This Configuration all of the process will be Automatic.DVD will boot and without
any prompt will begin restoring the Ghost image to drive c: of the computer.If You change
the Ghost.bat as below ,it will ask your confirmation before begining restoring.
ghost.EXE -clone,MODE=pload,SRC=%CDROM%\IMAGE.GHO:1,DST=1:1
C)> Some times in some systems,it may not be able to identify CD/DVD ROM.in this times
you should add your system's CD/DVD drivers to bootimage.ima (and edit config.sys too).
D)> First check your iso in virtual machine ,if it was ok then use by real systems.
Edite: I have used tutorial in link below for this tutorial,but made many changes
as you need in that.
http://users.telenet...ghostresq01.htm
===================================
Hope will be some help
shirin zaban
++++++++++++++++++++++++++++++++++++++++++++++++
================================================
My archives: IMA
ASPI2DOS.SYS
ASPI4DOS.SYS
ASPI8DOS.SYS
ASPI8U2.SYS
ASPICD.SYS
ATTRIB.EXE
AUTOEXEC.BAT
BTCROM.SYS
BTDOSSM
CHDSK.EXE
COMMAND.COM
CONFIG.SYS
CONTRY.SYS
DEBUG.EXE
DELTREE.EXE
DETECTCD.EXE
DISPLAY.SYS
DOSKEY.COM
EDIT.COM
EGA.CPI
FDISK.EXE
FLASHPT.SYS
FORMAT.COM
GCDROM.SYS
GHOST.BAT
HIMEM.SYS
IO.SYS
KEYB.COM
KEYBOARD.SYS
LABEL.EXE
MODE.COM
MOUSE.COM
MSCDEX.EXE
MSDOS.SYS
OAKCDROM.SYS
SACANDISK.EXE
SSYS.COM
XCOPY32.EXE
XCOPY32.MOD
XCOPY.EXE
My archives: autoxec.bat
@ECHO OFF
mouse.com
path=a:\;%CDROM%:\
cls
IF "%config%"=="NOCD" GOTO LQUIT
LH MSCDEX.EXE /D:cdrom001 /L:%CDROM%
set CDROM=FOO23
DETECTCD.EXE
IF "%CDROM%"=="FOO23" GOTO NOCDROM
%CDROM%
cls
IF "%config%"=="SUCD" GOTO LQUIT
Ghost.bat
GOTO LQUIT
:NOCDROM
cls
echo.
echo DetectCD was unable to determine the CD-ROM drive letter.
echo.
:LQUIT
set CDROM=
My archives: config.sys
[menu]
menuitem=SUCD, Boot com suporte CD-ROM.
menuitem=NOCD, Boot sem suporte CD-ROM.
menuitem=GHOST, .........GHOST..........
menudefault=CD,30
menucolor=7,0
[SUCD]
device=himem.sys /testmem:off
device=gcdrom.sys /D:cdrom001
device=oakcdrom.sys /D:cdrom001
device=btdosm.sys
device=flashpt.sys
device=btcdrom.sys /D:cdrom001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:cdrom001
[NOCD]
device=himem.sys /testmem:off
[GHOST]
device=himem.sys /testmem:off
device=gcdrom.sys /D:cdrom001
device=oakcdrom.sys /D:cdrom001
device=btdosm.sys
device=flashpt.sys
device=btcdrom.sys /D:cdrom001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:cdrom001
[COMMON]
files=60
buffers=20
dos=high,umb
stacks=9,256
lastdrive=z
Annex: File ima and Ghost, that came like bonnus in the motherboard’s Asus CD.
How I annex?
Carlos Novaes