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

  1. OSDICNTY - COUNTRY.SYS ERROR ON BOOTUP
  2. 10/19/94
  3.  
  4. ================================================================
  5.                 COUNTRY.SYS ERROR ON BOOTUP
  6. ================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. ----------------------------------------------------------------
  10.  
  11. SYMPTOMS:
  12.  
  13. After OS/2 is installed and running for some time a "COUNTRY.SYS
  14. not found" error appears when you start the system.  The main
  15. reasons for this error are:
  16.  
  17.    1. The OS/2 CONFIG.SYS file is corrupted or deleted.
  18.    2. OS/2 cannot load a driver for the boot drive.
  19.    3. The OS/2 drive letter has been remapped.
  20.  
  21. RESOLUTION:
  22.  
  23. 1.
  24. If the OS/2 CONFIG.SYS file is deleted from the root directory
  25. or is corrupt, attempting to boot OS/2 results in a
  26. COUNTRY.SYS error.  Copy a backup CONFIG.SYS to the root
  27. directory, then restart the system.
  28.  
  29.    NOTE: C: deonotes the drive where OS/2 is located.
  30.  
  31.    1. Insert the OS/2 installation diskette into drive A and
  32.       restart the system.
  33.    2. Insert Diskette 1 when prompted and press Enter.
  34.    3. At the Welcome screen, press Esc to go to the A prompt.
  35.    4. Type the following to rename the CONFIG.SYS file:
  36.  
  37.                  REN C:\CONFIG.SYS CONFIG.OLD
  38.  
  39.   NOTE: If CONFIG.SYS has been deleted an error message appears.
  40.  
  41.    5. Copy the CONFIG.SYS from the \INSTALL directory to the
  42.       root directory:
  43.  
  44.                 COPY C:\OS2\INSTALL\CONFIG.SYS C:\
  45.  
  46.    6. Restart the system.
  47.  
  48.  
  49. 2.
  50. If OS/2 cannot load the driver for the hard disk, then the
  51. COUNTRY.SYS error occurs.  For example, if you have an IDE hard
  52. disk and the OS/2 CONFIG.SYS does not contain the line:
  53.                 BASEDEV=IBM1S506.ADD
  54. when OS/2 is started, the COUNTRY.SYS error may appear.  It is
  55. necessary to edit the OS/2 CONFIG.SYS and add the appropriate
  56. BASEDEV statement.
  57.  
  58. If you have DOS on the machine and OS/2 is not on an HPFS
  59. partition, you can use a DOS editor to edit the OS/2
  60. CONFIG.SYS.  If OS/2 is on an HPFS partition, it may be
  61. necessary to copy the OS/2 CONFIG.SYS to a diskette and then
  62. edit the file.
  63.  
  64.  
  65. 3.
  66. If another hard disk is added to a system, the logical
  67. partitions on the first hard disk is remapped if the new
  68. drive contains a primary partition.  For instance, assume you
  69. have a hard disk with a C primary DOS partition and a D logical
  70. OS/2 partition.  If a second hard disk is added and given a
  71. primary partition, the primary partition on the second hard disk
  72. will take the D drive letter and force the OS/2 partition to take
  73. the E drive letter.  Since paths to all OS/2 drivers in the
  74. CONFIG.SYS are still pointing to the D drive, when OS/2 is booted
  75. the COUNTRY.SYS error is returned.  There are two options in this
  76. case:
  77.  
  78.  OPTION1: Delete the primary partition on the second drive and
  79.           recreate it as a logical partition:
  80.           a. Start the system from OS/2 diskettes and press Esc
  81.              at the Welcome screen to go to the A: prompt.
  82.           b. With Diskette 1 still in the A drive, type FDISK at
  83.              the A: prompt.
  84.           c. Delete the primary partition on the second hard
  85.              disk.
  86. WARNING:  If this partition contains data, make sure you back up
  87.           the data on the drive before deleting it.
  88.           d. Create a logical partition in its place.
  89.           e. Save the changes and exit FDISK.
  90.           f. Restart the system.
  91.  
  92.  OPTION2: Change all references in the CONFIG.SYS from OS2's
  93.           former drive letter to its new drive letter. In the
  94.           example above, all references to D would be changed to
  95.           E.
  96.  
  97.           DEVICE=D:\OS2\SYSTEM\COUNTRY.SYS
  98.  
  99.         becomes
  100.  
  101.           DEVICE=E:\OS2\SYSTEM\COUNTRY.SYS
  102.