PDA

View Full Version : making a boot CD for driveimage 2002


jim
December 5th 03, 12:31 PM
I know this has been broached before but alas I haven't been able to
get this working following what I could understand from earlier
threads.
I've managed to get Nero to burn a boot CD and indeed the disc does
boot up but only as far as the first of the 2-floppy rescue diskettes.
Unsurpisingly at this point the screen displays "insert disk 2 then
press any key to continue".

I've tried using Winimage to form a 2.88Mb .ima file of the two
floppies but that doesn't even get me as far as above.

I'm running XP

any tips appreciated..

Michael Solomon \(MS-MVP Windows Shell/User\)
December 5th 03, 12:31 PM
Why are you going through this exercise? The PowerQuest Drive Image 2002 CD
is bootable.

--
Michael Solomon MS-MVP
Windows Shell/User
Backup is a PC User's Best Friend
DTS-L.Org: http://www.dts-l.org/

"jim" > wrote in message
...
> I know this has been broached before but alas I haven't been able to
> get this working following what I could understand from earlier
> threads.
> I've managed to get Nero to burn a boot CD and indeed the disc does
> boot up but only as far as the first of the 2-floppy rescue diskettes.
> Unsurpisingly at this point the screen displays "insert disk 2 then
> press any key to continue".
>
> I've tried using Winimage to form a 2.88Mb .ima file of the two
> floppies but that doesn't even get me as far as above.
>
> I'm running XP
>
> any tips appreciated..

Harry Ohrn
December 5th 03, 12:33 PM
Create a bootable floppy - pop floppy into drive and right click the 3.5
floppy icon, select Format and then select option to make an MS-DOS bootable
floppy. Copy these files to the floppy from "\Program Files\PowerQuest\Drive
Image 2002\"
pqDI.ovl
PQDI.exe
pqDI.rtc

then use that floppy to create your boot CD. It should work

--

Harry Ohrn MS-MVP [Shell\User]
www.webtree.ca/windowsxp


"jim" > wrote in message
...
> I know this has been broached before but alas I haven't been able to
> get this working following what I could understand from earlier
> threads.
> I've managed to get Nero to burn a boot CD and indeed the disc does
> boot up but only as far as the first of the 2-floppy rescue diskettes.
> Unsurpisingly at this point the screen displays "insert disk 2 then
> press any key to continue".
>
> I've tried using Winimage to form a 2.88Mb .ima file of the two
> floppies but that doesn't even get me as far as above.
>
> I'm running XP
>
> any tips appreciated..

jim
December 5th 03, 12:33 PM
On Sat, 16 Aug 2003 01:15:25 -0600, "Harry Ohrn" >
wrote:

>Create a bootable floppy - pop floppy into drive and right click the 3.5
>floppy icon, select Format and then select option to make an MS-DOS bootable
>floppy. Copy these files to the floppy from "\Program Files\PowerQuest\Drive
>Image 2002\"
>pqDI.ovl
>PQDI.exe
>pqDI.rtc
>
>then use that floppy to create your boot CD. It should work

thanks for replying, having sorted out the MS-DOS bootable there
wasn't then enough room left on the floppy to accomadate the three
remaining named files - pqDI.ovl is pretty big at 1008k.

my bootable had these on it (I was wondering if there might be
anything dispensable - e.g. why do I have 3 KEYBRD files?)

AUTOEXEC.BAT
COMMAND.COM
CONFIG.SYS
DISPLAY.SYS
EGA.CPI
EGA2.CPI
EGA3.CPI
IO.SYS
KEYB.COM
KEYBOARD.SYS
KEYBRD2.SYS
KEYBRD3.SYS
KEYBRD4.SYS
MODE.COM
MSDOS.SYS

jim
December 5th 03, 12:33 PM
On Fri, 15 Aug 2003 17:13:07 -0700, "Michael Solomon \(MS-MVP Windows
Shell/User\)" > wrote:

>Why are you going through this exercise? The PowerQuest Drive Image 2002 CD
>is bootable.

tru enough - but if I can get the CD to work then I was hoping this
might be adapatble to DVD. PQ haven't catered for DVD in 2002.

