home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / INDBOT.FAX < prev    next >
Text File  |  1995-01-09  |  5KB  |  154 lines

  1. OSINDBOT - DUALBOOT PROCEDURES FOR OS/2 2.X, WARP
  2. 11/23/94
  3.  
  4. ================================================================
  5.           DUALBOOT PROCEDURES for OS/2 2.X, WARP
  6. ================================================================
  7.  
  8. Please Read Entire Document for Full Explanaiton of Procedures
  9. -----------------------------------------------------------------
  10.  
  11. This document explains how to add DUALBOOT capability to OS/2
  12. and how to recover from the inability to boot from DOS to OS/2
  13. or OS/2 to DOS.
  14.  
  15. ----------------------------------------------------------------
  16. USING DUAL BOOT IN OS/2 WARP
  17.  
  18. When you install OS/2 Warp, using the Easy Installation method, a
  19. Dual Boot feature is automatically set up.  Dual Boot lets you
  20. switch back and forth between OS/2 and DOS.
  21.  
  22. Dual Boot also determines which operating system should start
  23. when you turn on the computer.  Each time you shut down and
  24. restart, the computer starts in the operating system was last
  25. being used.  For example, if you shut down your system while
  26. running DOS, the system starts in DOS the next time you turn on
  27. your computer.
  28.  
  29.  
  30. IF DUAL BOOT DOES NOT WORK IN OS/2 WARP:
  31.  
  32. If the BOOT command is unsuccessful when you try to switch from
  33. DOS to OS/2, you may have programs running that take up too much
  34. memory.  If so, close the programs before you use the BOOT
  35. command.  If the programs are loaded from your AUTOEXEC.BAT file,
  36. you should deactivate the programs before using the BOOT command.
  37. ================================================================
  38.  
  39. STARTING THE DUAL BOOT FEATURE IN OS/2 2.x, WARP:
  40.  
  41. Use the Dual Boot feuncion to switch from one operating system
  42. to another:
  43.  
  44.   - To switch from OS/2 to DOS:
  45.     1. Open OS/2 System Icon.
  46.     2. Open Command Prompts Icon.
  47.     3. Open Dual Boot Icon.
  48.     4. When a message appears asking if you want your system to
  49.        be reset, type:
  50.               Y    and press Enter
  51.  
  52.   - To switch from DOS to OS/2:
  53.     1. At the DOS command prompt, type:
  54.                C:\OS1\BOOT /OS2   and press Enter
  55.  
  56.  
  57. ================================================================
  58.  
  59. ADDING DUAL BOOT CAPABILITY TO OS/2 2.X:
  60.  
  61. Edit the CONFIG.DOS file.
  62. 1.  At the command prompt, type:
  63.          E CONFIG.DOS        and press Enter
  64.  
  65. 2.  Type the following line tin the file:
  66.          SHELL=C:DOS\COMMAND.COM /P /E:25     and press Enter
  67.  
  68. 3.  Save the file and close the editor.
  69.     If prompted for file type select TYPE the set PLAIN TEXT.
  70.  
  71.     If CONFIG.DOS or AUTOEXEC.DOS do not exist, create them
  72.     and add the above statement.
  73.  
  74. 4.  From an OS/2 Full screen session, type:
  75.  
  76.                   CD C:\DOS                 and press Enter
  77.                   DIR COMMAND.COM           and press Enter
  78.  
  79.     If COMMAND.COM does not show in the directory, use the
  80.     following command to COPY it from the root directory.
  81.  
  82.          COPY C:\COMMAND.COM C:\DOS\COMMAND.COM  and press Enter
  83.          BOOT /DOS                               and press Enter
  84.  
  85.     A message appears asking if you wish to continue?  Answer Y
  86.     for yes.  The system restart and DOS starts.
  87.  
  88.     After DOS starts go to a DOS prompt.
  89.                        CD C\OS2
  90.                        BOOT /OS2
  91.  
  92. A message appears asking if you wish to continue?  Answer Y for
  93. yes.  System restarts and OS/2 starts.
  94.  
  95.  
  96.  
  97. RECOVERING DUALBOOT IN OS/2 2.X:  DOS TO OS/2 OR OS/2 TO DOS
  98. ----------------------------------------------------------------
  99. The following procedure allows recovery from the inability to
  100. DUALBOOT from DOS to OS/2 or OS/2 to DOS.  This assumes the
  101. installation of OS/2 and DOS is completed.
  102.  
  103.  
  104. PROBLEM 1:  NOT ABLE TO DUALBOOT FROM OS/2 TO DOS (hangs)
  105.  
  106. PROCEDURE:
  107.  
  108. 1. Start OS/2 from the hard disk.
  109. 2. Shutdown the system.
  110. 3. Insert DOS bootable diskette in drive A:  and restart system.
  111. 4. Type the following commands, and press Enter after each one:
  112.           C:
  113.           COPY C:\CONFIG.SYS C:\OS2\SYSTEM\CONFIG.OS2
  114.           COPY C:\AUTOEX0EC.BAT C:\OS2\SYSTEM\AUTOEXEC.OS2
  115.           COPY C:\OS2\SYSTEM\AUTOEXEC.DOS C:\AUTOEXEC.BAT
  116.           COPY C:\OS2\SYSTEM\CONFIG.DOS C:\CONFIG.SYS
  117.           DEL C:\OS2\SYSTEM\CONFIG.DOS
  118.           DEL C:\OS2\SYSTEM\AUTOEXEC.DOS
  119.           RENAME C:\OS2\SYSTEM\BOOT.DOS C:\OS2\SYSTEM\TEMP
  120.           A:
  121.           SYS C:
  122. 5. Remove diskette from drive A:  and restart the system.
  123.  
  124.    NOTE: If SYS.COM can not be found in drive A:, copy it from
  125.          your \DOS subdirectory on the hard disk.
  126.  
  127.  
  128. PROBLEM 2:  NOT ABLE TO GO FROM DOS TO OS/2 (hangs)
  129.  
  130. PROCEDURE:
  131.  
  132. 1. Start DOS from hard disk.
  133. 2. Restart system using the Installation Diskette and Diskette 1
  134. 3. Press Esc at the Welcome Screen.
  135. 4. At the A:  prompt, type:   C:  and press Enter
  136. 5. Type the following commands, and press Enter after each one:
  137.        COPY C:\CONFIG.SYS C:\OS2\SYSTEM\CONFIG.DOS
  138.        COPY C:\AUTOEX0EC.BAT C:\OS2\SYSTEM\AUTOEXEC.DOS
  139.        COPY C:\OS2\SYSTEM\AUTOEXEC.OS2 C:\AUTOEXEC.BAT
  140.        COPY C:\OS2\SYSTEM\CONFIG.OS2 C:\CONFIG.SYS
  141.        DEL C:\OS2\SYSTEM\CONFIG.OS2
  142.        DEL C:\OS2\SYSTEM\AUTOEXEC.OS2
  143.        RENAME C:\OS2\SYSTEM\BOOT.OS2 C:\OS2\SYSTEM\TEMP
  144.        A:
  145.        SYSINSTX C:
  146. 6. Remove diskette from drive A: and restart the system.
  147.  
  148.  
  149.    NOTE: If SYS.COM can not be found in drive A:, copy it from
  150.          your \DOS subdirectory on the hard disk.
  151.  
  152.  
  153.  
  154.