Google
 

Trailing-Edge - PDP-10 Archives - BB-L289B-RK - boo.rno
There is 1 other file named boo.rno in the archive. Click here to see a list.
.autoparagraph.flag capital.nofill
.right margin 68
.s
		The Boot Utility (BOO)
.s
.fill
.hl 1	INTRODUCTION TO BOO
.s
The Boot task (BOO) is a program that allows the user to boot a new
system image from disk, floppys, or DECtape.
.s
.hl 1	COMMAND SYNTAX
.s
BOO may be invoked by using the PARSER's RUN command as follows:
.s
	RUN BOO
.s
BOO will then prompt the user for a file specification that the user wishes
to boot. The file specification is of the form:
.s
	dev:[group,member]filename.ext;version
.s
.hl 1	ERROR MESSAGES
.s
.nofill
BOO -- DPB ERROR
.s
	A bad DPB was created by PARSER. This error indicates that
	the system itself has faulted.
.s
.s
BOO -- FILE NOT CONTIGUOUS
.s
	An attempt was made to load a system from a noncontiguous
	file. System images must be contiguous.
.s
.s
BOO -- INVALID LOAD DEVICE
.s
	BOO detected a device that was invalid as a system
	resident device.
.s
.s
BOO -- LABEL BLOCK READ ERROR
.s
	BOO could not read the label block of the system image.
.s
.s
BOO -- NO TRANSFER ADDRESS
.s
	BOO could not find a transfer address in a virgin system
	image (result of a task build).
.s
.s
BOO -- NOT SYSTEM IMAGE
.s
	BOO determined that the file is not a system image.
.s
.s
BOO -- FILE NOT FOUND
.s
	BOO could not find the file the user specified.
.s
.s
BOO -- DEVICE NOT MOUNTED
.s
	The device specified by the user was not mounted.
.s
.s
BOO -- SYNTAX ERROR
.s
	A command was entered that does not follow syntax rules.
.s
.s
BOO -- PRIVILEGED COMMAND
.s
	A user running BOO under RSX20F should never encounter this
	error.
.s
.s
BOO -- DEVICE NOT IN SYSTEM
.s
	The device the user specified is not in the system.
.s
.s
BOO -- PRIMARY PROTOCOL RUNNING
.s
	The user tried to boot a new system while primary protocol
	was running. This is illegal.
.s