home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / info / faq / os2_20 / os2help / makeini.fax < prev    next >
Encoding:
Text File  |  1992-09-17  |  6.7 KB  |  124 lines

  1. METHODS FOR RESTORING A CORRUPTED DESKTOP
  2. -----------------------------------------
  3.  
  4. There may be cases where your desktop may have been corrupted. An example
  5. is if you booted DOS and tried to rearrange your hard disk and corrupted
  6. either INI files or Extended Attributes. The following mechanisms have
  7. been implemented to help in these cases.  There a 3 methods of restoring
  8. your desktop.
  9.  
  10.  
  11. Method (1)
  12. The first method tries to migrate your current desktop configuration by
  13. merging  new initialization files with your corrupt initialization files.
  14.  
  15.  
  16.       1)    Restart your computer using the OS/2 Installation Diskette;
  17.             then insert disk #1 when prompted.
  18.       2)    When the IBM logo appears with the options to 'Enter' to
  19.             continue or 'ESC' to cancel; press 'ESC' to cancel.  This will
  20.             drop you off  at the A: prompt.
  21.       3)    Change to the drive containing OS/2.  Then switch to the OS2
  22.             sub-directory ( Ex. C:\OS2> ).
  23.       4)    At the command line type:
  24.                   MAKEINI OS2.INI INI.RC  (Press 'ENTER')
  25.                   MAKEINI OS2SYS.INI INISYS.RC  (Press 'ENTER')
  26.       5)    At the command line use the attrib command to delete the
  27.             hidden file WP ROOT. SF in the OS2 startable partition.
  28.             At the command line type:
  29.                   ATTRIB C:\WP?ROOT.?SF -s -r -h
  30.                   DEL    C:\WP?ROOT.?SF
  31.       6)    Re-boot your computer by pressing CTRL-ALT-DEL.  This should
  32.             re-build your desktop to your current desktop by replacing the
  33.             corrupt .ini files with new .ini files created with the
  34.             MAKEINI commands.
  35.       7)    It is highly recommended to do an IMMEDIATE shutdown after the
  36.             system is installed to make sure that all programs and files
  37.             have been associated correctly.  Use the system shutdown the
  38.             system menu by clicking with the right mouse button on the
  39.             desktop (*not on any icon*) and a system menu with the
  40.             shutdown option in the middle.
  41.  
  42.  
  43. Method (2)
  44. This method copies your original desktop and initialization file and then
  45. generates new files from copies that are stored in the OS2\INSTALL sub-
  46. directory.  This method will not save shadow copies of icons or extended
  47. services icons on your desktop.  This will start the tutorial and generate
  48. the desktop as though you have just finished the installation process.
  49.  
  50.       1)    If possible do a controlled 'Shutdown' of OS2.
  51.       2)    Re-boot your system by pressing CTRL-ALT-DEL.
  52.       3)    As soon as you hear a single beep, or you press 'Enter' at the
  53.             Boot Manager menu or password prompt; Press and HOLD ALT-F1
  54.             keys.  Hold these keys down until the keyboard buffer is full,
  55.             the buffer is full when a rapid beeping sound is heard.
  56.       4)    Release keys after the buffer is filled.
  57.       5)    The system will boot past the normal 'Black' OS2 Colored
  58.             Circles and then will a note saying that 3 files have been
  59.             renamed and re-created from copies in the OS2\INSTALL sub-
  60.             directory.
  61.       6)    Your system should now return to the original desktop.  This
  62.             process can take up to 10 minutes.  Sometimes the tutorial
  63.             will start-up again and you may wish to review the tutorial
  64.             while your desktop is being generated.
  65.       7)    It is highly recommended to do an IMMEDIATE shutdown after the
  66.             system is installed to make sure that all programs and files
  67.             have been associated correctly.  Use the system shutdown the
  68.             system menu by clicking with the right mouse button on the
  69.             desktop (*not on any icon*) and a system menu with the
  70.             shutdown option in the middle.
  71.  
  72. Method (3)
  73. If the above methods do not work this is a manual way of re-installing
  74. without having to install with the diskettes.
  75.  
  76.       1)    Restart your computer using the OS/2 Installation Diskette;
  77.             then insert disk #1 when prompted.
  78.       2)    When the IBM logo appears with the options to 'Enter' to
  79.             continue or 'ESC' to cancel; press 'ESC' to cancel.  This will
  80.             drop you off  at the A: prompt.
  81.       3)    Change to the drive containing OS/2.  Then switch to the OS2
  82.             sub-directory ( Ex. C:\OS2> ).
  83.       4)    At the command line type:
  84.                   MAKEINI OS2.INI INI.RC  (Press 'ENTER')
  85.                   MAKEINI OS2SYS.INI INISYS.RC  (Press 'ENTER')
  86.       5)    At the command line use the attrib command to delete the
  87.             hidden file WP ROOT. SF in the OS2 startable partition.
  88.             At the command line type:
  89.                   ATTRIB C:\WP?ROOT.?SF -s -r -h
  90.                   DEL    C:\WP?ROOT.?SF
  91.       6)    Change to the desktop sub-directory and remove all the
  92.             subsequent sub-directories located beneath the desktop
  93.             directory.  The desktop directory in a FAT system is named
  94.             OS!2_2.0_D and HPFS is named
  95.             OS!2 2.0 DESKTOP.  In order to change to the sub-directory
  96.             type:
  97.                   CD OS!2_2.0_D    (For FAT system)
  98.                   CD "OS!2 2.0 DESKTOP"     (For HPFS system)
  99.             To remove sub-directories issue the 'RD subdir' to remove sub-
  100.             directories where subdir is the name of the sub-directory to
  101.             be deleted.
  102.             ***NOTE :  In FAT systems blanks in folder names are
  103.             represented by underscores '_', and in HPFS folder names with
  104.             blanks in them must be enclosed in double quotes '"'.
  105.       7)    Re-boot your computer by pressing CTRL-ALT-DEL.  This should
  106.             re-build your desktop to your current desktop by replacing the
  107.             corrupt .ini files with new .ini files created with the
  108.             MAKEINI commands.
  109.       8)    It is highly recommended to do an IMMEDIATE shutdown after the
  110.             system is installed to make sure that all programs and files
  111.             have been associated correctly.  Use the system shutdown the
  112.             system menu by clicking with the right mouse button on the
  113.             desktop (*not on any icon*) and a system menu with the
  114.             shutdown option in the middle.
  115.  
  116.  
  117. -------------------------------------------------------------------------------
  118. Thank you for calling the OS/2 2.0 Support Line.  Regarding the problem
  119. reported to the Support Line, we feel that this information may assist
  120. you in resoloving your problem.  If you still require assistance, please
  121. call 1-800-237-5511, and reference your customer number and problem (PMR)
  122. number.  Your Problem Record Number (PMR) should appear on the cover
  123. page of this faxed document.
  124.