Forensic Boot Tools
DOS boot disk (obsolete, but some times required).
There are three files required to boot a computer into MS-DOS:
O.SYS,MSDOS.SYS
andCOMMAND.COM
If present are also used in the boot process:
DRVSPACE.BIN
orDBLSPACE.BIN
,CONFIG.SYS
andAUTOEXEC.BAT
How to create a forensic bootable diskette:
on the command line of Windows 98:
format a: /U /S
/U
unconditional format./S
copy the necessary system files over to the diskette, in order to make it a boot disk.
then remove every file from the diskette except the mandatory three.
remove special attributes from the files to be deleted:
attrib -H -R -S filename
later, if possible to customize the forensic boot disk by adding
CONFIG.SYS
andAUTOEXEC.BAT
files write-blocking utilities and other forensic tools.
Bootable Diskette
If you don't have a Windows 98 running:
Once the bootable diskette is created follow the same procedure to make it "forensic":
remove every file from the diskette except the mandatory three
O.SYS.MDDOS.SYS
andCOMMAND.COM
later, it is possible to customiza the forensic boot disk by addingCONFIG:SYS
andAUTOEXEC.BAT
files write-blocking utilities and other forensic tools.
Last updated