home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / mpc93mar.zip / MAKEBOOT.DAT < prev    next >
Text File  |  1993-02-16  |  3KB  |  55 lines

  1.  
  2.                         Creating an Emergency Boot Disk
  3.  
  4.                    By Kenneth Johnson, Chicago Computer Society
  5.  
  6.     An emergency boot disk allows you to boot your computer from the
  7.     A: drive, thus bypassing the C: drive which may be damaged or
  8.     otherwise unaccessible.  In such a case, a boot disk can allow
  9.     you to get into your system and diagnose (and hopefully solve!)
  10.     the problem.  An emergency boot disk is especially critical if
  11.     you are modifying your system configuration and/or
  12.     "experimenting" with your AUTOEXEC.BAT and CONFIG.SYS files.  One
  13.     small mistake and you may be unable to boot off your C: drive.
  14.  
  15.     An emergency boot disk contains the hidden DOS system files
  16.     IO.SYS and MSDOS.SYS (or their generic equivalents) and
  17.     COMMAND.COM.  It should also include a modified AUTOEXEC.BAT and
  18.     CONFIG.SYS, also any device drivers and utility programs you
  19.     might need.  Create your emergency boot disk with these steps:
  20.  
  21.     1.   Format a disk in the A: drive with the /S switch (FORMAT A:
  22.               /S).  This will format the disk and copy the DOS system
  23.              files and COMMAND.COM to the disk.
  24.  
  25.     2.   Copy your AUTOEXEC.BAT and CONFIG.SYS files to the A: drive,
  26.              then modify them to remove any programs or device drivers
  27.              that aren't necessary to get your system running.  For
  28.              example, in an emergency it probably isn't necessary to load
  29.              ANSI.SYS or a print cache, or connect to a network.  Also
  30.              change any path references in the AUTOEXEC.BAT and
  31.              CONFIG.SYS from the C: drive to the A: drive, since you'll
  32.              need those programs and drivers on the boot disk.
  33.  
  34.     3.   Copy programs and drivers that remain in your modified
  35.              AUTOEXEC.BAT and CONFIG.SYS files from the hard drive to the
  36.              emergency boot disk.  For example, if you are running a
  37.              program such as Stacker or Disk Manager, you'll need their
  38.              drivers on the boot disk to access your hard drive.
  39.  
  40.     4.   Copy any utility programs you might need to the emergency
  41.              boot disk.  These should probably include a text editor,
  42.              UNDELETE, UNFORMAT, and MIRROR, and diagnostic programs you
  43.              use such as MSD or INFOPLUS.
  44.  
  45.     5.   Once you have your emergency boot disk set up, make at least
  46.              one copy of it with DISKCOPY (DISKCOPY A: A:).  Write
  47.               protect all copies of the boot disk and put them in a safe
  48.              and convenient place.
  49.  
  50.  
  51.     ===================================================
  52.     Author Information:  Kenneth Johnson is Training and Support
  53.     Manager at the law firm of Mayer, Brown & Platt in Chicago.  He
  54.     writes a monthly Beginner's Column and is contributing editor for
  55.     Hard-Copy, the Journal of the Chicago Computer Society.