Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Hi guys,
Looking for some help with this please.
I have a bootable DVD ghost image that works fine but was wondering if it's possible to have 2 automated images on the same DVD?
Basically, where either image could be chosen at the startup menu. I have a dual boot system so it would be handy to have both images on the same disc.Any ideas?
Here's my current config
Config.sys
[menu]
menuitem=SUCD, Start computer with CD-ROM support.
menuitem=NOCD, Start computer without CD-ROM support.
menuitem=GHOST, Restore partition/drive with Ghost.
menudefault=CD,20
menucolor=15,1[SUCD]
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[NOCD]
device=himem.sys /testmem:off[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=044,437,country.sys
install=mode.com con cp prepare=((437) ega.cpi)
install=mode.com con cp select=437
install=keyb.com uk,,keyboard.sys------
Autoexec.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=
---
Ghost.bat
GHOST.EXE -clone,MODE=pload,SRC=%CDROM%\image.GHO:1,DST=1:1

With the price of disks what they are I wouldn't waste time trying that. You could live to regret it. If Ghost restored the OS you didn't want restored.
I don't think it can be done anyway.
You can restore both OSes at the same time though, if you have both on different partitions on the same drive. Ghost can image either a prtition or an entire drive.
I would recommend just doing the partitions separately.

Sorry I did'nt have DETECTCD.exe
but this works(?)config.sys
***********[menu]
menuitem=SUCD, Start computer with CD-ROM support.
menuitem=NOCD, Start computer without CD-ROM support.
SUBMENU=GHOST, Restore partition/drive with Ghost.
menudefault=CD,20
menucolor=15,1[SUCD]
INCLUDE=2K[NOCD]
[GHOST]
MENUITEM=2K, Restore Win2k
MENUITEM=BLAH, Restore Blah blah[BLAH]
INCLUDE=2K[2K]
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]
iles=60
buffers=20
dos=high,umb
stacks=9,256
lastdrive=z
device=display.sys con=(ega,,1)
country=044,437,country.sys
install=mode.com con cp prepare=((437) ega.cpi)
install=mode.com con cp select=437
install=keyb.com uk,,keyboard.sys
Autoexec.bat
************@ECHO OFF
cls
IF "%config%"=="NOCD" GOTO QUIT
MSCDEX.EXE /D:cdrom001 /L:XIF "%CONFIG%"=="2K" GOTO GHO
IF "%CONFIG%"=="BLAH" GOTO B1IF "%config%"=="SUCD" GOTO QUIT
GOTO QUIT
:NOCDROM
echo.
echo DetectCD was unable to determine the CD-ROM drive letter.
GOTO QUIT
:B1
rem mouse.com
rem THIS IS B1 BLAH for first partition cdrom is drive X
ghost.exe -clone,mode=prestore,src=X:\1prtdisk.gho:1,dst=1:1,szel -fx
GOTO QUIT:GHO
rem mouse.com
rem THIS IS 2K for second partition
rem ghost.exe -clone,mode=prestore,src=c:\2prtdisk.gho:1,dst=1:2,szel -sure
ghost.exe -clone,mode=prestore,src=X:\2prtdisk.gho:1,dst=1:2,szel -fxGOTO QUIT
:QUIT

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |