History log of /openbsd/share/man/man8/man8.sparc64/boot_sparc64.8 (Results 1 – 18 of 18)
Revision Date Author Comments
# 62e03839 05-Sep-2022 kn <kn@openbsd.org>

boot_*.8: reference installboot.8, rectify FFS note on sparc64

On sparc64, installboot(8) does not deal with any file system; its -p is a
NOOP and according to CVS history the old sys/arch/sparc64/i

boot_*.8: reference installboot.8, rectify FFS note on sparc64

On sparc64, installboot(8) does not deal with any file system; its -p is a
NOOP and according to CVS history the old sys/arch/sparc64/installboot/
never prepared a file system, either.

Remove this single misleading mention alltogether and rely on the now
consistently cross-linked MI installboot(8) for details, if any.

This syncs the list of currently existing MD boot_*(8/*) pages with the list
of usr.sbin/installboot/*_installboot.c files.

boot_alpha(8/alpha) already references installboot(8) but still uses
sys/arch/alpha/stand/installboot/ instead of usr.sbin/installboot/.

boot_luna88k(8/luna88k) exists but luna88k does not use installboot at all.

installboot(8) has additional support for efi (armv7, arm64, riscv64),
landisk, loongson, octeon and powerpc64 but those architectures currently
lack their own MD boot_*(8/*) manual.

OK miod

show more ...


# 43cbe5bf 04-Aug-2022 kn <kn@openbsd.org>

Default to softraid on boot-device iff found

root on softraid on sparc64 currently requires explicitly passing the volume
name as part of the boot arguments, e.g.
boot-file=sr0
boot-file=sr0a:/bsd

Default to softraid on boot-device iff found

root on softraid on sparc64 currently requires explicitly passing the volume
name as part of the boot arguments, e.g.
boot-file=sr0
boot-file=sr0a:/bsd
or
{ok} boot my-devalias sr0:

(ofwboot always probes for softraid devices, assembles them but continues
to ignore such volumes unless specified.)

This is inconsistent with softraid support on other platforms and has
further drawbacks when it comes to sysupgrade logic.

Unless an explicit root disk was given, make ofwboot default to the softraid
volume on the boot device to make root on softraid work out of the box
without having to set variables or pass arguments in OpenBoot.

Eventually, ofwboot's disk discovery and softraid assembly machinery will be
fixed and boot-file won't be misused for softraid purposes anymore.

Remove the quirky softraid paragraph from boot_sparc64(8) now that it
is purely optional, expecting users from now on to either leave boot-file
empty or pass a kernel filename alone.

Tested on T4-2 guest domains with and without root on softraid.

Feedback claudio kettenis stsp
OK kettenis (previous diff)
OK stsp

show more ...


# 7cfb070f 03-Oct-2015 stsp <stsp@openbsd.org>

Restore description of the sparc64 boot process which was lost when
MD installboot was moved to the attic. Put it into boot_sparc64(8),
which still pointed readers at installboot(8) for this informat

Restore description of the sparc64 boot process which was lost when
MD installboot was moved to the attic. Put it into boot_sparc64(8),
which still pointed readers at installboot(8) for this information.
With some markup tweaks from schwarze@

show more ...


# 37ad6a15 27-Nov-2014 schwarze <schwarze@openbsd.org>

macro cleanup; ok jmc@ stsp@


# bb8490e5 26-Nov-2014 stsp <stsp@openbsd.org>

Manual page updates for sparc64 softraid boot support.


# d427d14c 03-Jan-2010 schwarze <schwarze@openbsd.org>

Neither .Pp nor unqualified text are allowed at the top level of .Bl;
instead, .It is required. Thus, move .Pp and text before the .Bl,
and remove the .Pp altogether where it is not needed.

Syntax

Neither .Pp nor unqualified text are allowed at the top level of .Bl;
instead, .It is required. Thus, move .Pp and text before the .Bl,
and remove the .Pp altogether where it is not needed.

Syntax errors found by mandoc(1), also required to fix the mandoc build;
feedback and ok jmc@, and sobrado@ also supports the direction.

show more ...


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 877d806c 23-Aug-2005 jmc <jmc@openbsd.org>

steal a line from boot_sparc(8): note that L1 is also known as the stop
key;

ok deraadt@


# 1791c573 11-Mar-2005 jmc <jmc@openbsd.org>

cdrom/CDROM -> CD-ROM;


# ad3220b1 27-Dec-2004 miod <miod@openbsd.org>

Mention bsd.rd in the FILES section.


# 0201bdce 09-Feb-2004 espie <espie@openbsd.org>

help makewhatis produce correct entries.
okay deraadt@


# e0ba81e6 04-Sep-2003 jmc <jmc@openbsd.org>

put escapes in the right place;
(i.e. stuff I got wrong the first time, or missed)

this includes some .Cd's with missing quotes and .Nm abuse in man4;


# 0d8a9824 10-Jul-2003 jmc <jmc@openbsd.org>

fix some lists and macros;


# 29295d1c 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# c989ca0d 01-Feb-2003 jmc <jmc@openbsd.org>

typos;
added .Fl to flags for boot_*

ok deraadt@


# 75643a34 17-Oct-2002 miod <miod@openbsd.org>

Overhaul of boot_`arch`(8) manual pages (unfinished).

Attempt to factorize some texts, remove old or false stuff, try to be
more {help,use}ful, etc.

boot_alpha and boot_hp300 rewritten on the occas

Overhaul of boot_`arch`(8) manual pages (unfinished).

Attempt to factorize some texts, remove old or false stuff, try to be
more {help,use}ful, etc.

boot_alpha and boot_hp300 rewritten on the occasion, and boot_hppa is new.

show more ...


# 6c04b5e5 14-Oct-2001 miod <miod@openbsd.org>

Mention that sparc and sparc64 have UKC.
Also, try to do a better job at describing how the different prom
versions find the bootloader and the kernel filename.


# cdfc4093 05-Oct-2001 miod <miod@openbsd.org>

boot_sparc64(8) for, well, sparc64.