Installing MultiBoot on a Risc PC
=====================================

Multiboot provides easy access to multiple desktop
boot files.

To Install
==========

1) Copy !MultiBoot into the Root directory of your
hard disc.

2) Load the file !Boot.Choices.Boot.Desktop into
!Edit.  Remove any commands to load files from
the end of the file.

3) Add the following line onto the end of the file,
which should read: /Boot:Utils.HOff

   Run ADFS::4.$.!MultiBoot

Press Ctrl-Break, and the machine should boot up,
presenting you with a window offering 6 boot
sequences.

Important Note:
===============

The file ChoicesBK is a backup copy of the choices
file in case of emergency.  It is locked against
accidental deletion.
   
Setting up Boot Sequence Names
==============================

In the directory !Boot, you will find a file
called Choices.  This can be loaded into !Edit and
edited.  Each line follows the following simple
formula:
  
  <Name given on menu> <Location of Bootfile>
  
So, for example, we have:
  
  1 <MultiBoot$Dir>.BootFiles.1
  
  This sets the shown name of the boot sequence
  to be "1" and the actual location of the file
  to be the file "1" in the BootFiles directory
  within !Boot.
  
Make sure there are always SIX lines in this file.

Setting Up Boot Sequences
=========================

These are best set up by loading the programs
that you want, and then saving the state of the
desktop by:
  
  Press Menu over the Acorn icon in the bottom
  left of the screen.
  
  Move right off the Desktop Boot entry, and
  drag out the bootfile icon into the BootFiles
  directory in !Boot.
  
  Now you can adjust the name of the file to
  suit what you have set up in the Choices file.

Repeat this for any further boot sequences, and
then press Ctrl-Break, and the whole system
should work!

Setting up Default Timeout Settings
===================================

This allows the system to wait for a set time in
case a boot file is selected, if no boot file is
selected then after this time the default file is
booted.

The first two lines of the Choices file MUST read:

DEFAULT: xxxxxxxxxx
TIMEOUT: n

Where xxxxxxxxxx is the name of the Boot file to
default to. Normally:

   DEFAULT: <MultiBoot$Dir>.BootFiles.1

n represents the number of seconds before the
default file is executed.  This is normally set
to 20, thus giving a 20 second delay, ie.

   TIMEOUT: 20

Note that the words DEFAULT: and TIMEOUT: are
case sensitive, and that a space follows the colon.
