home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / INFO / FAQS / OS2FAX2 / REMOVE.FAX < prev    next >
Encoding:
Text File  |  1994-06-09  |  4.5 KB  |  115 lines

  1.         File:REMOVE.fax
  2.  
  3.  
  4.         TITLE: Removing OS/2 2.X from your system
  5.  
  6.         DESCRIPTION OF SYMPTOMS:
  7.  
  8.         In certain cases it will be necessary to remove OS/2 from your
  9.         system manually. For instance, if OS/2 has to be reinstalled it is
  10.         recommended that the existing operating system first be removed.
  11.         If you have installed OS/2 in a dual boot configuration, it is
  12.         important to boot back to DOS before removing OS/2. (To boot back
  13.         to DOS from OS/2 2.0 follow the instructions on page 30 of the
  14.         installation guide; from OS/2 2.1 follow the instructions on page 48
  15.         of the installation guide). If you are unable to boot back to DOS,
  16.         follow the steps in the section "PUTTING DOS BACK ON YOUR
  17.         SYSTEM" at the end of this fax.
  18.  
  19.         SUMMARY OF RESOLUTION:
  20.  
  21.         1. Remove any hidden files that may exist in the OS2\BITMAP
  22.            directory.
  23.  
  24.         2. Remove all the OS/2 specific directories.
  25.  
  26.         3. Delete the OS/2 system files from the root directory.
  27.  
  28.         4. Run CHKDSK to clear up any corruption on the drive.
  29.  
  30.         DETAILS OF RESOLUTION:
  31.  
  32.         1. Execute the following steps to remove any hidden files that may
  33.            exist in the OS2\BITMAP directory (i.e., C:\OS2\BITMAP):
  34.  
  35.              CD OS2\BITMAP
  36.              ATTRIB -s -h aaaaa.*
  37.              ERASE aaaaa.*
  38.  
  39.         2. Remove all OS/2 specific directories. This includes the
  40.            following directories:
  41.  
  42.              \OS2
  43.              \SPOOL
  44.              \PSFONTS
  45.              \NOWHERE
  46.              \DESKTOP      <-- may be DESKTOP2, DESKTOP3, etc.
  47.              \OS!2_2.0_D   <-- the OS/2 2.0 Workplace Shell directory
  48.           
  49.            Note: This process can be expedited by using a program that
  50.            removes entire directory trees, such as the DOS Shell.
  51.  
  52.         3. Remove the OS/2 system files from the root directory:
  53.  
  54.              ATTRIB -s -r -h OS2*.*
  55.              ERASE OS2*.*
  56.  
  57.              ATTRIB -s -r -h EA?DATA.?SF
  58.              ERASE EA?DATA.?SF
  59.  
  60.              ATTRIB -s -r -h WP?ROOT.?SF
  61.              ERASE WP?ROOT.?SF
  62.  
  63.         4. To clear up any extended attribute problems that may occur,
  64.            execute the following steps:
  65.  
  66.              a) Insert the Installation disk into drive A.
  67.              b) Reboot the computer.
  68.              c) When prompted to do so, remove the Installation disk and
  69.                 insert diskette 1, then press <ENTER>.
  70.              d) When the Welcome screen is displayed, press ESC to
  71.                 display the command prompt.
  72.              e) Remove diskette 1 and insert diskette 2 (the diskette that
  73.                 contains the CHKDSK command).
  74.              f) Type the following at the command prompt:
  75.  
  76.                   CHKDSK C: /F
  77.  
  78.                 and press Enter. (If your operating system resides on a drive
  79.                 other that C, use the appropriate drive letter instead).
  80.              g) Remove the diskette from drive A and reboot the system.
  81.  
  82.         CAUTION: If you are going to be reinstalling OS/2 2.X with the dual
  83.         boot option, you MUST be able to boot DOS from your hard drive
  84.         before proceeding. See the next section if you need help on putting
  85.         DOS back on your system.
  86.  
  87.         PUTTING DOS BACK ON THE SYSTEM
  88.         ------------------------------
  89.         You may put DOS back by reinstalling your DOS package, or an
  90.         easier way is by using the DOS SYS command. To use the SYS
  91.         command, execute the following steps:
  92.  
  93.           a) Boot up a DOS bootable floppy disk.
  94.           b) If the SYS.COM file isn't already on your disk, copy it from
  95.              your DOS directory on the hard drive onto your disk.
  96.           c) Execute the following command to make your hard drive
  97.              bootable again:
  98.  
  99.                SYS C:
  100.  
  101.           d) If you have a backup copy of the DOS CONFIG.SYS and
  102.              AUTOEXEC.BAT copy them into the root directory (i.e., C:\),
  103.              overwriting the OS/2 CONFIG.SYS and AUTOEXEC.BAT. If you
  104.              don't have a backup, and installed OS/2 in a dual boot 
  105.              configuration, you may execute the following step to retrieve
  106.              the ones that OS/2 kept for you:
  107.  
  108.                COPY C:\OS2\SYSTEM\CONFIG.DOS C:\CONFIG.SYS
  109.                COPY C:\OS2\SYSTEM\AUTOEXEC.DOS C:\AUTOEXEC.BAT
  110.  
  111.           e) At this point you should be able to boot into DOS from the
  112.              hard drive.
  113.  
  114.         
  115.