I don´t know OZ:) and have never heard of is site, but i´ve heard is was a good source for multiboot cd´s:).
I´ve my own way to create such cd´s, i made my firs multibootcd 2 years back wich was quit complicated back then. Now I´m using diskemu.bin
Actually is is quite simple; you just have to do some find-replace stuff with a hexeditor (i prefer ultraedit). This is the way OZ uses too.
here is my .cmd file
:start
cls
print
print ------------------------------------------------------------------------------
print Rescue Multiple Boot
print Pieter G ac3 v1.02a
print
[email protected] print do not try this with less than 32MB ram
print ------------------------------------------------------------------------------
print
print
print 1) Dos 6.22 + ntfs r+w access and tools
print 2) Ontrack Easyrecovery 5.11 (not working yet)
print 3) ERD Commander 2000 2.1
print 4) Disk Commander 1.02
print 5) Paragon [censored] Manager 5.0
print
print i) Install Win2000 PRO SP2 Integrated
print
print q) Quit to command prompt
print r) Reboot
print Esc) Boot first harddisk
print
print Hit the key of your choice:
:mainkey
; timeout is 20 seconds, default key is escape
getkey 20 esc
onkey 1 goto dos
onkey 2 goto ontrack
onkey 3 goto erd
onkey 4 goto dc
onkey 5 goto parpm
onkey i goto win2k
onkey q quit
onkey r reboot
onkey esc boot 80
; When no key found...
goto mainkey
;
:parpm
print Loading Paragon [censored] Manager 5.0
run parpm.img
getkey
goto start
;
:dos
print Loading Dos 6.22
run dos.img
getkey
goto start
;
:ontrack
print Loading Ontrack Easyrecovery 5.11
run ontrack.img
getkey
goto start
;
:Dc
print Loading Disk Commander 1.02
run dco.bin
getkey
goto start
;
:erd
print Loading ERD Commander 2000 2.1
run erd.bin
getkey
goto start
;
:win2k
print Loading Win2000 PRO SP2 Integrated
run w2ksect.dat
getkey
goto start
;
EOF
and my disklayout:
/
dw
i385
i386
i387
Install
Pqdi
Pqpm
Tools
Autorun.inf
Cdrom_ip.5
Cdrom_nt.5
Cdromsp2.tst
Dco.bin
Diskemu.cmd
Dos.img
Erd.bin
Ntoskrnl.exe
Ontrack.img
Parpm.img
Read1st.txt
Readme.doc
Setup.exe
Spnotes.htm
W2ksect.dat
W2ksp2.exe (for updating existing 2k installations
my dos menu:
[menu]
menuitem=CD, with CD-ROM support + tools
menuitem=NOCD, no CD-ROM support basic
menuitem=PQPM, Partition Magic 7.0 PRO
menuitem=PQDI, Drive Image 5.0 PRO = deploy center
menuitem=DW, Paragon Disk Wiper 5.0
menuitem=HELP, View the Help file
menudefault=CD,30
menucolor=1,0
[CD]
device=himem.sys /testmem:off
device=oakcdrom.sys /D:mscd001
[NOCD]
device=himem.sys /testmem:off
[PQPM]
include=CD
[PQDI]
include=CD
[DW]
include=CD
[HELP]
device=himem.sys /testmem:off
[COMMON]
files=10
buffers=10
dos=high,umb
stacks=9,256
devicehigh=ramdrive.sys /E 16384
lastdrive=z
install=keyb.com be,,keyboard.sys
there are a lot of recovery tools that need to be added:)
but it works great now.
the tools are copied to a ramdrive only when you use them
includes sidchanger, diskedit ndd,fdisk,…and about 20 others
accessible from the command line
also a linuxdistribution has to be added for low level hd tools:)
I´m willing to put up a website with info so everyone could create a multybootcd with the tools and or op systems the want
If someone wants to contribute building the site and has additional info and or recovery knowhow feel free to email me.
Please do not mail me with stupid questions:(
I also want to write a guide on how filesystems work and how to recover data from them with some automated tools and with a diskeditor:)
[email protected]Pieter Geens