home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / misc2 / boot.lzh / BOOT.DOC < prev    next >
Text File  |  1985-07-27  |  6KB  |  254 lines

  1.  
  2.  
  3.             BOOT Version 2.4
  4.             ================
  5.                     
  6.  
  7.     Comments to:-        John Bromhead
  8.                  Rainbow Country Support
  9.                 Basingstoke,England
  10.                  Tel:      44-256-59200
  11.                  DECNET:   PERCH::BROMHEAD
  12.  
  13.  
  14.  
  15.  
  16.             Index to this document
  17.             ----------------------
  18.  
  19.         1)What is it?
  20.         2)What is supported
  21.         3)How to install 
  22.         4)Modes of operation
  23.         5)Error messages
  24.         6)Help Screen
  25.         7)Ideas for use
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. 1)What is it?
  35. -------------
  36.  
  37.     This program allow users in CPM or MSDOS to BOOT another
  38.     partition on their winchester without going through the
  39.     SETUP/CONTROL/SETUP followed by the TESTING process.
  40.  
  41.     The main reason for its design was to allow Personal Computer
  42.     Support people at our Customer Support Centers to quickly
  43.     respond to calls.
  44.  
  45.     But it can also be used by PC100A owners to get the wini boot
  46.     menu .This was not possible before since they did not have the
  47.     W option in the power up menu.
  48.  
  49.  
  50.  
  51. 2)What is supported
  52. -------------------
  53.  
  54.     Version 2.4 - Supports 
  55.                 PC100A   Rom Version 04.03.11
  56.                       PC100B/+ Rom Version 05.03
  57.  
  58.     The PC100A/PC100B/+ variants are automatically detected.
  59.     The recent rom changes for MASS 11 are not yet supported.
  60.     If other than the supported Roms are detected the screen
  61.     is cleared and the HELP menu displayed with the message
  62.  
  63.         Sorry,Incorrect Rom Version
  64.  
  65.     displayed in double height,flashing characters at the top
  66.     of the screen.You are then returned to the operating system
  67.     normally.
  68.  
  69.     CPM 86/80 Version 2.0 and MSDOS Version 2.05 and 2.11 have
  70.     been successfully tested.
  71.  
  72.     Concurrent CPM can be booted from CPM or MSDOS but no BOOT
  73.     program has been developed to go the other way.
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. 3)How to install
  82. ----------------
  83.  
  84. This disk contains two BOOT programs:-
  85.  
  86.     BOOT.CMD    - for CPM with this disk in drive A:
  87.             - just PIP E:=A:BOOT.CMD[rov]
  88.             - to get it onto your hard disk partition
  89.  
  90.     BOOT.EXE    - for MSDOS with this disk in drive A:
  91.             - just DOSFLX WRITE A:BOOT.EXE E:BOOT.EXE
  92.  
  93. This disk can also be used on a PC100A to get the PC100B style boot menu.
  94.  
  95. 1)    Copy this disk with FCV or COPY
  96. 2)    Run AUTO and patch disk to run BOOT program
  97.  
  98. To make an AUTOBOOTING floppy.
  99.  
  100. 1)    Copy this disk with FCV or COPY
  101. 2)    Run AUTO but patch this disk with the command BOOT 1
  102.     ( this replaces the need to use SETHARD program and can be used
  103.       to boot CPM,Concurrent CPM or MSDOS)
  104.  
  105.  
  106.  
  107.  
  108. 4)Modes of operation
  109. --------------------
  110.  
  111. The BOOT program has two modes of operation:
  112.  
  113.     1)Menu based - just type BOOT
  114.  
  115.     2)Command line based - type BOOT 2 to boot partition 2
  116.                    (note typing BOOT 3 on a disk with only
  117.                 2 partitions will put you in menu mode
  118.                 for you to choose)
  119.  
  120.     WARNING - Running BOOT takes you past the point of no return
  121.           i.e. if you have MDRIVE installed all data from it 
  122.           will be lost.
  123.  
  124.  
  125.  
  126.  
  127.  
  128. 5)Error messages
  129. ----------------
  130.  
  131. The following error messages may be seen on the bottom line of the screen.
  132.  
  133. They can indicate that a particular Winchester has never been formatted or
  134. partitoned or that a partition is not bootable.
  135.  
  136. For CPM:     use the LDCOPY command on the System master diskette
  137.          i.e. LDCOPY A: E:
  138.  
  139. For MSDOS:    use the FORMAT e: /S option when first installing
  140.         MSDOS or use the SYS command to add MSDOS.SYS and IO.SYS
  141.         don't forget to COPY COMMAND.COM onto the wini as well.
  142.  
  143. If problems still occur you may have a faulty wini/or controller - run
  144. you hard disk diagnostics.
  145.  
  146. After detecting an error the only retry mechanism is that the program
  147. is re-run.
  148.  
  149.  
  150. *** ERROR 0 - SHOULD NOT GET THIS ***
  151.         - used to detect a programming error 
  152.           as it says you should never get this
  153.         
  154. *** ERROR 1 - NO HOM BLOCK HEADER ***
  155. *** ERROR 2 - DPD LENGTH 0        ***
  156. *** ERROR 3 - OSN LENGTH 0        ***
  157. *** ERROR 4 - NO DPB BLOCK        ***
  158. *** ERROR 5 - ZERO PARTITIONS     ***
  159. *** ERROR 6 - NO OSN BLOCK HEADER ***
  160.         - any of errors 1-6 indicate that the disk was 
  161.           probably disk never partitioned
  162.         
  163. *** ERROR 7 - FIRST BYTE NOT JMP  ***
  164.         - this indicates that the loader tracks where read
  165.           O.K. but that the first instruction was not the
  166.           expected JUMP code - disk partition has probably
  167.           not been LDCOPY'ed.
  168.         
  169. *** ERROR 8 - NO READ COMMAND INT ***
  170. *** ERROR 9 - READ SECTOR ERROR   ***
  171.         - errors 8-9 are most likely hardware errors
  172.         - run wini dignostics to confirm
  173.  
  174. *** ERROR 10 - CHECKSUM ERROR     ***
  175.          - hardware error or disk never partitioned
  176.            run wini diagnostics to confirm
  177.         
  178.  
  179.  
  180.  
  181.  
  182. 6)Help Screen
  183. -------------
  184.  
  185.  
  186. The following is the copy of the help screen from the MSDOS version:-
  187.  
  188.  
  189. ----------------------------------------------------------------------------
  190.  
  191.         MSDOS BOOT         Version 2.4    29 Jan 1985
  192.  
  193.         Copyright Digital Equipment Company 1985
  194.  
  195.     BOOT by itself will give a menu but it can also accept command line
  196.     arguments i.e. BOOT 2 will boot from partition 2 with no menu.
  197.     Only the following Rom versions are supported:-
  198.  
  199.              PC100A    Rom Version 04.03.11
  200.              PC100B/+  Rom Version 05.03
  201.  
  202.  
  203.     Comments to:-        John Bromhead
  204.                  Rainbow Country Support
  205.                 Basingstoke,England
  206.                  Tel:      44-256-59200
  207.                  DECNET:   PERCH::BROMHEAD
  208.  
  209.         Press any key to return to the Main Menu
  210.  
  211. -------------------------------------------------------------------------------
  212.  
  213.  
  214.  
  215.  
  216.  
  217. 7)Ideas for use
  218. ---------------
  219.  
  220. 1) Running a program from another operating system then returning to
  221.    where you started.
  222.  
  223.     - Assume the CPM partition is AUTO'ed to run SUBMIT START on BOOT
  224.       and as standard MSDOS runs the AUTOEXEC.BAT file.
  225.  
  226.     - Include as the last command in the MSDOS AUTOEXEC.BAT file 
  227.       the command
  228.       START
  229.  
  230.      - From CPM make up a file called START.BAT
  231.        In it put the MSDOS commands you want i.e.
  232.  
  233.            LOTUS            rem:the program you want to run
  234.            BOOT 1          rem:so you can get back to CPM
  235.  
  236.      - On CPM create a submit file Called LOTUS.SUB 
  237.        which contains the following
  238.  
  239.                DOSFLX WRITE E:START.BAT E:START.BAT
  240.                ERA START.SUB
  241.                BOOT 2
  242.                DOSFLX DEL E:START.SUB
  243.     (this last item will work since the $$$.SUB file is left on
  244.      the CPM side of the disk and is executed when we reboot CPM)
  245.  
  246.  
  247.     Thus if from CPM you SUBMIT LOTUS - you will run LOTUS and
  248.     return to CPM.
  249.  
  250.  
  251.  
  252.  
  253.  
  254.