home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osinhdlt.txt < prev    next >
Text File  |  1997-06-08  |  3KB  |  87 lines

  1. OSINHDLT - HARD DISK TO HARD DISK INSTALLATION FOR LAPTOPS WITH 
  2. SWAPPABLE CD-ROM AND DISKETTE DRIVES
  3. 11/14/96
  4. =======================================================================
  5. Hard Disk to Hard Disk Installation for Laptops with Swappable CD-ROM 
  6. and Diskette Drives
  7. =======================================================================
  8.  
  9. Please Read Entire Document for Full Explanation of Procedures
  10. --------------------------------------------------------------
  11. DESCRIPTION
  12.  
  13. This document describes the steps necessary to install OS/2 Warp from 
  14. the hard drive on laptop systems which cannot use the diskette drive 
  15. and CD-ROM drive at the same time.
  16.  
  17. RESOLUTION
  18.  
  19. Hard Disk to Hard Disk Installation
  20.  
  21. 1. Start your system with the CD-ROM drive attached and the OS/2 Warp 
  22.    CD-ROM in the drive.
  23.  
  24. 2. Make a temporary directory on the hard drive called TEMP; type MD 
  25.    TEMP, then press Enter.
  26.  
  27. 3. Type
  28.  
  29.    XCOPY X:\OS2IMAGE\*.* /S C:\TEMP and press Enter.
  30.  
  31.    where:
  32.  
  33.    X: is the CD-ROM drive, and
  34.    C: is a drive that contains enough disk space to place
  35.       the images and OS/2 (approximately 190 MB for OS/2 Warp 4).
  36.  
  37. 4. Type the following:
  38.  
  39.    MD C:\DISK1, then press Enter
  40.    XCOPY X:\OS2IMAGE\DISK_1\*.* C:\DISK1, then press Enter
  41.  
  42.    where:
  43.  
  44.    X: is the CD-ROM drive, and 
  45.    C: is a partition on the hard drive.
  46.  
  47. 5. Swap in the diskette drive; insert a formatted diskette and type the 
  48.    following:
  49.  
  50.    XCOPY C:\DISK1\*.* A:\, then press Enter
  51.    LABEL A: DISK 1, then press Enter
  52.  
  53. 6. Edit the CONFIG.SYS on the new DISK 1.
  54.  
  55.    Change: SET OS2_SHELL=SYSINST2.EXE
  56.    To:     SET OS2_SHELL=SYSINST2.EXE C:\TEMP
  57.  
  58.    Save and Exit the file.
  59.  
  60. 7. To start the installation you will need the following:
  61.  
  62.    - The original OS/2 Warp Installation Diskette
  63.    - The modified DISK 1
  64.    - The original DISK 2 (for OS/2 Warp 4 only)
  65.    - Diskette images in the TEMP directory on the hard disk
  66.  
  67.    Insert the OS/2 Installation Diskette in drive A: and restart
  68.    your system. Insert the modified DISK 1 when prompted for DISK 1.
  69.  
  70.  
  71.  
  72.  
  73.  
  74. warp4
  75. ______________________________________________________________________
  76. IBM disclaims all warranties, whether express or implied, including 
  77. without limitation, warranties of fitness and merchantability with 
  78. respect to the information in this document. By furnishing this 
  79. document, IBM grants no licenses to any related patents or copyrights.  
  80. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  81. or brand names referenced in this document are the property of their 
  82. respective owners. Consult your product manuals for complete trademark 
  83. information. 
  84.  
  85.  
  86.  
  87.