home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / INWRND.FAX < prev    next >
Text File  |  1994-12-10  |  5KB  |  125 lines

  1. Installation workaround for AT BUS syste 8/12/94
  2.  
  3.    OSINWRND.FAX
  4.  
  5. ISA BUS WORKAROUND FOR INSTALLATION PROBLEMS ON AT (ISA) BUS MACHINES
  6. ---------------------------------------------------------------------
  7.  
  8. CONFIGURATION: AT-bus (ISA) machine
  9.                non-SCSI disk controller (RLL, MFM, ESDI)
  10.                sometimes occurs on IDE controllers
  11.  
  12. SYMPTOMS:      Very slow install
  13.                Very noisy hard disk during install
  14.                FDISK errors
  15.                Very slow operation
  16.  
  17. There is a driver, IBM1S506.ADD that is available on the IBM NSC BBS
  18. as well as various other non-IBM OS/2 BBS's around the country.  This
  19. driver fixes the symptoms described above.  If you are unable to obtain the
  20. driver, the workaround described below will alternatively allow you
  21. to install and use OS/2 2.X, however, it is recommended that you obtain
  22. the driver.
  23.  
  24. WORKAROUND BEFORE INSTALLATION:
  25. ------------------------------
  26. Step 1:  Use DOS to edit the CONFIG.SYS on Diskette 1 in the 2.X package.
  27.          NOTE:  Diskette 1 is the first diskette AFTER the Install diskette.
  28.  
  29.          Change the line -
  30.  
  31.             BASEDEV=IBM1S506.ADD
  32.                  to
  33.             REM BASEDEV=IBM1S506.ADD
  34.  
  35.    Alternate to Step 1 Above:
  36.    --------------------------
  37.          If you don't have access to DOS OR do not have a DOS editor to
  38.          edit the CONFIG.SYS, as an alternate to editing the CONFIG.SYS
  39.          file on Diskette 1, you may follow these steps:
  40.  
  41.             a)  Insert the Installation Diskette into drive A
  42.             b)  Turn on the computer.  If the computer is already on, press
  43.                 and hold Ctrl+Alt and press Del to restart the system.
  44.             c)  When you are prompted to do so, remove the Installation Diskette
  45.                 and insert Diskette 1.
  46.             d)  Press Enter.
  47.             e)  When the Welcome screen is displayed, press Esc to display the
  48.                 OS/2 command prompt.
  49.             f)  With Diskette 1 in the drive, rename the IBM1S506.ADD to
  50.                 IBM1S506.OLD by typing the following at the prompt:
  51.  
  52.                    RENAME IBM1S506.ADD IBM1S506.OLD
  53.  
  54.             g)  Continue with Step 2.
  55.  
  56. Step 2:  Insert the Installation Diskette into drive A.
  57.  
  58. Step 3:  Turn on the computer.  If the computer is already on, press and
  59.          hold Ctrl+Alt, and press Del to restart the system.  Proceed with
  60.          Diskette 1 through 5.
  61.  
  62. Step 4:  After Diskette 1 through 5 are processed, you will be asked to
  63.          reinsert the Installation diskette.
  64.  
  65.          DO SO.
  66.  
  67.          After copying some files from the Installation diskette, you will be
  68.          asked to remove the Installation diskette and press Enter to reboot.
  69.          DO NOT DO THIS. LEAVE THE INSTALLATION DISKETTE IN THE DRIVE.
  70.          ***NOTE: In OS/2 2.1 the installation is slightly different, it
  71.          will ask for the installation diskette then diskette #1 at this
  72.          point you will see the message take out the diskette and reboot
  73.          DO NOT DO THAT..INSTEAD PUT THE INSTALLATION DISKETTE BACK IN
  74.          THE A: DRIVE.
  75.  
  76. Step 5:  Press and hold Ctrl+Alt and press Del to restart the system.
  77.  
  78. Step 6:  Your computer should now be rebooting off the Installation Diskette.
  79.  
  80. Step 7:  When you are prompted to do so, remove the Installation Diskette and
  81.          insert Diskette 1.
  82.  
  83. Step 8:  Press Enter.
  84.  
  85. Step 9:  When the Welcome screen is displayed, press Esc to display the
  86.          OS/2 command prompt.
  87.  
  88. Step 10: You are now at a command line.  If you are NOT attempting to
  89.          install HPFS, continue on to the next step, otherwise execute the
  90.          following steps to load the HPFS driver.
  91.  
  92.             Insert Diskette #2 in the drive, and enter the following
  93.             command:
  94.  
  95.                   chkdsk c:
  96.  
  97.             (If your operating system will reside on a drive other than C,
  98.             use the appropriate drive letter instead.)
  99.  
  100. Step 11:  Enter the following commands:
  101.  
  102.              RENAME C:\OS2\IBM1S506.ADD   IBM1S506.XXX
  103.              COPY   C:\OS2\IBMINT13.I13   C:\OS2\IBM1S506.ADD
  104.  
  105.           (If your operating system will reside on a drive other than C,
  106.           us the appropriate drive letter instead.)
  107.  
  108. Step 12:  Remove the diskette from the drive.
  109.           Press ALT-CTRL-DEL to reboot the system, and install should
  110.           pick up where it left off.
  111.  
  112.  
  113. WORKAROUND AFTER INSTALLATION:
  114. -----------------------------
  115. Open the system folder on the desktop, then open Command Prompts Folder
  116. Open OS/2 Window, at the prompt go the OS2 subdirectory on the drive that
  117. OS2 was installed on, and type:
  118.  
  119.     RENAME IBM1S506.ADD IBM1S506.XXX
  120.     COPY IBMINT13.I13  IBM1S506.ADD
  121.  
  122. Close all open folders and proceed with a proper shutdown. When the machine is
  123. rebooted the change will take effect.
  124. 12/31/99
  125.