home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osincddk.txt < prev    next >
Text File  |  1997-06-04  |  4KB  |  137 lines

  1. OSINCDDK - HARD DISK TO HARD DISK INSTALLATION ON LAPTOPS
  2. 01/09/97
  3.  
  4. =======================================================================
  5.                  Hard Disk to Hard Disk Installation on Laptops 
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  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 Drive to Hard Drive 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 called TEMP; type MD TEMP and 
  25.    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 containing enough disk space to place
  35.       the images and OS/2.
  36.  
  37. 4. Restart the system with the diskette drive attached. 
  38.    Create a DISKCOPY of the OS/2 Warp Diskette 1 by typing 
  39.    the following at the command prompt:
  40.  
  41.      DISKCOPY A: A:
  42.  
  43. 5. With the DISKCOPY of Diskette 1 in the drive, type 
  44.    COPY A:\CONFIG.SYS A:\CONFIG.001, then press Enter.
  45.  
  46. 6. Use a text editor to edit the CONFIG.SYS on the new Diskette 1 and 
  47.    make the following changes: 
  48.  
  49.    buffers=32
  50.    iopl=yes
  51.    memman=swap,delayswap
  52.    protshell=sysinst1.exe
  53.    set os2_shell=sysinst2.exe C:\temp
  54.    diskcache=D2,LW
  55.    protectonly=yes
  56.    libpath=.;\;\os2\dll;\os2\install;
  57.    ifs=hpfs.ifs /c:64
  58.    pauseonerror=no
  59.    codepage=850
  60.    devinfo=kbd,us,keyboard.dcp
  61.    devinfo=scr,ega,vtbl850.dcp
  62.    device=\dos.sys
  63.    device=\mouse.sys
  64.    set path=\;\os2;\os2\system;\os2\install
  65.    set dpath=\;\os2;\os2\system;\os2\install
  66.    set keys=on
  67.    basedev=ibmkbd.sys
  68.    basedev=ibm1flpy.add
  69.    basedev=ibm1s506.add /A:0 /!bm
  70.    rem basedev=ibm2flpy.add
  71.    rem basedev=ibm2adsk.add
  72.    rem basedev=ibm2scsi.add
  73.    rem basedev=ibmint13.i13
  74.    basedev=os2dasd.dmd
  75.    device=\testcfg.sys
  76.    basedev=xdfloppy.flt
  77.  
  78.    rem set os2_shell=cdinst.exe
  79.    rem set saveconnect=1
  80.    rem set cdrominst=1
  81.    rem ifs=cdfs.ifs /q
  82.    rem basedev=aha152x.add
  83.    rem basedev=aha154x.add
  84.    rem basedev=aha164x.add
  85.    rem basedev=aha174x.add
  86.    rem basedev=aic7870.add
  87.    rem basedev=btscsi.add
  88.    rem basedev=fd16-700.add
  89.    rem basedev=fd8xx.add
  90.    rem basedev=fd7000ex.add
  91.    rem basedev=dpt20xx.add
  92.    rem basedev=dac960.add
  93.    rem basedev=flashpt.add
  94.    rem basedev=ipsraid.add
  95.    rem basedev=ql10os2.add
  96.    rem basedev=ql40os2.add
  97.    rem basedev=ql510.add
  98.    rem basedev=chincds1.flt
  99.    rem basedev=hitcds1.flt
  100.    rem basedev=neccds1.flt
  101.    rem basedev=sonycds1.flt
  102.    rem basedev=toshcds1.flt
  103.    rem basedev=ibmidecd.flt
  104.    rem basedev=tmv1scsi.add
  105.    rem basedev=sony535.add
  106.    rem basedev=lms206.add
  107.    rem 154569 basedev=lms205.add
  108.    rem basedev=mitfx001.add
  109.    rem basedev=sbcd2.add
  110.    rem device=\os2cdrom.dmd
  111.    rem set os2_shell=cdboot.exe
  112.    rem set oemprogram=\ibminst\npconfig.exe
  113.    rem set exitwhendone=1
  114.  
  115.    Save and Exit the file.
  116.  
  117. 7. You can begin the OS/2 installation with the following:
  118.  
  119.    - OS/2 Warp Installation Diskette
  120.    - OS/2 Warp Diskette 1, modified as in step 6
  121.    - Diskette images in the \TEMP directory on the hard disk
  122.  
  123.    Insert the OS/2 Installation Diskette in drive A: and restart
  124.    the system. When prompted for Diskette 1, use the modified copy.
  125.  
  126. warp4
  127. ______________________________________________________________________
  128. IBM disclaims all warranties, whether express or implied, including 
  129. without limitation, warranties of fitness and merchantability with 
  130. respect to the information in this document. By furnishing this 
  131. document, IBM grants no licenses to any related patents or copyrights.  
  132. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  133. or brand names referenced in this document are the property of their 
  134. respective owners. Consult your product manuals for complete trademark 
  135. information. 
  136.  
  137.