home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / INFO / FAQS / OS2FAXES / OSDICSDB.FAX < prev    next >
Encoding:
Text File  |  1994-10-19  |  4.5 KB  |  130 lines

  1. OSDICSDB - Creating a 2.11 bootable diskette from  XR6200
  2. 10/19/94
  3.  
  4. ================================================================
  5.     Creating a 2.11 bootable diskette from  XR6200
  6. ================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. ----------------------------------------------------------------
  10.  
  11. It is recommended that you create bootable diskettes for your
  12. system before installing the Service Pack 1 (SP1).  With bootable
  13. diskettes, you can run CHKDSK, ATTRIB and other commands if
  14. necessary.
  15.  
  16. You can create OS/2 SP1 bootable diskettes using one of the
  17. following methods:
  18.  
  19. METHOD A.
  20. ----------------------------------------------------------------
  21. Use this method if you have not installed the SP1 or have
  22. installed SP1 and can start the system from the hard disk.
  23.  
  24.   1.  Start OS/2 or DOS and access the ATTRIB and DISKCOPY
  25.       commands.  If your machine is running, start from the
  26.       hard disk and go to the command prompt.
  27.  
  28.   2.  Make a diskcopy of SP1 Diskette 1 and Diskette 2 by
  29.       typing the following for each diskette:
  30.  
  31.                    DISKCOPY a:  a:
  32.  
  33.   3. Insert the diskcopy of diskette 2 and remove the read only
  34.      attribute from the CONFIG.SYS file by typing:
  35.  
  36.                    ATTRIB A:\CONFIG.SYS -R
  37.  
  38.   4. Change the following line in the CONFIG.SYS:
  39.  
  40.          From:   SET OS/2_SHELL=FSERVICE.EXE
  41.            To:   SET OS2_SHELL=CMD.EXE
  42.  
  43.       This lets you start at the command prompt using SP1
  44.       diskette 1 and the modified copy of SP1 diskette 2.
  45.  
  46.       You go to the OS/2 drive A: prompt after starting from
  47.       these diskettes.
  48.  
  49.  
  50. MEHTOD B.
  51. ----------------------------------------------------------------
  52. Use this method if you have installed the SP1 on your system and
  53. cannot to start the system from the hard disk.
  54.  
  55.   1.  Start the system from the SP1 diskette 1 and when prompted
  56.       to insert diskette 2, insert OS/2 2.1 GA diskette 1.
  57.  
  58.   2.  Press Esc at the Welcome screen to go to the command
  59.       prompt.
  60.  
  61.       The prompt states OS/2 2/1, but you can use the 2.11 system
  62.       command such as ATTRIB and DISKCOPY.
  63.  
  64. NOTE:  At this point, you are using a mix level of code (2.1 &
  65.        2.11).  This is only a work around for using the ATTRIB
  66.        and DISKCOPY commands.  Other commands, such as CHKDSK
  67.        should not be run.
  68.  
  69.   3.  Follow steps 2-5 in Method A to create the correct book
  70.       diskettes.
  71.  
  72. ----------------------------------------------------------------
  73.              CHKDSK DISKETTE
  74. ----------------------------------------------------------------
  75.  
  76. It is recommended, but optional, that you create a diskette
  77. to be used to run CHKDSK when the system is started from
  78. a diskette drive.  After installing the SP1:
  79.  
  80.  
  81.   1. Insert a formatted diskette in drive A:.
  82.  
  83.   2. Copy the OS/2 2.11 file CHKDSK.COM to the diskette by
  84.      typing:
  85.  
  86.           COPY X:\OS2\CHKDSK.COM A:
  87.  
  88.   3. Copy the OS/2 2.11 file UHPFS.DLL to the diskette by
  89.      typing:
  90.  
  91.           COPY X:\OS2\DLL\UHPFS.DLL A:
  92.  
  93.        Note:  X: is the drive where OS/2 resides.
  94.  
  95.  
  96. You can insert this diskette in drive A: and run CHKDSK after
  97. starting the system with the 2.11 boot diskettes.
  98.  
  99. ----------------------------------------------------------------
  100.                Trouble Shooting
  101. ----------------------------------------------------------------
  102.  
  103.   HPFS drive access:   When you cannot access an HPFS partition
  104.                        on the hard disk and are prompted to run
  105.                        CHKDSK, follow Method A, decsribed above,
  106.                        and use the optional CHKDSK diskette.
  107.  
  108.  
  109.  Error message:  The name specified is not recognized
  110.                  as an internal or external command.
  111.  
  112. This message appears when the command file is not present in
  113. the current directory or any of the path defined directories.
  114. For example: From the A: prompt, ATTRIB config.sys -r gave this
  115. error, the system cannot find the ATTRIB command or the
  116. CONFIG.SYS file.
  117.  
  118. You need to include a path where the command can be found or
  119. ensure the file the command is referring to is on the correct
  120. drive to correct the error.
  121.  
  122.  
  123.   Error message:  SYS1210:  You are using an incorrect
  124.                   version of the operating system.
  125.  
  126. This message indicates the command file and the version of the
  127. operating system that is running do not match.
  128. Make sure you are using the command file from the version of
  129. the operating system you are running on the system.
  130.