Forum: EasyBoot
Topic: Como Integrar Norton Ghost 11.0
started by: Liusmer

Posted by Liusmer on May 05 2007,13:29
1. Se hace una imagen iso con el Norton Boot Wizard.

2. Se abre el iso con el UltraIso o cualquier otro.
   
  Este contiene dos archivos el BOOTCAT.BIN y   OSBOOT.IMG se abre este ultimo.

 La imagen OSBOOT.IMG contiene una serie de archivos de los cuales se extrae la carpeta GHOST y la carpeta USB, además del archivo "cddvdimg.bin"

3. Las carpetas GHOST y USB se copian en la carpeta DISK1 del easyboot, el archivo cddvdimg.bin se copia en en la carpeta ezboot

4. Se abre el archivo cddvdimg.bin con ultraiso y se modifica el archivo autoexec.bat el cual quedaría de la siguiente manera.

--------------------------------------------
@echo off
SET TZ=GHO-12:00
CLS
LH \MSCDEX.EXE /D:cd1 /D:cd2 /D:cd3

@echo instalado drivers usb....

c:\usb\ohci.exe
c:\usb\uhci.exe

@echo Localizando Ghost.exe...


set GhostLoc=c:\ghost\ghost.exe


if not "%GhostLoc%" == "" goto LOADGHOST

echo Ghost.exe could not be found on your system.
echo Please run it manually.

goto END

:LOADGHOST
echo Loading...
%GhostLoc%


:END
-------------------------

Ahora con el easyboot, en menu, comando run cddvdimg.bin

y listo cualquier duda me escriben a liusmer@gmail.com



Posted by Tattenbach on May 08 2007,08:26
Translation

How to integrate Ghost 11

1. Create and .ISO image using Norton Boot Wizard
2. Open that .ISO with UltraISO (or similar)
Open the file OSBOOT.IMG. Extract folders GHOST and USB and additionally the file "cddvdimg.bin"
3. Those two folders must be placed in the folder DISK1 and the file (cddvdimg.bin) in the folder EZBOOT
4. Open cddvdimg.bin with UltraISO and modify autoexec.bat as shown below:

:: ******************************************

@echo off
SET TZ=GHO-12:00
CLS
LH \MSCDEX.EXE /D:cd1 /D:cd2 /D:cd3

@echo USB drivers were installed....

c:\usb\ohci.exe
c:\usb\uhci.exe

@echo Finding Ghost.exe...

set GhostLoc=c:\ghost\ghost.exe

if not "%GhostLoc%" == "" goto LOADGHOST

echo Ghost.exe could not be found on your system.
echo Please run it manually.

goto END

:LOADGHOST
echo Loading...
%GhostLoc%

:END
:: ******************************************

5. At the Easyboot GUI, in menu, use "run cddvdimg.bin"



Posted by Liusmer on May 10 2007,12:37
Aquí pueden encontrar el cddvdimg.bin con un menu y soporte para USB / IDE, 1394, SCSI y RED

< http://www.filefactory.com/upc/45d671 >

Las carpetas USB y Ghost Se mantienen.

Las imagenes se generan a partir del Ghost solution suite.