home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osindbot.txt < prev    next >
Text File  |  1997-05-08  |  7KB  |  210 lines

  1. OSINDBOT - ADDING DUAL-BOOT PROCEDURES FOR OS/2 - ALL RELEASES
  2. 01/24/96
  3.  
  4. =======================================================================
  5.          Adding Dual-Boot Procedures for OS/2--All Releases
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. This document explains how to add a Dual Boot capability to OS/2, and 
  14. how to recover from the inability to switch from DOS to OS/2 or OS/2 to 
  15. DOS.
  16.  
  17. RESOLUTION
  18.  
  19. Note: Make sure you have a backup copy of any file you intend to change.
  20.  
  21. Using Dual Boot in OS/2 Warp
  22. ----------------------------
  23. When you install OS/2 Warp using the Easy Installation method, a Dual 
  24. Boot feature is automatically set up. Dual Boot lets you switch between 
  25. OS/2 and DOS.
  26.  
  27. Dual Boot also determines which operating system should start when you 
  28. turn on the computer. Each time you shut down and restart, the computer 
  29. starts in the operating system that was used last. For example, if you 
  30. shut down your system while running DOS, the system starts in DOS the 
  31. next time you turn it on.
  32.  
  33.  
  34. If Dual Boot Does Not Work in OS/2 Warp
  35. ---------------------------------------
  36. If the BOOT command is unsuccessful when you try to switch from DOS to 
  37. OS/2, you might have programs running that take up too much memory. If 
  38. so, close the programs before using the BOOT command. If the programs 
  39. are loaded from your AUTOEXEC.BAT file, you should deactivate the 
  40. programs before using the BOOT command.
  41.  
  42.  
  43. Starting the Dual Boot Feature in OS/2
  44. --------------------------------------
  45. Use the Dual Boot function to switch from one operating system to 
  46. another.
  47.  
  48.   Switching from OS/2 to DOS
  49.   --------------------------
  50.   1. Open OS/2 System.
  51.   2. Open Command Prompts.
  52.   3. Select Dual Boot.
  53.   4. When a message appears asking if you want your system to be reset,
  54.      type Y and press Enter.
  55.  
  56.   Switching from DOS to OS/2
  57.   --------------------------
  58.   At the DOS command prompt, type C:\OS1\BOOT /OS2 and press Enter.
  59.  
  60.  
  61. Installing DOS after Installing OS/2 Warp
  62. -----------------------------------------
  63. If you installed OS/2 on drive C and formatted the drive with the FAT 
  64. file system, and DOS is not installed, your system has Dual Boot 
  65. capability. OS/2 automatically installs the Dual Boot icon. However, 
  66. you must install DOS to use the Dual Boot feature.
  67.  
  68. To add Dual Boot after installing OS/2:
  69.  
  70. 1. Open OS/2 System.
  71.  
  72. 2. Open Command Prompts.
  73.  
  74. 3. Select Dual Boot. A Warning box appears reminding you that DOS is
  75.    not installed and asks if you want to continue.
  76.  
  77. 4. Type Y and press Enter. A message indicates your system is being
  78.    prepared. When you see the warning to shut down your system, press
  79.    Enter to close the window.
  80.  
  81. 5. Shut down your system:
  82.  
  83.    a. Move the mouse pointer to a blank space on the Desktop; then
  84.       press mouse button 2. The pop-up menu appears.
  85.  
  86.    b. Select Shutdown.
  87.  
  88.    c. When prompted, turn off your computer.
  89.  
  90. 6. Install DOS as described in the instructions that came with the DOS
  91.    package.
  92.  
  93. 7. At the DOS command prompt, type C:\OS2\BOOT /OS2 and press Enter.
  94.    This returns you to the OS/2 Desktop.
  95.  
  96.  
  97. Adding Dual Boot Capability to OS/2
  98. -----------------------------------
  99. 1. At the command prompt, type E CONFIG.DOS and press Enter to edit the
  100.    CONFIG.DOS file.
  101.  
  102. 2. Add the following statement to the file:
  103.  
  104.       SHELL=C:DOS\COMMAND.COM /P /E:25
  105.  
  106. 3. Save and exit the file. If prompted for a file type, select Type...
  107.    and then Plain Text.
  108.  
  109.    If CONFIG.DOS or AUTOEXEC.DOS does not exist, create them and add
  110.    the above statement.
  111.  
  112. 4. From an OS/2 Full Screen session, type the following, pressing Enter
  113.    after each:
  114.  
  115.       CD C:\DOS
  116.       DIR COMMAND.COM
  117.  
  118.    If COMMAND.COM is not in the directory, use the following command to
  119.    copy it from the root directory, and press Enter:
  120.  
  121.       COPY C:\COMMAND.COM C:\DOS\COMMAND.COM
  122.  
  123. 5. Type BOOT /DOS and press Enter.
  124.  
  125.    When asked if you wish to continue, type Y and press Enter.
  126.  
  127. 6. After DOS starts, go to a DOS prompt and type the following, pressing
  128.    Enter after each:
  129.  
  130.       CD C\OS2
  131.       BOOT /OS2
  132.  
  133. 7. When asked if you wish to continue, type Y and press Enter. The
  134.    system restarts; then OS/2 starts.
  135.  
  136.  
  137. Recovering  Dual Boot in OS/2
  138. -----------------------------
  139. If both OS/2 and DOS are installed, but you cannot switch between them, 
  140. perform whichever of the following procedures is appropriate.
  141.  
  142.   Cannot Switch from OS/2 to DOS
  143.   ------------------------------
  144.   1. Start OS/2 from the hard disk.
  145.  
  146.   2. Shut down the system.
  147.  
  148.   3. Insert a DOS bootable diskette in drive A; then restart the system.
  149.  
  150.   4. Type the following, pressing Enter after each:
  151.  
  152.         C:
  153.        COPY C:\CONFIG.SYS C:\OS2\SYSTEM\CONFIG.OS2
  154.        COPY C:\AUTOEXEC.BAT C:\OS2\SYSTEM\AUTOEXEC.OS2
  155.        COPY C:\OS2\SYSTEM\AUTOEXEC.DOS C:\AUTOEXEC.BAT
  156.        COPY C:\OS2\SYSTEM\CONFIG.DOS C:\CONFIG.SYS
  157.        DEL C:\OS2\SYSTEM\CONFIG.DOS
  158.        DEL C:\OS2\SYSTEM\AUTOEXEC.DOS
  159.        RENAME C:\OS2\SYSTEM\BOOT.DOS C:\OS2\SYSTEM\TEMP
  160.        A:
  161.      SYS C:
  162.  
  163.   5. Remove the diskette from drive A and restart the system.
  164.  
  165.      Note: If SYS.COM cannot be found on drive A, copy it from the \DOS
  166.            subdirectory on the hard disk.
  167.  
  168.   Cannot Switch from DOS to OS/2
  169.   ------------------------------
  170.   1. Start DOS from the hard disk.
  171.  
  172.   2. Insert the Installation Diskette in drive A and restart the system.
  173.  
  174.   3. When prompted, remove the Installation Diskette and insert
  175.      Diskette 1.
  176.  
  177.   3. When the Welcome screen appears, press Esc to get to the command
  178.      prompt.
  179.  
  180.   4. At the A: prompt, type C: and press Enter.
  181.  
  182.   5. Type the following, pressing Enter after each:
  183.  
  184.         COPY C:\CONFIG.SYS C:\OS2\SYSTEM\CONFIG.DOS
  185.         COPY C:\AUTOEXEC.BAT C:\OS2\SYSTEM\AUTOEXEC.DOS
  186.         COPY C:\OS2\SYSTEM\AUTOEXEC.OS2 C:\AUTOEXEC.BAT
  187.         COPY C:\OS2\SYSTEM\CONFIG.OS2 C:\CONFIG.SYS
  188.         DEL C:\OS2\SYSTEM\CONFIG.OS2
  189.         DEL C:\OS2\SYSTEM\AUTOEXEC.OS2
  190.         RENAME C:\OS2\SYSTEM\BOOT.OS2 BOOT.OLD
  191.         A:
  192.  
  193.   6. Insert the Installation Diskette in drive A; then type SYSINSTX C:
  194.      and press Enter.
  195.  
  196.   7. Remove the diskette from drive A and restart the system.
  197.  
  198.      Note: If SYS.COM cannot be found on drive A, copy it from the \DOS
  199.            subdirectory on the hard disk.
  200.  
  201. ______________________________________________________________________
  202. IBM disclaims all warranties, whether express or implied, including 
  203. without limitation, warranties of fitness and merchantability with 
  204. respect to the information in this document. By furnishing this 
  205. document, IBM grants no licenses to any related patents or copyrights.  
  206. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  207. or brand names referenced in this document are the property of their 
  208. respective owners. Consult your product manuals for complete trademark 
  209. information. 
  210.