Doug G.
December 5th 03, 12:34 PM
In article >, "Michael Solomon
\(MS-MVP Windows Shell/User\)" > says...
> Why are you going through this exercise? The PowerQuest Drive Image 2002 CD
> is bootable.
>
> --
> Michael Solomon MS-MVP

If you buy and download Drive Image on-line to save money using their
upgrade offer you do not get the CD.

Doug

Harry Ohrn
December 5th 03, 12:35 PM
Ok let's start over 8^)
All you need on a bootable floppy is IO.SYS and COMMAND.COM but in your case
you need a generic CD-Rom driver and you might as well have mouse support
and have the floppy boot directly to Drive Image 2002.

1) To prepare a bootable floppy that runs Drive Image 2002 you need a floppy
that contains the following files
COMMAND.COM
IO.SYS
MOUSE.COM
MSCDEX.EXE
OAKCDROM.SYS

2) Create AUTOEXEC.BAT and CONFIG.SYS files as follows and add them to the
floppy
For Autoexec.bat launch Notepad and enter the following between the
"-------" but do not include the "------" then save file as AUTOEXEC.BAT
----------------
@ECHO OFF
PROMPT $P$G
LH A:\MSCDEX.EXE /S /D:MSCD001
LH A:\MOUSE.COM
PQDI.EXE

----------------

For Config.sys launch Notepad and enter the following between the "-------"
but do not include the "------" then save file as CONFIG.SYS
----------------
FILES=10
BUFFERS=10
DOS=HIGH,UMB
STACKS=9,256
DEVICEHIGH=A:\OAKCDROM.SYS /D:MSCD001 <<Or your CD-ROM DRIVER>>
LASTDRIVE=Z

----------------
You can download these from here if you don't have them or don't want to
create the files http://www.webtree.ca/windowsxp/tools/di_boot.zip

3) Finally add these files to the floppy from your Powerquest\Drive Image
2002 directory
PQDI.OVL
PQDI.EXE
PQDI.RTC
PQDI.PQG

--

Harry Ohrn MS-MVP [Shell\User]
www.webtree.ca/windowsxp


"jim" > wrote in message
...
> On Sat, 16 Aug 2003 01:15:25 -0600, "Harry Ohrn" >
> wrote:
>
> >Create a bootable floppy - pop floppy into drive and right click the 3.5
> >floppy icon, select Format and then select option to make an MS-DOS
bootable
> >floppy. Copy these files to the floppy from "\Program
Files\PowerQuest\Drive
> >Image 2002\"
> >pqDI.ovl
> >PQDI.exe
> >pqDI.rtc
> >
> >then use that floppy to create your boot CD. It should work
>
> thanks for replying, having sorted out the MS-DOS bootable there
> wasn't then enough room left on the floppy to accomadate the three
> remaining named files - pqDI.ovl is pretty big at 1008k.
>
> my bootable had these on it (I was wondering if there might be
> anything dispensable - e.g. why do I have 3 KEYBRD files?)
>
> AUTOEXEC.BAT
> COMMAND.COM
> CONFIG.SYS
> DISPLAY.SYS
> EGA.CPI
> EGA2.CPI
> EGA3.CPI
> IO.SYS
> KEYB.COM
> KEYBOARD.SYS
> KEYBRD2.SYS
> KEYBRD3.SYS
> KEYBRD4.SYS
> MODE.COM
> MSDOS.SYS
>
>

Michael Solomon \(MS-MVP Windows Shell/User\)
December 5th 03, 12:35 PM
Good point, I hadn't taken that into consideration.

--
Michael Solomon MS-MVP
Windows Shell/User
Backup is a PC User's Best Friend
DTS-L.Org: http://www.dts-l.org/

"Doug G." > wrote in message
.. .
> In article >, "Michael Solomon
> \(MS-MVP Windows Shell/User\)" > says...
> > Why are you going through this exercise? The PowerQuest Drive Image
2002 CD
> > is bootable.
> >
> > --
> > Michael Solomon MS-MVP
>
> If you buy and download Drive Image on-line to save money using their
> upgrade offer you do not get the CD.
>
> Doug

jim
December 5th 03, 12:38 PM
On Sat, 16 Aug 2003 11:26:08 -0600, "Harry Ohrn" > wrote:

