summaryrefslogtreecommitdiff
path: root/distrib/notes
diff options
context:
space:
mode:
authorjohns <johns@cvs.openbsd.org>1998-02-24 13:46:09 +0000
committerjohns <johns@cvs.openbsd.org>1998-02-24 13:46:09 +0000
commit6b5dec6eb346a1054b6b3ba8bb9954ba820ef2b6 (patch)
treecb3ff675469036afab3e39a41a5af2fae3a2a0ff /distrib/notes
parent4a0fff53e0866e15f0162ce0aea8cc72cd95eac1 (diff)
Some Sparc 2's will take boot diskn syntax, but will not take the
disn:p syntax for booting off of the swap partitions. They will also refuse the sd(,,1) syntax, so the only option remaining is to use the boot /sbus.... style syntax. This is for use with miniroot22.fs type installs when booting from the swap partition..
Diffstat (limited to 'distrib/notes')
-rw-r--r--distrib/notes/sparc/install19
1 files changed, 15 insertions, 4 deletions
diff --git a/distrib/notes/sparc/install b/distrib/notes/sparc/install
index 7dcb1807a80..e765caa7ae6 100644
--- a/distrib/notes/sparc/install
+++ b/distrib/notes/sparc/install
@@ -70,7 +70,7 @@ prompt. Sun PROM monitor commands and setup differ considerably depending
on the system architecture and age, you may needed to reference the PROM
monitor manual for your system for details.
-There are three main cases:
+There are four main cases:
sun4 (older servers, deskside workstations):
prompt is a ">", boot command is "b", uses sd(c,s,p) syntax
@@ -80,6 +80,12 @@ There are three main cases:
with s defined as scsi-unit.
OpenBoot Version 2 (newer servers, desktop workstations):
prompt is "ok", boot command is "boot" uses diskn:p syntax.
+ OpenBoot Version 2 (certain newer desktop workstations):
+ prompt is "ok", boot command is "boot" uses diskn syntax
+ unless booting from a non-standard partition, in which case:
+ boot /sbus/esp/sd@t,0:p bsd (where "t" is the scsi target,
+ and "p" is the partition. examples would be t="3" and p="b")
+
If you expect your workstation to have an OpenBoot Prom but get a ">",
enter then "n" command to enter the "new command mode". You can set this
@@ -134,9 +140,11 @@ Booting from SCSI disk (miniroot or floppy image)
Boot the miniroot by typing the appropriate command at the PROM:
- > b sd(,,1)bsd # for sun4 monitors
- ok boot sd(,,1)bsd # for version 1 OpenBOOT ROMs
- ok boot disk:b bsd # for version 2 OpenBOOT ROMs
+ > b sd(,,1)bsd # for sun4 monitors
+ ok boot sd(,,1)bsd # for version 1 OpenBOOT ROMs
+ ok boot disk:b bsd # for version 2 OpenBOOT ROMs
+ ok boot /sbus/esp/sd@3,0:b bsd # for version 2 OpenBOOT ROMs
+ # that won't take disk:p syntax.
If you've loaded the miniroot onto some other disk than the default
drive 0, modify the boot specifier accordingly, keeping in mind the
@@ -145,6 +153,9 @@ drive vs. scsi-id shuffling and partition a=0, b=1...
> b sd(0,10,1)bsd # example - scsi target 2 on sun4 monitors*
ok boot sd(0,3,1)bsd # example - scsi target 0 on V1 OpenBOOT ROM
ok boot disk3:b bsd # example - scsi target 0 on v2 OpenBOOT ROM
+ ok boot /sbus/esp/sd@0,0:b bsd # example - scsi target 0 on v2
+ # OpenBOOT ROM that won't take
+ # disk:p syntax.
(*) for sun4 this is scsi-target*8+scsi-lun (usually 0) expressed in hex...