Subject: Re: Booting miniroot
To: Rick Copeland <rickgc@calweb.com>
From: Julian Coleman <J.D.Coleman@newcastle.ac.uk>
List: port-sparc
Date: 02/15/1998 19:00:13
> If I write a miniroot to a tape (cartridge type used on a Sparc 330) can I
> boot the mini root directly from the tape?  If so what commands are required
> to instruct the Sparc to boot from the tape (the machine is bare and
> currently has no operating system on the hard drive)?

The old PROM's have odd syntax.  The syntax is :

	b type(controller, device, partition)

where :

	type is 'st', 'sd' (or 'cd' on newer PROM's).

	device is the (hex) value of the SCSI ID multiplied by 8
	(e.g. id 1 = 8, id 2 = 10).

	partition is the partition (or file number on tape) [*]

	All values start at 0.

So, if your tape is id 4, you will need :

	b st(0,20,0) -s

J

PS.  Could this go in the sun3/sun3x/sparc boot.8 man pages?  Should I submit
a PR?

[*] I think only cartridge tapes are supported for booting.
-- 
    1024/55A5BC19        0F 3F 62 56 18 10 8B 84  43 8F F4 94 93 37 76 AA

S.E.P.