home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / INFO / FAQS / OS2FAXES / OSDIREMV.FAX < prev    next >
Encoding:
Text File  |  1994-12-22  |  4.2 KB  |  128 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 (i.e., C:\OS2\BITMAP).
  38.    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. Note:  If you use a program atha
  54. removes entire directory trees, such as the DOS Shell.
  55.  
  56. 3. Remove the OS/2 system files from the root directory:
  57.  
  58.              ATTRIB -s -r -h OS2*.*
  59.              ERASE OS2*.*
  60.  
  61.              ATTRIB -s -r -h EA?DATA.?SF
  62.              ERASE EA?DATA.?SF
  63.  
  64.              ATTRIB -s -r -h WP?ROOT.?SF
  65.              ERASE WP?ROOT.?SF
  66.  
  67. 4. To clear up any extended attribute problems that may occur,
  68.    run CHKDSK:
  69.  
  70.         a) Insert the Installation diskette into drive A.
  71.         b) Restart the system.
  72.         c) When prompted, remove the Installation diskette and
  73.            insert diskette 1. Press Enter.
  74.         d) At the Welcome screen, press Esc to go to a command
  75.            prompt.
  76.         e) Remove diskette 1 and insert diskette 2, which
  77.            contains the CHKDSK command.
  78.         f) Type the following at the command prompt:
  79.  
  80.                   CHKDSK C: /F   and press Enter.
  81.  
  82.            NOTE: If your operating system is on a drive other
  83.                  than C, use the appropriate drive letter.
  84.         g) Remove the diskette from drive A and restart the
  85.            system.
  86.  
  87. CAUTION:  If you are going to be reinstalling OS/2 2.X with the
  88. dual boot option, you MUST be able to boot DOS from your hard
  89. disk before proceeding.  Use the following instructions if you
  90. need to put DOS back on your system.
  91.  
  92.  
  93. PUTTING DOS BACK ON THE SYSTEM
  94. ----------------------------------------------------------------
  95.  
  96. You can put DOS back by reinstalling your DOS package.  An
  97. easier way is to use the DOS SYS command.  Do the following
  98. to use the SYS command:
  99.  
  100. 1.  Start the system with a DOS bootable diskette.
  101.  
  102. 2. If the SYS.COM file is not on the diskette, copy it from
  103.    the DOS directory on the hard disk to the diskette.
  104.  
  105. 3.  Type the following to make the hard disk bootable again:
  106.  
  107.                SYS C:
  108.  
  109. 4. If you have a backup copy of the DOS CONFIG.SYS and
  110.    AUTOEXEC.BAT copy them into the root directory (i.e., C:\),
  111.    overwriting the OS/2 CONFIG.SYS and AUTOEXEC.BAT.
  112.  
  113.    If you do not have a backup, and installed OS/2 in a dual boot
  114.    configuration, you can step to retrieve the ones that OS/2
  115.    kept for you by typing:
  116.  
  117.                COPY C:\OS2\SYSTEM\CONFIG.DOS C:\CONFIG.SYS
  118.                COPY C:\OS2\SYSTEM\AUTOEXEC.DOS C:\AUTOEXEC.BAT
  119.  
  120. 5. You should now be able to boot to DOS from the hard disk.
  121.  
  122. ----------------------------------------------------------------
  123. IBM disclaims all warranties, whether express or implied,
  124. including without limitation, warranties of fitness and
  125. merchantability with respect to the information in this document.
  126. By furnishing this document, IBM grants no licenses to any
  127. related patents or copyrights.
  128.