home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / DICNTY.FAX < prev    next >
Text File  |  1994-12-02  |  4KB  |  93 lines

  1. Country.SYS errors during install        7/19/94
  2.  
  3.         File:OSDICNTY.fax
  4.  
  5.  
  6.         TITLE: Country.sys error on bootup
  7.  
  8.         DESCRIPTION OF SYMPTOMS:
  9.  
  10.         After OS/2 has been installed and running for some time a
  11.         'COUNTRY.SYS not found' error is returned on bootup. There are
  12.         three main causes of this error in these circumstances:
  13.  
  14.         1) The OS/2 config.sys file has been corrupted or deleted.
  15.         2) OS/2 cannot load a driver for the boot drive.
  16.         3) The OS/2 drive letter has been remapped.
  17.  
  18.         DETAILS OF RESOLUTION:
  19.  
  20.         1) If the OS/2 config.sys file is deleted from the root directory or
  21.            is corrupt, attempting to boot OS/2 will result in a
  22.            COUNTRY.SYS error. In this case a backup config.sys can be
  23.            copied into the root directory and OS/2 can then be booted:
  24.  
  25.             a) Insert the OS/2 installation disk into drive A and reboot.
  26.             b) Insert Disk1 and press <ENTER> when prompted.
  27.             c) Hit ESC at the 'Welcome to OS/2' screen to get A prompt.
  28.             d) Rename the config.sys file:
  29.  
  30.                  REN C:\CONFIG.SYS CONFIG.OLD
  31.  
  32.                Note: If config.sys has been deleted an error will appear.
  33.             e) Copy the config.sys from the \INSTALL directory to the root
  34.                directory:
  35.  
  36.                 COPY C:\OS2\INSTALL\CONFIG.SYS C:\
  37.  
  38.             e) Reboot the computer (Note: if OS/2 is not on the C drive
  39.                then use the appropriate drive letter).
  40.  
  41.         2) If OS/2 is not able to load a driver for the hard drive then the
  42.            COUNTRY.SYS error will occur. For example, if you have an IDE
  43.            hard drive and the OS/2 config.sys does not contain the line:
  44.            BASEDEV=IBM1S506.ADD
  45.            then when OS/2 is booted the COUNTRY.SYS error may appear.
  46.            At this point it will be necessary to edit the OS/2 config.sys and
  47.            add the appropriate BASEDEV statement.
  48.  
  49.            If you have DOS on the machine and OS/2 is not on an HPFS
  50.            partition then you can use a DOS editor to edit the OS/2
  51.            config.sys. If OS/2 is on an HPFS partition then it may be
  52.            necessary to copy the OS/2 config.sys to a floppy disk and then
  53.            edit the file.
  54.  
  55.         3) If another hard drive is added to a system, the logical partitions
  56.            on the first hard drive will be remapped if the added drive
  57.            contains a primary partition. For instance, assume you have a
  58.            hard disk with a C primary DOS partition and a D logical OS/2
  59.            partition. If a second hard disk is added and given a primary
  60.            partition, the primary partition on the second hard drive will take
  61.            the D drive letter and force the OS/2 partition to take the E
  62.            drive letter. Since paths to all OS/2 drivers in the config.sys are
  63.            still pointing to the D drive, when OS/2 is booted the
  64.            COUNTRY.SYS error is returned. There are two options in this
  65.            case:
  66.  
  67.         OPTION1: Delete the primary partition on the second drive and
  68.         recreate it as a logical partition:
  69.           a) Boot from OS/2 diskettes and escape at the Welcome screen to
  70.              a command prompt.
  71.           b) With Disk1 still in the A drive type FDISK at the A: prompt.
  72.           c) Delete the primary partition on the second hard drive.
  73.              WARNING: If this partition contains data then you should back
  74.              up the data on the drive before deleting it.
  75.           d) Create a logical partition in its place.
  76.           e) Save the changes and exit FDISK, then reboot computer.
  77.  
  78.         OPTION2: Change all references in the config.sys from OS2's former
  79.         drive letter to its new drive letter. In the example above, all
  80.         references to D would be changed to E, i.e.,
  81.  
  82.           DEVICE=D:\OS2\SYSTEM\COUNTRY.SYS
  83.  
  84.         becomes
  85.  
  86.           DEVICE=E:\OS2\SYSTEM\COUNTRY.SYS
  87.  
  88.  
  89.  
  90.  
  91.  
  92. 12/31/99
  93.