home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / DEMOS / BM3DEMO / boot.txt < prev    next >
Text File  |  1997-06-16  |  8KB  |  183 lines

  1. BOOT.TXT - Instructions for manually creating boot diskettes.
  2.  
  3.  
  4. Creating the boot diskettes:
  5.  
  6.      The following method for creating recovery boot diskettes
  7.      requires COPIES of OS/2 installation diskettes 0 and 1.
  8.      UNDER NO CIRCUMSTANCES SHOULD THE ORIGINAL OS/2 INSTALLATION
  9.      DISKETTES BE MODIFIED IN ANY WAY.  Obtain three blank,
  10.      formatted diskettes.  Label them "Recovery disk 0",
  11.      "Recovery disk 1", and "Utility disk".  Start an OS/2
  12.      Window, located in "OS/2 System" folder; "Command Prompts".
  13.      Use DISKCOPY to make duplicates of the OS/2 installation
  14.      diskettes 0 and 1 on recovery diskettes 0 and 1
  15.      respectively:
  16.          DISKCOPY  A:  A:
  17.  
  18.      Execute the command once for each diskette to be copied.
  19.  
  20.      Note:  Since no modifications are made to recovery diskette
  21.             0, you do not actually have to make a copy of OS/2
  22.             installation diskette 0.  You could use the original
  23.             OS/2 installation diskette 0 in place of recovery
  24.             diskette 0 when booting with recovery diskettes.
  25.  
  26.      If you have a CDROM version of OS/2, refer to the readme on
  27.      the CDROM for instructions on creating floppy boot
  28.      diskettes.
  29.  
  30.      Now, at this point, put the original OS/2 diskettes away.
  31.      You will not need to use them again in creating the recovery
  32.      diskettes.  UNDER NO CIRCUMSTANCES SHOULD YOU USE THE
  33.      ORIGINAL OS/2 INSTALLATION DISKETTES WITH THE INSTRUCTIONS
  34.      BELOW.  IF YOU DO, THEY WILL NO LONGER BE ABLE TO INSTALL
  35.      OS/2.
  36.  
  37.      Insert recovery diskette 1 in the floppy drive.  Delete the
  38.      file BUNDLE using the following command (remember to
  39.      substitute B: for A: if you are using drive B: in the
  40.      commands below):
  41.         DEL A:\BUNDLE
  42.  
  43.      Now copy the tape device drivers that you will need to
  44.      the A: drive.  BackMaster currently comes with three
  45.      device drivers:
  46.         FTDVR.SYS    -  Standard floppy tape, high-speed
  47.                         adapters including FC10 and FC20.
  48.         PTDVR.SYS    -  Parallel port tape driver.
  49.  
  50.      These device drivers can be found in the directory in
  51.      which BackMaster was installed.  If you took the defaults
  52.      when installing BackMaster, the files will be in a
  53.      directory called BACKMAST in the root directory of the
  54.      drive from which the system boots (this is the drive that
  55.      the OS/2 Window was set to when started).  Suppose that
  56.      BackMaster was installed to C:\BACKMAST and you wanted to
  57.      copy FTDVR.SYS to the A: drive.  In this case, use the
  58.      following command:
  59.         COPY C:\BACKMAST\FTDVR.SYS  A:
  60.  
  61.  
  62.      Copy only the driver(s) you will need to the A: drive.
  63.      Once the files are copied, you will need to edit the
  64.      CONFIG.SYS file on A:.  Use the following command:
  65.         E  A:\CONFIG.SYS
  66.  
  67.  
  68. Modifying the CONFIG.SYS file:
  69.  
  70.      Add the driver name(s) you copied to the CONFIG.SYS file:
  71.         DEVICE=A:\FTDVR.SYS
  72.         DEVICE=A:\PTDVR.SYS
  73.  
  74.      Only one of FTDVR.SYS and TC15DVR.SYS may be referenced
  75.      in the CONFIG.SYS, however PTDVR.SYS may be referenced
  76.      in the CONFIG.SYS with any other BackMaster driver.
  77.      Usually you will need only one driver on the recovery
  78.      diskettes.
  79.  
  80.      If you are running Warp with 8MB of memory or less, and
  81.      experience problems running BMREST, try adding the '/M'
  82.      driver memory enhancement option to the BackMaster drivers
  83.      in CONFIG.SYS on your boot floppy as follows:
  84.         DEVICE=A:\FTDVR.SYS /M
  85.  
  86.      If you use the '/M' option, NEVER load more than one
  87.      driver at a time in the CONFIG.SYS.
  88.  
  89.      Now save the file CONFIG.SYS file to the A: drive and exit
  90.      the editor.
  91.  
  92.      At this point, you have a bootable set of recovery
  93.      diskettes.  If you have 8 MB of memory or less, you will
  94.      need to enable swapping to hard drive before using BMREST
  95.      to restore files.  When swapping is enabled, a file named
  96.      SWAPPER.DAT is written to a hard drive.  In order to write
  97.      the SWAPPER.DAT file, the hard drive that SWAPPER.DAT is on
  98.      must be formatted.  Since this will not always be the case
  99.      when using the recovery boot diskettes, you cannot always
  100.      boot with swapping enabled.  We suggest creating an
  101.      additional set of recovery diskettes 0 and 1 with swapping
  102.      enabled in the case of a machine with 8 MB of memory or
  103.      less.  Obtain two additional blank,  formatted diskettes.
  104.      Label them "Recovery diskette 0 (swap)", and "Recovery
  105.      diskette 1 (swap)".  Follow the steps for creating
  106.      the recovery diskettes 0 and 1 and add the following:
  107.  
  108.          Insert Recovery diskette 1 (swap) and edit the
  109.          CONFIG.SYS file using the following command:
  110.             E  A:\CONFIG.SYS
  111.  
  112.          Find the following line in A:\CONFIG.SYS (it should be
  113.          near the top of the file):
  114.             MEMMAN=NOSWAP
  115.      
  116.          Change this line to read:
  117.             MEMMAN=SWAP,PROTECT
  118.  
  119.          Directly after the MEMMAN line, insert the following
  120.          line.:
  121.             SWAPPATH=C:\
  122.  
  123.          If want to place the swapfile on a drive other than
  124.          drive C:, substitute the appropriate drive letter in
  125.          place of C: above.
  126.  
  127.          Now save the file CONFIG.SYS to the A: drive and exit
  128.          the editor.
  129.  
  130.      Remember, if you have 8 MB or more of memory, you will
  131.      probably not need the set of recovery boot diskettes with
  132.      swapping enabled.
  133.  
  134.  
  135. Creating the utility diskette:
  136.  
  137.      Insert the blank, formatted diskette labeled "Utility
  138.      diskette" in floppy drive (remember to substitute B: for
  139.      A: if you are using drive B: in the commands below).
  140.      If your system does not boot from C: substitute the
  141.      appropriate drive letter in place of C: in the commands
  142.      below.  The drive your system boots from is the drive
  143.      letter displayed in the OS/2 Window prompt when it first
  144.      starts.
  145.  
  146.      From the BackMaster directory (which is the same directory
  147.      that FTDVR.SYS and PTDVR.SYS -- described above -- are in)
  148.      copy the following four files to the A: drive:
  149.         COPY  C:\BACKMAST\BMREST.EXE    A:\
  150.         COPY  C:\BACKMAST\QICCOMPR.DLL  A:\
  151.         COPY  C:\BACKMAST\T2.EXE        A:\
  152.         COPY  C:\BACKMAST\THELP.HLP     A:\
  153.  
  154.      From the OS/2 system directory on the default boot drive
  155.      copy the following files to the A: drive:
  156.         COPY  C:\OS2\CHKDSK.COM         A:\
  157.         COPY  C:\OS2\FDISK.COM          A:\
  158.         COPY  C:\OS2\FORMAT.COM         A:\
  159.         COPY  C:\OS2\ATTRIB.EXE         A:\
  160.         COPY  C:\OS2\SYSTEM\OSO001.MSG  A:\
  161.         COPY  C:\OS2\DLL\UHPFS.DLL      A:\
  162.  
  163.      If you are running OS/2 3.0 Warp, copy the following
  164.      additional files to the utility diskette in the A: drive:
  165.  
  166.         COPY  C:\OS2\DLL\KBDCALLS.DLL  A:\
  167.         COPY  C:\OS2\DLL\MOUCALLS.DLL  A:\
  168.         COPY  C:\OS2\DLL\VIOCALLS.DLL  A:\
  169.         COPY  C:\OS2\DLL\NLS.DLL  A:\
  170.  
  171.     Note:  You will be unable to copy UHPFS.DLL if your system
  172.            does not have at least one HPFS partition.  UHPFS.DLL
  173.            will be found only on systems with HPFS installed.  If
  174.            you do not have HPFS installed, you will not need
  175.            UHPFS.DLL on the utility diskette.
  176.  
  177.     At this point, your recovery diskettes should be created.  It
  178.     is a good idea to test the recovery diskettes to make sure
  179.     that they work, and that you understand how to use the
  180.     recovery diskettes and BMREST.  See the BackMaster online
  181.     help for more information.
  182.  
  183. MSR Development Corporation Document #MSRDOC0322-3 Last revised: 6-16-97