home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / INFO / FAQS / OS2FAX1 / OSDIREMV.FAX < prev    next >
Encoding:
Text File  |  1995-01-09  |  4.1 KB  |  126 lines

  1. OSDIREMV - REMOVING OS/2 2.X FROM A SYSTEM
  2. 12/09/94
  3.  
  4. ================================================================
  5.               REMOVING OS/2 2.X FROM A SYSTEM
  6. ================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. ----------------------------------------------------------------
  10.  
  11. At times, it may be necessary to remove OS/2 from a system
  12. manually.  For example, if OS/2 has to be reinstalled, it
  13. is recommended that the existing operating system first be
  14. removed.  If you have installed OS/2 in a dual boot
  15. configuration, it is important to boot back to DOS before
  16. removing OS/2.
  17.  
  18. If you cannot boot back to DOS, instructions are in this
  19. document.
  20.  
  21.  
  22. RESOLUTION:
  23.  
  24. 1. Remove any hidden files that may exist in the OS2\BITMAP
  25.    directory.
  26.  
  27. 2. Remove all the OS/2 specific directories.
  28.  
  29. 3. Delete the OS/2 system files from the root directory.
  30.  
  31. 4. Run CHKDSK to clear up any corruption on the drive.
  32.  
  33.  
  34. PROCEDURES:
  35.  
  36. 1. Type the following commands to remove any hidden files that
  37.    may exist in the OS2\BITMAP directory, for example,
  38.    C:\OS2\BITMAP. Press Enter after each one.
  39.  
  40.              CD OS2\BITMAP
  41.              ATTRIB -s -h aaaaa.*
  42.              ERASE aaaaa.*
  43.  
  44. 2. Remove the following OS/2 specific directories:
  45.  
  46.              \OS2
  47.              \SPOOL
  48.              \PSFONTS
  49.              \NOWHERE
  50.              \DESKTOP      (may be DESKTOP2, DESKTOP3, etc.)
  51.              \OS!2_2.0_D   (OS/2 2.0 Workplace Shell directory)
  52.  
  53.  
  54. 3. Remove the OS/2 system files from the root directory:
  55.  
  56.              ATTRIB -s -r -h OS2*.*
  57.              ERASE OS2*.*
  58.  
  59.              ATTRIB -s -r -h EA?DATA.?SF
  60.              ERASE EA?DATA.?SF
  61.  
  62.              ATTRIB -s -r -h WP?ROOT.?SF
  63.              ERASE WP?ROOT.?SF
  64.  
  65. 4. To clear up any extended attribute problems that may occur,
  66.    run CHKDSK:
  67.  
  68.         a. Insert the Installation diskette into drive A.
  69.         b. Restart the system.
  70.         c. When prompted, remove the Installation diskette and
  71.            insert diskette 1. Press Enter.
  72.         d. At the Welcome screen, press Esc to go to a command
  73.            prompt.
  74.         e. Remove diskette 1 and insert diskette 2, which
  75.            contains the CHKDSK command.
  76.         f. Type the following at the command prompt:
  77.  
  78.                   CHKDSK C: /F   and press Enter.
  79.  
  80.            NOTE: If your operating system is on a drive other
  81.                  than C, use the appropriate drive letter.
  82.         g. Remove the diskette from drive A and restart the
  83.            system.
  84.  
  85. CAUTION:  If you are going to be reinstalling OS/2 2.X with the
  86. dual boot option, you MUST be able to boot DOS from your hard
  87. disk before proceeding.  Use the following instructions if you
  88. need to put DOS back on your system.
  89.  
  90.  
  91. PUTTING DOS BACK ON THE SYSTEM
  92. ----------------------------------------------------------------
  93.  
  94. You can put DOS back by reinstalling your DOS package.  An
  95. easier way is to use the DOS SYS command.  Do the following
  96. to use the SYS command:
  97.  
  98. 1.  Start the system with a DOS bootable diskette.
  99.  
  100. 2. If the SYS.COM file is not on the diskette, copy it from
  101.    the DOS directory on the hard disk to the diskette.
  102.  
  103. 3.  Type the following to make the hard disk bootable again:
  104.  
  105.                SYS C:
  106.  
  107. 4. If you have a backup copy of the DOS CONFIG.SYS and
  108.    AUTOEXEC.BAT copy them into the root directory,
  109.    overwriting the OS/2 CONFIG.SYS and AUTOEXEC.BAT.
  110.  
  111.    If you do not have a backup, and installed OS/2 in a dual boot
  112.    configuration, type the following to retreive the ones OS/2
  113.    saved:
  114.  
  115.                COPY C:\OS2\SYSTEM\CONFIG.DOS C:\CONFIG.SYS
  116.                COPY C:\OS2\SYSTEM\AUTOEXEC.DOS C:\AUTOEXEC.BAT
  117.  
  118. 5. You should now be able to boot to DOS from the hard disk.
  119.  
  120. ----------------------------------------------------------------
  121. IBM disclaims all warranties, whether express or implied,
  122. including without limitation, warranties of fitness and
  123. merchantability with respect to the information in this document.
  124. By furnishing this document, IBM grants no licenses to any
  125. related patents or copyrights.
  126.