home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / info / faq / os2_21 / mkboot.txt < prev    next >
Encoding:
Text File  |  1993-06-16  |  3.0 KB  |  112 lines

  1. Simple Procedure for Preparing a Bootable OS/2 2.1 Diskette
  2.  
  3. 93/06/13
  4.  
  5. By:  Al York       EMAIL:   alan_york@mindlink.bc.ca
  6.               COMPUSERVE:   72301,3335
  7.          
  8.  
  9. The method of making a bootable OS/2 diskette has changed
  10. slightly from OS/2 2.0 to OS/2 2.1.  This is for the GA version
  11. using FAT file system on an ISA bus computer.  Your computer
  12. must have a 1.44 meg 3.5" diskette drive as drive A: in order to boot
  13. this diskette.
  14.  
  15. I'm sure that minor improvements can be made to this procedure.
  16. Please send any suggestions to me and I'll re-distribute them.
  17.  
  18. The diskette is a 1.44 meg 3.5 inch.  There is barely enough
  19. room for the basic OS/2 system plus CHKDSK and a couple of other
  20. small programs.
  21.  
  22. During boot, error messages will be seen about file OSO001.MSG
  23. missing.  These can be ignored.  There is not enough room on the
  24. diskette for this file and it seems to work OK without it.
  25.  
  26.  
  27. 1.  Create a directory on your hard drive.  Example: MD
  28.     C:\MAKEBOOT
  29.  
  30.  
  31. 2.  Copy these files from the OS/2 2.1 INSTALLATION diskette into
  32.     the MAKEBOOT directory.:
  33.  
  34. OS2DUMP
  35. OS2KRNLI 
  36. OS2LDR
  37. OS2LDR.MSG 
  38. OS2VER
  39. SYSINSTX.COM
  40.  
  41.  
  42. 3.  Create a CONFIG.SYS with these entries.  Feel free to make
  43.     any changes to improve the CONFIG.SYS for your situation.
  44.  
  45. BUFFERS=32
  46. IOPL=YES
  47. MEMMAN=NOSWAP
  48. PROTSHELL=CMD.EXE
  49. SET OS2_SHELL=CMD.EXE
  50. DISKCACHE=64,LW
  51. BREAK=ON
  52. PROTECTONLY=YES
  53. LIBPATH=.;\
  54. PAUSEONERROR=NO
  55. DEVICE=\DOS.SYS
  56. SET PATH=.;\
  57. SET DPATH=.;\
  58. SET PROMPT=$i[$p]
  59. SET KEYS=ON
  60. BASEDEV=PRINT01.SYS
  61. BASEDEV=IBM1FLPY.ADD
  62. BASEDEV=IBM1S506.ADD
  63. BASEDEV=OS2DASD.DMD
  64. CODEPAGE=437,850
  65. DEVINFO=KBD,US,KEYBOARD.DCP
  66.  
  67.  
  68. 4.  Create the following MAKEBOOT.CMD
  69.  
  70. cls
  71. echo Build OS/2 Bootable Diskette
  72. pause 
  73. format a:
  74. sysinstx a:
  75. copy os2*.*                     a:
  76. rename a:os2krnli os2krnl
  77. copy CONFIG.SYS                 a:
  78. copy c:\os2\dll\ANSICALL.DLL    a:
  79. copy c:\os2\dll\BKSCALLS.DLL    a:
  80. copy c:\os2\dll\BMSCALLS.DLL    a:
  81. copy c:\os2\dll\BVHINIT.DLL     a:
  82. copy c:\os2\dll\BVSCALLS.DLL    a:   
  83. copy c:\os2\dll\DOSCALL1.DLL    a:  
  84. copy c:\os2\dll\KBDCALLS.DLL    a:  
  85. copy c:\os2\dll\MSG.DLL         a:
  86. copy c:\os2\dll\NAMPIPES.DLL    a:
  87. copy c:\os2\dll\NLS.DLL         a:
  88. copy c:\os2\dll\OS2CHAR.DLL     a:
  89. copy c:\os2\dll\QUECALLS.DLL    a:
  90. copy c:\os2\dll\VIOCALLS.DLL    a:
  91. copy c:\os2\dll\SESMGR.DLL      a:
  92. copy c:\os2\system\COUNTRY.SYS  a:
  93. copy c:\os2\system\HARDERR.EXE  a: 
  94. copy c:\os2\CLOCK01.SYS         a:     
  95. copy c:\os2\CMD.EXE             a:
  96. copy c:\os2\IBM1FLPY.ADD        a:
  97. copy c:\os2\IBM1S506.ADD        a: 
  98. copy c:\os2\KBD01.SYS           a:
  99. copy c:\os2\OS2DASD.DMD         a:
  100. copy c:\os2\PRINT01.SYS         a:
  101. copy c:\os2\SCREEN01.SYS        a:  
  102. copy c:\os2\DOS.SYS             a: 
  103. copy c:\os2\CHKDSK.COM          a:
  104. copy c:\os2\attrib.exe          a:
  105. copy c:\os2\format.com          a:
  106.  
  107.  
  108. 5.  Insert a blank 1.44 3.5 " diskette in drive A: and run
  109.     MAKEBOOT.
  110.  
  111. 6.  Shutdown OS/2 and boot from drive A:.
  112.