>Ok let's start over 8^)
>All you need on a bootable floppy is IO.SYS and COMMAND.COM but in your case
>you need a generic CD-Rom driver and you might as well have mouse support
>and have the floppy boot directly to Drive Image 2002.
>
>1) To prepare a bootable floppy that runs Drive Image 2002 you need a floppy
>that contains the following files
>COMMAND.COM
>IO.SYS
>MOUSE.COM
>MSCDEX.EXE
>OAKCDROM.SYS
>
>2) Create AUTOEXEC.BAT and CONFIG.SYS files as follows and add them to the
>floppy
>For Autoexec.bat launch Notepad and enter the following between the
>"-------" but do not include the "------" then save file as AUTOEXEC.BAT
>----------------
>@ECHO OFF
>PROMPT $P$G
>LH A:\MSCDEX.EXE /S /D:MSCD001
>LH A:\MOUSE.COM
>PQDI.EXE
>
>----------------
>
>For Config.sys launch Notepad and enter the following between the "-------"
>but do not include the "------" then save file as CONFIG.SYS
>----------------
>FILES=10
>BUFFERS=10
>DOS=HIGH,UMB
>STACKS=9,256
>DEVICEHIGH=A:\OAKCDROM.SYS /D:MSCD001 <<Or your CD-ROM DRIVER>>
>LASTDRIVE=Z
>
>----------------
>You can download these from here if you don't have them or don't want to
>create the files http://www.webtree.ca/windowsxp/tools/di_boot.zip
>
>3) Finally add these files to the floppy from your Powerquest\Drive Image
>2002 directory
>PQDI.OVL
>PQDI.EXE
>PQDI.RTC
>PQDI.PQG

Excellent! - thanks Harry. As won't have escaped your attention, I'm a complete dunce on
dos so needed spoon-feeding this as you have so kindly done. It works perfectly with a
boot DVD too.

much time saved - many thanks again

Harry Ohrn
December 5th 03, 12:38 PM
You are welcome. Thanks for posting back 8^)

--

Harry Ohrn MS-MVP [Shell\User]
www.webtree.ca/windowsxp


"jim" > wrote in message
...
> On Sat, 16 Aug 2003 11:26:08 -0600, "Harry Ohrn" >
wrote:
>
> >Ok let's start over 8^)
> >All you need on a bootable floppy is IO.SYS and COMMAND.COM but in your
case
> >you need a generic CD-Rom driver and you might as well have mouse support
> >and have the floppy boot directly to Drive Image 2002.
> >
> >1) To prepare a bootable floppy that runs Drive Image 2002 you need a
floppy
> >that contains the following files
> >COMMAND.COM
> >IO.SYS
> >MOUSE.COM
> >MSCDEX.EXE
> >OAKCDROM.SYS
> >
> >2) Create AUTOEXEC.BAT and CONFIG.SYS files as follows and add them to
the
> >floppy
> >For Autoexec.bat launch Notepad and enter the following between the
> >"-------" but do not include the "------" then save file as AUTOEXEC.BAT
> >----------------
> >@ECHO OFF
> >PROMPT $P$G
> >LH A:\MSCDEX.EXE /S /D:MSCD001
> >LH A:\MOUSE.COM
> >PQDI.EXE
> >
> >----------------
> >
> >For Config.sys launch Notepad and enter the following between the
"-------"
> >but do not include the "------" then save file as CONFIG.SYS
> >----------------
> >FILES=10
> >BUFFERS=10
> >DOS=HIGH,UMB
> >STACKS=9,256
> >DEVICEHIGH=A:\OAKCDROM.SYS /D:MSCD001 <<Or your CD-ROM DRIVER>>
> >LASTDRIVE=Z
> >
> >----------------
> >You can download these from here if you don't have them or don't want to
> >create the files http://www.webtree.ca/windowsxp/tools/di_boot.zip
> >
> >3) Finally add these files to the floppy from your Powerquest\Drive Image
> >2002 directory
> >PQDI.OVL
> >PQDI.EXE
> >PQDI.RTC
> >PQDI.PQG
>
> Excellent! - thanks Harry. As won't have escaped your attention, I'm a
complete dunce on
> dos so needed spoon-feeding this as you have so kindly done. It works
perfectly with a
> boot DVD too.
>
> much time saved - many thanks again

Google