home *** CD-ROM | disk | FTP | other *** search
/ IBM Presents OS/2 Software Hits 1995 / OS-2_SW_HITS_2ND_EDITION_1995.ISO / i18 / sips2082.abs < prev    next >
Text File  |  1994-09-15  |  4KB  |  95 lines

  1. STATUS:                                         BBS:YES
  2. SYMPTOM:
  3. The 9585 system displays a I9990303 System Partition
  4. Boot Failure error message with OS/2 2.1 installed.
  5.  
  6. PROBLEM ISOLATION AIDS:
  7.  
  8. OS/2 2.1 was installed without using the Model 9585 setup
  9. utility to copy the ABIOS files onto a newly created Model
  10. 9585 OS/2 2 install diskette.
  11.  
  12. A System Partition Boot Failure error (I9990303) occurs
  13. the first time the System Partition is accessed.
  14.  
  15. Some time may have lapsed between the installation of OS/2 2.1
  16. and the actual need to utilize the System Partition.
  17.  
  18. FIX:
  19. 1.  BACKUP THE SYSTEMS HARDFILE (ALL DATA)
  20.  
  21. 2.  CREATE A MODEL 85 OS/2 2.1 INSTALLATION DISKETTE BY:
  22.  
  23.      a.  USING ANOTHER MACHINE, CREATE A BACKUP COPY OF THE OS/2
  24.          2.1 INSTALLATION DISKETTE.  LABEL THIS DISKETTE AS THE
  25.          MODEL 9585 OS/2 2.1 INSTALLATION DISKETTE.
  26.  
  27.      b.  USING THE MODEL 9585 REFERENCE DISKETTE
  28.  
  29.                1) COPY THE ABIOS.SYS FILE FROM THE
  30.                   REFERENCE DISKETTE TO THE INSTALLATION
  31.                   DISKETTE (CREATED IN STEP 2-A.)
  32.  
  33.                2) COPY ALL *.BIO FILES FROM THE REFERENCE
  34.                   DISKETTE TO THE INSTALLATION DISKETTE
  35.                   (CREATED IN STEP 2-A.)
  36.  
  37. Note:
  38. When encountering an I9990303 error on a Server 85 and
  39. copying the ABIOS.SYS and *.BIO files as identified above,
  40. be aware that there are two models of the 9585. Each model
  41. uses a unique reference diskette as identified below. Failure
  42. to use the correct diskette may result in TRAP 0002 or time
  43. out errors during the subsequent installation of OS/2.
  44.  
  45. - If you are installing OS/2 on a 9585-0Xx, use the ABIOS.SYS
  46.   and the *.BIO from the 1.11 reference diskette.
  47.  
  48. - If you are installing OS/2 on a 9585-0Kx or 9585-0Nx, use
  49.   the ABIOS.SYS and the *.BIO from the 1.32 reference
  50.   diskette.
  51.  
  52. Note: If insufficient room exists on the backup copy of
  53.       the Installation Diskette for the new *.BIO files
  54.       you may delete the existing (old) *.BIO files from
  55.       the backup Installation Diskette.
  56.  
  57.      c.  INSTALL OS/2 2.1 USING THE NEWLY CREATED INSTALLATION
  58.          DISKETTE. (THIS DISKETTE SHOULD ONLY BE USED ON THIS
  59.          SYSTEM SINCE SOME OF THE ABIOS FILES ARE SYSTEM UNIQUE.
  60.  
  61. ****************************************************************
  62. WARNING:  MAKE SURE THAT ALL DATA FILES HAVE BEEN BACKED UP
  63.           BEFORE PERFORMING A LOW LEVEL FORMAT. ALL DATA ON THE
  64.           HARD FILE WILL BE LOST.
  65. ****************************************************************
  66.  
  67. 3.  PERFORM A LOW LEVEL FORMAT.
  68.  
  69. 4.  INSTALL A SYSTEM PARTITION USING "RESTORE SYSTEM PARTITION"
  70.     FROM THE REFERENCE DISKETTE.
  71.  
  72. 5.  INSTALL OS/2 2.1 USING THE UNIQUE INSTALLATION DISKETTE
  73.     CREATED IN STEP 2 ABOVE.
  74.  
  75. 6.  RESTORE THE BACKED UP DATA FILES.
  76.  
  77. TECHNICAL EXPLANATION OF PROBLEM:
  78.  
  79. The OS/2 2.1 installation procedure invokes a sequence
  80. of code paths that will calculate the hardfile space available
  81. to the user for partition(s); C drive, or C and D drives, etc.
  82. The ABIOS files are used if available. Otherwise, the OS/2 FDISK
  83. code invokes a device driver that miscalculates the hardfile
  84. space by one cylinder larger than it really is.
  85.  
  86. The 9585 system has a RAM loaded ABIOS architecture (FLASH) so
  87. the files are not available during the initial installation of
  88. OS/2 and the FDISK drive code path is invoked. This causes OS/2
  89. to create a user partition (eg. C drive) which overlaps the part
  90. of the hardfile containing the System Partition.  When the user
  91. attempts to access the System Partition the POST code does not
  92. know if the System Partition is valid since OS/2 is claiming
  93. this space. The System Partition is then marked invalid and
  94. the I9990303 error is generated.
  95.