home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / BOOTDK.FAX < prev    next >
Text File  |  1994-12-08  |  12KB  |  301 lines

  1. Creating a single BOOT DISK in 2.1   (CP 6/24/94
  2.  
  3.  
  4.  
  5. OS2BOOT.FAX                                 CREATING A BOOT DISK
  6.  
  7.  
  8.  
  9. ****************************************************************
  10.    How to create a single bootable diskette for OS/2 2.1
  11.    Creating a 2.11 bootable diskette from the CSD XR6200
  12. ****************************************************************
  13.  
  14.  
  15. CREATING A BOOT DISK FOR OS/2 2.1
  16. ----------------------------------------------------------------
  17.  
  18. There is a program available that automatically creates a
  19. boot disk using your install disk and disk 1. The program is
  20. named BOOTD21 (for OS/2 2.1), and is available on CompuServe, IBM
  21. NSC BBS, and on many other OS/2 Bulletin Boards.  Note the name
  22. of file is BOOT21.ZIP on the BBS in Raliegh and/or other BBS's.
  23.  
  24. If you do not have access to these sources or do not have a
  25. modem, you can manually create a single boot diskette using the
  26. OS/2 installation diskette, diskette #1, and a blank formatted
  27. floppy disk.  The procedure is as follows:
  28.  
  29. 1. Copy file named SYSINSTX.COM from Installation diskette to the
  30.    \OS2 subdirectory on your hard drive.
  31.  
  32. 2. Make a temporary subdirectory on your hard drive called
  33.    BOOTOS2, and copy the files named KEYBOARD.DCP and
  34.    SYSINST1.EXE from OS/2 Diskette #1 to the newly created
  35.    BOOTOS2 subdirectory on your hard drive.
  36.  
  37. 3. Prepare your blank floppy disk by placing it in the A:  drive,
  38.    and from an OS/2 Command prompt, type:
  39.  
  40.                        SYSINSTX A:
  41.  
  42.    This will transfer necessary boot files to the floppy.  From
  43.    this point on, we will call this the boot disk.
  44. 4. Use following commands to show hidden system files on your
  45.    hard drive:
  46.                        ATTRIB -S -H -R OS2KRNL
  47.                        ATTRIB -S -H -R OS2LDR
  48.                        ATTRIB -S -H -R OS2LDR.MSG
  49.  
  50.    These commands will remove system, hidden, and read-only bits
  51.    from the OS2KRNL, OS2LDR, and OS2LDR.MSG files. This way, they
  52.    can be copied from disk to disk.
  53.  
  54. 5. Copy OS2KRNL, OS2LDR, and OS2LDR.MSG from the root directory
  55.    of your hard disk to your new boot disk.
  56.  
  57.              Example:  COPY C:\OS2KRNL A:
  58.  
  59.    Once you have copied all three files, you can place files back
  60.    to their original state using the ATTRIB command:
  61.  
  62.                        ATTRIB +S +H +R OS2KRNL
  63.                        ATTRIB +S +H +R OS2LDR
  64.                        ATTRIB +S +H +R OS2LDR.MSG
  65. 6. Copy files named KEYBOARD.DCP and SYSINST1.EXE from \BOOTOS2
  66.    subdirectory on your hard drive to boot disk.
  67.  
  68.              Example:  COPY C:\BOOTOS2\KEYBOARD.DCP A:
  69.  
  70. 7. Copy following files from the \OS2\DLL subdirectory to your
  71.    boot disk:
  72.                        ANSICALL.DLL
  73.                        DOSCALL1.DLL
  74.                        NLS.DLL
  75.                        NPXEMLTR.DLL
  76.                        BKSCALLS.DLL
  77.                        KBDCALLS.DLL
  78.                        OS2CHAR.DLL
  79.                        BMSCALLS.DLL
  80.                        MOUCALLS.DLL
  81.                        QUECALLS.DLL
  82.                        BVHINIT.DLL
  83.                        MSG.DLL
  84.                        SESMGR.DLL
  85.                        BVSCALLS.DLL
  86.                        NAMPIPES.DLL
  87.                        VIOCALLS.DLL
  88.  
  89. 8. Copy files named HARDERR.EXE and COUNTRY.SYS from \OS2\SYSTEM
  90.    subdirectory to the boot disk.
  91.  
  92. 9. Copy file named SYSLEVEL.OS2 from the \OS2\INSTALL
  93.    subdirectory to the boot disk.
  94.  
  95. 10.Copy files named CMD.EXE, DOS.SYS, IBMINT13.I13, and
  96.    OS2DASD.DMD from \OS2 subdirectory on your hard drive to boot
  97.    disk.  If you are using HPFS, copy the file named HPFS.IFS as
  98.    well.
  99.  
  100. 11.The remainder of files depend on type of machine you have.  If
  101.    you have an ISA-bus or EISA system:
  102.  
  103.    Copy files named CLOCK01.SYS, KBD01.SYS, PRINT01.SYS,
  104.    SCREEN01.SYS, and IBM1FLPY.ADD from \OS2 subdirectory on your
  105.    hard drive to the boot disk.
  106.  
  107.    If you have a Microchannel bus system (IBM PS/2):
  108.  
  109.    Copy files named CLOCK02.SYS, KBD02.SYS, PRINT02.SYS,
  110.    SCREEN02.SYS, and IBM2FLPY.ADD.  Also, for PS/2 system, create
  111.    an ABIOS.SYS file on boot disk by typing from the command
  112.    line:
  113.                        ECHO . > A:\ABIOS.SYS
  114.  
  115. 12.The last file depends on whether or not you have a SCSI hard
  116.    drive in your system.  If so, you also need to copy
  117.    IBM2SCSI.ADD from \OS2 subdirectory of your hard
  118.    drive.  If NOT, copy IBM1S506.ADD to boot disk instead.
  119.  
  120. 13.Now that all of the necessary files have been copied to boot
  121.    disk, you must create a CONFIG.SYS file on disk to include the
  122.    following statements:
  123.  
  124.                        IFS=HPFS.IFS /CACHE:64
  125.                        BUFFERS=32
  126.                        IOPL=YES
  127.                        MEMMAN=NOSWAP
  128.                        SET PROMPT $P$I$G
  129.                        PROTSHELL=SYSINST1.EXE
  130.                        SET OS2_SHELL=CMD.EXE
  131.                        DISKCACHE=64,LW
  132.                        PROTECTONLY=YES
  133.                        LIBPATH=.;\;
  134.                        PAUSEONERROR=NO
  135.                        CODEPAGE=850
  136.                        DEVINFO=SCR,EGA,\OS2\VTB850.DCP
  137.                        DEVINFO=KBD,US,KEYBOARD.DCP
  138.                        DEVICE=\DOS.SYS
  139.                        SET PATH=.;\
  140.                        SET DPATH=\;
  141.                        SET KEYS=ON
  142.                        BASEDEV=PRINT01.SYS     (or PRINT02.SYS)
  143.                        BASEDEV=IBM1FLPY.ADD    (or IBM2FLPY.ADD)
  144.                        BASEDEV=IBMINT13.I13
  145.                        BASEDEV=OS2DASD.DMD
  146.  
  147. If you have a SCSI hard drive, add the following line:
  148. BASEDEV=IBM2SCSI.ADD If you do not have a SCSI hard drive, add
  149. the following line:  BASEDEV=IBM1S506.ADD
  150.  
  151. You now have a single boot disk prepared for use.  To test disk,
  152. shutdown your desktop, and place boot disk in the A:  drive.
  153. Once shutdown has completed, reboot your machine to test the
  154. disk.  It is also a good idea to copy CHKDSK.COM and UHPFS.DLL
  155. (only if using HPFS) to another blank diskette which you can run
  156. CHKDSK from.
  157.  
  158.  
  159.  
  160. =============================================================
  161. Creating a 2.11 bootable diskette from the CSD XR6200
  162. =============================================================
  163.  
  164.  
  165. It is recommended that you create bootable disks for your
  166. system prior to installing the Service Pack 1 (SP1).
  167. Having the bootable disks will allow you to run such system
  168. commands as CHKDSK, ATTRIB and others, if needed.  Here are
  169. the options for creating the OS/2 2.11 bootable disks for
  170. your system:
  171.  
  172. You can create OS/2 SP1 bootable disks by using one of the
  173. two (2) following methods:
  174.  
  175. A) Use this method if you have not applied the SP1 to your
  176.    system or have applied the SP1 and can boot to hard drive.
  177.  
  178.   1) Boot OS/2 or any DOS version access to the ATTRIB and
  179.      DISKCOPY commands.  If machine is up and running, boot
  180.      from the hard drive, and go to a command prompt.
  181.  
  182.   2) Make a diskcopy of SP1 Disk #1 and Disk #2 by entering the
  183.      following command for each disk:
  184.  
  185.                    DISKCOPY a:  a:
  186.  
  187.   3) Insert the diskcopy of disk #2 and remove the read only
  188.      attribute from the config.sys file, Type,
  189.                   ATTRIB a:\config.sys -r
  190.  
  191.   4) Replace the following line in the config.sys:
  192.  
  193.                  SET OS/2_SHELL=FSERVICE.EXE
  194.                         to
  195.                  SET os2_shell=cmd.exe
  196.  
  197.      This will change the shell statement in the config.sys,
  198.      and allow you to boot to the command prompt using the
  199.      SP1 disk #1 and the modified copy of SP1 disk #2.
  200.  
  201.      You will be brought to an OS/2 a:  drive command prompt
  202.      after booting these two (2) diskettes.
  203.  
  204. B)  If you have already installed the SP1 on your system and
  205.     you are unable to boot from the harddrive:
  206.  
  207.   1) Boot from the SP1 disk #1, and when prompted for disk
  208.      #2, insert OS/2 2.1 GA disk #1.
  209.  
  210.   2) Escape to the command prompt from the welcome screen when
  211.      prompted to enter to continue or escape to cancel.
  212.  
  213.   3) The prompt will state OS/2 2.1, but you will be able to use
  214.      2.11 system commands such as ATTRIB and DISKCOPY.  It is
  215.      important to note at this point you are using a mix level
  216.      of code (2.1 & 2.11), this is only a work around for using
  217.      the ATTRIB and DISKCOPY commands.  Other commands, such as
  218.      CHKDSK should not be run.  At this point you should be able
  219.      to follow above steps A2-A4, to create correct boot disks.
  220.  
  221.  
  222.  
  223.  
  224.  CHKDSK Diskette (optional, but recommended)
  225.  -------------------------------------------
  226.  
  227.  It is recommended that you make an additional diskette that
  228.  can be used to run CHKDSK when booted from the floppy
  229.  drive.  You can easily do this once the SP1 has been
  230.  installed by the following steps:
  231.  
  232.  1) Inserting a formatted diskette into the a:  drive.
  233.  
  234.  2) Copy OS/2 2.11 file CHKDSK.COM to diskette, Type,
  235.  
  236.         COPY x:\os2\chkdsk.com a:
  237.  
  238.  3) Copy OS/2 2.11 file UHPFS.DLL to diskette, Type,
  239.  
  240.          COPY  x:\os2\dll\uhpfs.dll a:
  241.  
  242.        Note:  x:  is your OS2 boot drive.
  243.  
  244.  This diskette can be inserted into the A:  drive and CHKDSK
  245.  can be run after you have booted from your 2.11 boot
  246.  diskettes.
  247.  
  248.  
  249.  
  250. ================  Trouble Shooting  =================
  251.  
  252.  HPFS drive access -----------------
  253.  In cases where you cannot access an HPFS partition on the hard
  254.  drive and you are prompted to run CHKDSK, perform procedure A
  255.  above and use the optional CHKDSK diskette described above.
  256.  
  257.  ---> Error message:  The name specified is not recognized
  258.  as an internal or external command.
  259.  
  260.  This error message will occur when the command file is not
  261.  present in the current directory or any of the path defined
  262.  directories.  For example if from the a:  drive prompt
  263.  ATTRIB config.sys -r gave this error, the system cannot
  264.  find the ATTRIB command or the config.sys file.
  265.  
  266.  To correct this error you would need to include a path to
  267.  where the command could be found or make sure the file the
  268.  command is acting upon is located on the drive.
  269.  
  270.  ----> Error message:  SYS1210:  You are using an incorrect
  271.  version of the operating system.
  272.  
  273.  This error indicates that the command file and the version
  274.  of the operating system booted do not match.  You can
  275.  correct this by using the proper command file from the OS/2
  276.  version that is booted.
  277.  
  278. *************************************************************
  279. DISCLAIMER:  The information contained in this document is
  280. distributed "AS IS" without any warranties of any kind either
  281. express or implied.  IBM will not be responsible for any direct,
  282. incidental, consequential, special or indirect damages.  IBM
  283. EXPRESSLY DISCLAIMS ANY IMPLIED WARRANTY OF MERCHANTABILITY AND
  284. ANY IMPLIED WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE.
  285.  
  286. The use of this information or implementation of any of these
  287. techniques is sole responsibility of customer and depends on
  288. customer's ability to evaluate and integrate this information or
  289. implementation into the customer's operational environment.
  290. -----------------------------------------------------------------
  291. BOCA CBRX TEAM 02/94.
  292. If you have any comments or suggestions concerning our Faxes,
  293. please send a note to:  IBM Corporation
  294.                         Boca CBRX Team
  295.                         P.O.  Box 1328
  296.                         Zip 1026
  297.                         Boca Raton, FL 33429
  298.  
  299.  
  300. 12/31/99
  301.