home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / morest.txt < prev    next >
Text File  |  1994-03-27  |  3KB  |  87 lines

  1. Fm: Kurt P. Koerfgen 76570,1322
  2.  
  3. For my backups I bought recently a Fujitsu DynaMO 2511 magneto-optical
  4. drive. I use a notebook computer with a Trantor T348 MiniSCSI Plus and
  5. an external CD-ROM. The magneto optical drive is connected through the
  6. MiniSCSI and is designated drive "E". Driv
  7.  
  8. In a situation where I cannot boot OS/2 I would have no way of accessing
  9. drive "E" for a restore. I have come up with the following procedure to
  10. create a set of boot-disks that will allow me to restore after a boot
  11. from floppy diskettes.
  12.  
  13. 1. Use a 1.44MB floppy to create a DISKCOPY from IBM Diskette 1.
  14.  
  15. 2. This diskette does not have enough free space for the required drivers.
  16.    Delete files PRINT01.SYS and PRINT02.SYS to increase space. 
  17.  
  18.        CAUTION:
  19.        Do not delete these files on the original IBM diskette 1.
  20.  
  21. 3. Create the directory EMERG on your harddisk. This directory will hold 
  22.    copies of SCSI related files that cannot be copied onto the floppy disk.
  23.  
  24. 4. Use XCOPY to copy the following files from the OS/2 directory and
  25.    BakupWiz directory into the EMERG directory:
  26.  
  27.    T348SCSI.ADD
  28.    CDFS.IFS
  29.    OPTICAL.SYS
  30.    OS2CDROM.DMD
  31.    OS2SCSI.DMD
  32.    BWOS2ADD.SYS
  33.  
  34.     Note:
  35.     Not all of these files are required for an emergency boot. For a 
  36.         possible later re-installation or in case any of these files should 
  37.         get corrupted I have copied these files onto a formatted floppy.
  38.  
  39. 5. The CONFIG.SYS will typically contain a statement like this:
  40.  
  41.     BASEDEV=T348SCSI.ADD
  42.     IFS=\OS2\CDFS.IFS /Q
  43.     BASEDEV=OS2SCSI.DMD
  44.     BASEDEV=OS2CDROM.DMD
  45.     DEVICE=C:\OS2\OPTICAL.SYS /N:4 /U /Q
  46.     DEVICE=C:\BWS5\BWOS2ADD.SYS
  47.  
  48.  
  49. Add the following statements to the CONFIG.SYS file on the FLOPPY DISK 
  50. created in step 1:
  51.  
  52.     BASEDEV=T348SCSI.ADD
  53.     IFS=c:\emerg\CDFS.IFS /Q
  54.     BASEDEV=OS2SCSI.DMD
  55.     DEVICE=c:\emerg\OPTICAL.SYS /N:4 /U /Q
  56.  
  57. Make sure to replace the directory reference "\OS2\" on the harddisk
  58. config.sys with "c:\emerg\" on the floppy config.sys.
  59.  
  60. 6. I have labelled this diskette "JUMPSTART - DISKETTE 1"
  61.  
  62. When booting from the INSTALLATION DISK and this diskette, the CD-ROM
  63. drive will not be recognized and loaded. Consequently, during emergency
  64. boot-up the magneto-optical drive will now be drive "D" instead of drive
  65. "E".
  66.  
  67. Therefore, as a reminder, I have added the following note to the label
  68. of the floppy:
  69.  
  70.     Note for restore. 
  71.     Magneto-optical drive is now drive "D". 
  72.     
  73. 7. You can now boot your system with the IBM INSTALLATION DISK and the newly 
  74.    created JUMPSTART - DISKETTE 1. After boot-up change into the
  75.    harddrive and the BakupWiz directory. Load BakupWiz select CONFIG and
  76.    CONFIGURATION: EDIT TAPE IMAGE FILE PATH to point to the magneto-optical
  77.    drive, in this example "D". As you will hopefully use this procedure 
  78.    only once, it is not neccessary to save this setting when prompted.
  79.    
  80.    During boot-up you will see the message "Message file OSO001.MSG cannot
  81.    be found". Ignore this message, no action is required.
  82.  
  83.    Start your restore.
  84.  
  85.  
  86.  
  87.