Insert a button

Multiboot USB / DVD Builder with SARDU
In this section is permitted only the English language
Forum rules
In this section is permitted only the English language

Insert a button

Postby novaes » March 18th, 2011, 5:13 am

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 :roll:
novaes
 
Posts: 14
Joined: February 25th, 2011, 9:43 pm

Re: Insert a button

Postby novaes » April 4th, 2011, 2:09 am

I created an image with 2.88 MB. and this functioning, I tested in some PCs.

Carlos Novaes.
novaes
 
Posts: 14
Joined: February 25th, 2011, 9:43 pm

Ваш надежный сервис по ремонту выхлопной системы в Ярославле

Postby HarryMut » September 13th, 2024, 3:47 pm

Добрый день, автолюбители!

Ищете опытный автосервис, который специализируется на ремонте выхлопной системы? В «Катализатор» в Ярославле мы предлагаем только самые качественные услуги:

Наши услуги:

Удаление катализатора
Ремонт и замена глушителей
Установка и замена гофры, пламегасителей и резонаторов
Ремонт фланцевых соединений
Компьютерная диагностика
Мы гарантируем профессиональный подход и качественное выполнение работ. Доверьте свой автомобиль настоящим специалистам!

Не упустите возможность! Узнайте больше о наших услугах и запишитесь на прием на нашем сайте:https://katalizator-yaroslavl.ru/.

Команда профессионалов,

Команда «Катализатор»
User avatar
HarryMut
 
Posts: 5
Joined: October 29th, 2018, 3:12 am

Ваш надежный сервис по ремонту выхлопной системы в Ярославле

Postby HarryMut » September 13th, 2024, 3:48 pm

Здравствуйте, автолюбители!

Ищете опытный автосервис, который специализируется на ремонте выхлопной системы? В «Катализатор» в Ярославле мы предлагаем только самые качественные услуги:

Наши услуги:

Удаление катализатора
Ремонт и замена глушителей
Установка и замена гофры, пламегасителей и резонаторов
Ремонт фланцевых соединений
Компьютерная диагностика
Мы гарантируем индивидуальный подход и качественное выполнение работ. Доверьте свой автомобиль настоящим специалистам!

Не упустите возможность! Узнайте больше о наших услугах и запишитесь на прием на нашем сайте:https://katalizator-yaroslavl.ru/.

С уважением,

Команда «Катализатор»
User avatar
HarryMut
 
Posts: 5
Joined: October 29th, 2018, 3:12 am

Опытный сервис по ремонту выхлопной системы в Ярославле!

Postby RidhardTetry » September 14th, 2024, 9:59 am

Добрый день, автолюбители!

Ищете опытный автосервис, который специализируется на ремонте выхлопной системы? В «Катализатор» в Ярославле мы предлагаем только самые качественные услуги:

Наши услуги:

Удаление катализатора
Ремонт и замена глушителей
Установка и замена гофры, пламегасителей и резонаторов
Ремонт фланцевых соединений
Компьютерная диагностика
Мы гарантируем профессиональный подход и качественное выполнение работ. Обеспечьте надежность вашего автомобиля!

Не упустите возможность! Узнайте больше о наших услугах и запишитесь на прием на нашем сайте:https://katalizator-yaroslavl.ru/.

Ваши надежные партнеры,

Команда «Катализатор»
RidhardTetry
 
Posts: 2
Joined: February 9th, 2019, 10:57 pm


Return to English Forum

Who is online

Users browsing this forum: No registered users

cron