home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osdicnty.txt < prev    next >
Text File  |  1996-10-23  |  4KB  |  118 lines

  1. OSDICNTY - COUNTRY.SYS ERROR ON STARTUP OF OS/2 2.1
  2. 01/15/96
  3.  
  4. =======================================================================
  5.                COUNTRY.SYS Error on Startup of OS/2 2.1
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. After OS/2 2.1 is installed and running for some time a "COUNTRY.SYS 
  14. not found" error appears when you start the system. The main reasons 
  15. for this error are:
  16.  
  17. * The OS/2 CONFIG.SYS file was damaged or deleted.
  18. * OS/2 cannot load a driver for the startup drive.
  19. * The OS/2 drive letter has been remapped.
  20.  
  21. RESOLUTION
  22.  
  23. Note: Make sure you have a backup of any file you intend to change.
  24.  
  25. Damaged or Deleted CONFIG.SYS File
  26. ----------------------------------
  27. Note: In the procedure, C is the drive where OS/2 is installed.
  28.  
  29. 1. Insert the OS/2 Installation Diskette in drive A and restart the
  30.    system.
  31.  
  32. 2. When prompted, insert Diskette 1 and press Enter.
  33.  
  34. 3. At the Welcome screen, press Esc to go to the A prompt.
  35.  
  36. 4. Type the following and press Enter to rename the CONFIG.SYS file:
  37.  
  38.       REN C:\CONFIG.SYS CONFIG.OLD
  39.  
  40.    Note: If CONFIG.SYS has been deleted, an error message appears.
  41.  
  42. 5. Type the following and press Enter to copy the CONFIG.SYS file from
  43.    the \INSTALL directory to the root directory:
  44.  
  45.       COPY C:\OS2\INSTALL\CONFIG.SYS C:\
  46.  
  47. 6. Restart the system.
  48.  
  49. OS/2 Cannot Load a Driver for the Startup Drive
  50. -----------------------------------------------
  51. For example, if you have an IDE hard disk and the OS/2 CONFIG.SYS file 
  52. does not contain BASEDEV=IBM1S506.ADD, when OS/2 is started, the 
  53. COUNTRY.SYS error might appear. You must edit the OS/2 CONFIG.SYS file 
  54. and add the BASEDEV statement.
  55.  
  56. If you have DOS on the system and OS/2 is not in an HPFS partition, you 
  57. can use a DOS editor to edit the OS/2 CONFIG.SYS file. If OS/2 is in an 
  58. HPFS partition, you might have to copy the OS/2 CONFIG.SYS file to a 
  59. diskette first and then edit the file.
  60.  
  61. The OS/2 Drive Letter Has Been Remapped
  62. ---------------------------------------
  63. If another hard disk is added to a system, the logical partitions on 
  64. the first hard disk are remapped if the new drive contains a primary 
  65. partition. For example, assume you have a hard disk with a "C" primary 
  66. DOS partition and a "D" logical OS/2 partition. If a second hard disk 
  67. is added and given a primary partition, the primary partition on the 
  68. second hard disk will take the "D" drive letter and force the OS/2 
  69. partition to take the "E" drive letter. Because paths to all OS/2 
  70. drivers in the CONFIG.SYS file are still pointing to the D drive, when 
  71. OS/2 is started, the COUNTRY.SYS error occurs. There are two options in 
  72. this case:
  73.  
  74. OPTION 1
  75.  
  76. Delete the primary partition on the second drive and re-create it as a 
  77. logical partition:
  78.  
  79. 1. Start the system from OS/2 diskettes and press Esc at the Welcome
  80.    screen to go to the A: prompt.
  81.  
  82. 2. With Diskette 1 still in drive A, type FDISK at the A: prompt.
  83.  
  84. 3. Delete the primary partition on the second hard disk.
  85.  
  86.    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  87.    *  Warning: If this partition contains data, make sure you      *
  88.    *           back up the data on the drive before deleting it.   *
  89.    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  90.  
  91. 4. Create a logical partition in its place.
  92.  
  93. 5. Save the changes and exit FDISK.
  94.  
  95. 6. Restart the system.
  96.  
  97. OPTION 2
  98.  
  99. Change all references in the CONFIG.SYS file from the former OS/2 drive 
  100. letter to its new drive letter. In the example above, all references to 
  101. "D" would be changed to "E"; that is,
  102.  
  103.    DEVICE=D:\OS2\SYSTEM\COUNTRY.SYS
  104.  
  105. becomes
  106.  
  107.    DEVICE=E:\OS2\SYSTEM\COUNTRY.SYS
  108.  
  109. ______________________________________________________________________
  110. IBM disclaims all warranties, whether express or implied, including 
  111. without limitation, warranties of fitness and merchantability with 
  112. respect to the information in this document. By furnishing this 
  113. document, IBM grants no licenses to any related patents or copyrights.  
  114. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  115. or brand names referenced in this document are the property of their 
  116. respective owners. Consult your product manuals for complete trademark 
  117. information. 
  118.