diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-12-08 15:33:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-12-08 15:33:04 +0000 |
commit | 931303bb389e4fe2cc8b98edfa925ca402792d12 (patch) | |
tree | 94e2014748b54b34e1733b832c84c3e4e93eaa89 /distrib/notes | |
parent | 3eac5fe055d0aabd5fabc3ef9beee44c6c3879d1 (diff) |
Suggest booting from cd-rom as the first choice. Document that cd54.iso is
now bootable on all supported platforms (although it will still need manual
operation on IP22), but that install54.iso is currently still not bootable
on IP27/IP35.
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/sgi/contents | 4 | ||||
-rw-r--r-- | distrib/notes/sgi/hardware | 6 | ||||
-rw-r--r-- | distrib/notes/sgi/install | 102 | ||||
-rw-r--r-- | distrib/notes/sgi/prep | 6 |
4 files changed, 61 insertions, 57 deletions
diff --git a/distrib/notes/sgi/contents b/distrib/notes/sgi/contents index 1122a5f09e8..3378e52a691 100644 --- a/distrib/notes/sgi/contents +++ b/distrib/notes/sgi/contents @@ -1,4 +1,4 @@ -dnl $OpenBSD: contents,v 1.22 2013/07/26 20:07:30 miod Exp $ +dnl $OpenBSD: contents,v 1.23 2013/12/08 15:33:03 miod Exp $ TopPart OpenBSDdistsets @@ -51,6 +51,8 @@ dnl five flavours of OpenBSDrd contains the installation tools. Used for installation and upgrades. +OpenBSDinstalliso + dnl can't use OpenBSDcd because of the multiple bsd.rd cd{:--:}OSrev.iso A simple bootable filesystem image consisting of all the bsd.rd.* installation kernels above, suitable diff --git a/distrib/notes/sgi/hardware b/distrib/notes/sgi/hardware index 7ecf2930bf6..3887e58389e 100644 --- a/distrib/notes/sgi/hardware +++ b/distrib/notes/sgi/hardware @@ -1,9 +1,9 @@ -dnl $OpenBSD: hardware,v 1.20 2012/06/26 20:09:18 miod Exp $ +dnl $OpenBSD: hardware,v 1.21 2013/12/08 15:33:03 miod Exp $ OpenBSD/MACHINE OSREV runs on the following machine families: IP22 class machines: - Indigo (R4x00 flavour) - Indigo2, Challenge M (IP22) (R4x00 flavour) + Indigo (R4x00 flavour only) (IP20) + Indigo2, Challenge M (IP22) Indy, Challenge S (IP24) (all processor configurations are supported) diff --git a/distrib/notes/sgi/install b/distrib/notes/sgi/install index a8f4239b0fb..21ea252b939 100644 --- a/distrib/notes/sgi/install +++ b/distrib/notes/sgi/install @@ -1,10 +1,57 @@ -dnl $OpenBSD: install,v 1.24 2013/12/04 23:20:19 jmc Exp $ +dnl $OpenBSD: install,v 1.25 2013/12/08 15:33:03 miod Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way -in terms of preliminary setup is to use the OpenBSD ramdisk kernel that -can be booted via BOOTP. The normal way is to use the bootable CD-ROM -mini image. +in terms of preliminary setup is to use the bootable CD-ROM mini image. +Alternatively, the OpenBSD ramdisk kernel can be booted from the network, +using a bootp/tftp server. + +Booting from CD-ROM installation media: + + NOTE: Only cd${:--:}OSrev.iso may be booted on IP27 and IP35 class systems, + due to PROM limitations. install${:--:}OSrev.iso will not boot, but may be + used to the sets without requiring network access. + + From the System Maintenance Menu, select '2' (or click on the + appropriate icon if in graphics console) to Install System Software. + + If necessary, select the proper CD-ROM drive, and press enter to + confirm your choice. Insert the installation CD-ROM (if you did not + do so already) and press enter to boot the system. + + If the boot is successful, you will get a loader version message, + executable sizes, and then the kernel copyright and device probe + messages. Boot failure modes are typically a lot of CD-ROM drive + activity, but no messages or complaints about magic numbers, + checksums or formats. + + If the system does not complain about being able to read the CD-ROM, + but of not being able to load a particular file, you can nevertheless + boot manually. This is the case on IP22 systems. + + To boot manually from the CD-ROM, select ``Enter Command Monitor'' + at the menu, and invoke the bootloader and ramdisk image manually. + For example, on an IP22 system, automatic boot may fail with: + +dnl IP22 + Cannot load scsi(1)cdrom(4)partition(8)sashARCS. + Text start 0x10000, size 0xa120 doesn't fit in a FreeMemory area. + Cannot load scsi(1)cdrom(4)partition(8)sashARCS -- not enough space. + + or: + +dnl IP20, changed from scsi(0) to scsi(1) for consistency + Cannot load scsi(1)cdrom(4)partition(8)sashARCS. + Error 15 while loading scsi(1)cdrom(4)partition(8)sashARCS + + The name of the CD-ROM drive is then ``scsi(1)cdrom(4)'', and the manual + boot command will be: + + >> scsi(1)cdrom(4)partition(8)bootecoff + scsi(1)cdrom(4)partition(0)/bsd.rd.IP22 + + Note that this is a single commandline, the two paths should be separated + with spaces. Booting over the network: dnl XXX provide more details!!! @@ -62,6 +109,7 @@ dnl point might differ accross systems, argh. PROM Monitor SGI Version 5.3 Rev C IP22 Oct 20, 1994 (BE) - on Indy: >> version + PROM Monitor SGI Version 5.3 Rev B7 R4X00 IP24 Feb 16, 1995 (BE) PROM Monitor SGI Version 5.3 Rev B10 R4X00/R5000 IP24 Feb 12, 1996 (BE) Note that these lists do not pretend to be complete. @@ -109,52 +157,6 @@ dnl point might differ accross systems, argh. aborted) boot attempt. Just leave the PROM interactive mode with `exit', and at the maintenance menu, choose `Enter Command Monitor' again. -Booting from CD-ROM installation media: - - NOTE: This method will not work on IP27 and IP35 class - systems, which PROM expect a very specific CD-ROM layout. - - From the System Maintenance Menu, select '2' (or click on the - appropriate icon if in graphics console) to Install System Software. - - If necessary, select the proper CD-ROM drive, and press enter to - confirm your choice. Insert the installation CD-ROM (if you did not - do so already) and press enter to boot the system. - - If the boot is successful, you will get a loader version message, - executable sizes, and then the kernel copyright and device probe - messages. Boot failure modes are typically a lot of CD-ROM drive - activity, but no messages or complaints about magic numbers, - checksums or formats. - - If the system does not complain about being able to read the CD-ROM, - but of not being able to load a particular file, you can nevertheless - boot manually. This is the case on IP22 systems. - - To boot manually from the CD-ROM, select ``Enter Command Monitor'' - at the menu, and invoke the bootloader and ramdisk image manually. - For example, on an IP22 system, automatic boot may fail with: - -dnl IP22 - Cannot load scsi(1)cdrom(4)partition(8)sashARCS. - Text start 0x10000, size 0xa120 doesn't fit in a FreeMemory area. - Cannot load scsi(1)cdrom(4)partition(8)sashARCS -- not enough space. - - or: - -dnl IP20, changed from scsi(0) to scsi(1) for consistency - Cannot load scsi(1)cdrom(4)partition(8)sashARCS. - Error 15 while loading scsi(1)cdrom(4)partition(8)sashARCS - - The name of the CD-ROM drive is then ``scsi(1)cdrom(4)'', and the manual - boot command will be: - - >> scsi(1)cdrom(4)partition(8)bootecoff - scsi(1)cdrom(4)partition(0)/bsd.rd.IP22 - - Note that this is a single commandline, the two paths should be separated - with spaces. - Installing the system: OpenBSDInstallPart2 diff --git a/distrib/notes/sgi/prep b/distrib/notes/sgi/prep index c2c11c8b2e1..8d1f6f5893c 100644 --- a/distrib/notes/sgi/prep +++ b/distrib/notes/sgi/prep @@ -1,4 +1,4 @@ -dnl $OpenBSD: prep,v 1.25 2013/07/26 20:07:30 miod Exp $ +dnl $OpenBSD: prep,v 1.26 2013/12/08 15:33:03 miod Exp $ Before you install your system, you should identify your system family and familiarize yourself with the ARCBios setup and how to run programs from the Command monitor prompt. @@ -11,8 +11,8 @@ Identifying your system: There are currently five system families supported by OpenBSD: IP22 family: - Indigo (R4x00 flavour) - Indigo 2, Challenge M (R4x00 flavour) + Indigo (R4x00 flavour only) + Indigo 2, Challenge M Indy, Challenge S dnl IP26 family: |