bootadm.8 (bbf215553c7233fbab8a0afdf1fac74c44781867) | bootadm.8 (6312020e31ee7e61274dfa60b7bf2e0ec973f56a) |
---|---|
1'\" te 2.\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved 3.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. 4.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. 5.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] 6.\" Copyright 2016 Toomas Soome <tsoome@me.com> 7.\" Copyright 2018 OmniOS Community Edition (OmniOSce) Association. | 1'\" te 2.\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved 3.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. 4.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. 5.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] 6.\" Copyright 2016 Toomas Soome <tsoome@me.com> 7.\" Copyright 2018 OmniOS Community Edition (OmniOSce) Association. |
8.TH BOOTADM 8 "Jul 05, 2018" | 8.TH BOOTADM 8 "March 30, 2023" |
9.SH NAME 10bootadm \- manage bootability of the operating system 11.SH SYNOPSIS | 9.SH NAME 10bootadm \- manage bootability of the operating system 11.SH SYNOPSIS |
12.LP | |
13.nf 14\fB/sbin/bootadm\fR update-archive [\fB-vnf\fR] [\fB-R\fR \fIaltroot\fR [\fB-p\fR \fIplatform\fR]] 15 [\fB-F \fIformat\fR] 16.fi 17 18.LP 19.nf 20\fB/sbin/bootadm\fR list-archive [\fB-vn\fR] [\fB-R\fR \fIaltroot\fR [\fB-p\fR \fIplatform\fR]] --- 15 unchanged lines hidden (view full) --- 36.fi 37 38.LP 39.nf 40\fB/sbin/bootadm\fR list-menu [\fB-R\fR \fIaltroot\fR] [\fB-o\fR \fIkey\fR=\fIvalue\fR\fR] 41.fi 42 43.SH DESCRIPTION | 12.nf 13\fB/sbin/bootadm\fR update-archive [\fB-vnf\fR] [\fB-R\fR \fIaltroot\fR [\fB-p\fR \fIplatform\fR]] 14 [\fB-F \fIformat\fR] 15.fi 16 17.LP 18.nf 19\fB/sbin/bootadm\fR list-archive [\fB-vn\fR] [\fB-R\fR \fIaltroot\fR [\fB-p\fR \fIplatform\fR]] --- 15 unchanged lines hidden (view full) --- 35.fi 36 37.LP 38.nf 39\fB/sbin/bootadm\fR list-menu [\fB-R\fR \fIaltroot\fR] [\fB-o\fR \fIkey\fR=\fIvalue\fR\fR] 40.fi 41 42.SH DESCRIPTION |
44.LP | |
45The \fBbootadm\fR command manages the boot archive and, with x86 boot 46environments, the boot loader menu. The 47\fBupdate-archive\fR option provides a way for user to update the boot archive 48as a preventative measure or as part of a recovery procedure. The 49\fBset-menu\fR subcommand allows you to switch the \fBauto-boot\fR timeout and 50default boot entry in the boot menu. 51.sp 52.LP --- 21 unchanged lines hidden (view full) --- 74PROM variables to set boot behavior and are managed by the \fBeeprom\fR(8) 75command. 76.sp 77.LP 78The \fBbootadm\fR command determines dynamically the options supported by the 79image to be managed, so that \fBbootadm\fR invoked on one platform can be used 80to manage diskless clients of a different platform type. 81.SH SUBCOMMANDS | 43The \fBbootadm\fR command manages the boot archive and, with x86 boot 44environments, the boot loader menu. The 45\fBupdate-archive\fR option provides a way for user to update the boot archive 46as a preventative measure or as part of a recovery procedure. The 47\fBset-menu\fR subcommand allows you to switch the \fBauto-boot\fR timeout and 48default boot entry in the boot menu. 49.sp 50.LP --- 21 unchanged lines hidden (view full) --- 72PROM variables to set boot behavior and are managed by the \fBeeprom\fR(8) 73command. 74.sp 75.LP 76The \fBbootadm\fR command determines dynamically the options supported by the 77image to be managed, so that \fBbootadm\fR invoked on one platform can be used 78to manage diskless clients of a different platform type. 79.SH SUBCOMMANDS |
82.LP | |
83The \fBbootadm\fR command has the following subcommands: 84.sp 85.ne 2 86.na 87\fB\fBupdate-archive\fR\fR 88.ad 89.sp .6 90.RS 4n --- 128 unchanged lines hidden (view full) --- 219.sp .6 220.RS 4n 221Lists the location of the \fBmenu.lst\fR, as well as the current menu 222entries. This listing includes the default entry, dataset name, and the 223title of each entry. Applies to x86 platforms only. 224.RE 225 226.SH OPTIONS | 80The \fBbootadm\fR command has the following subcommands: 81.sp 82.ne 2 83.na 84\fB\fBupdate-archive\fR\fR 85.ad 86.sp .6 87.RS 4n --- 128 unchanged lines hidden (view full) --- 216.sp .6 217.RS 4n 218Lists the location of the \fBmenu.lst\fR, as well as the current menu 219entries. This listing includes the default entry, dataset name, and the 220title of each entry. Applies to x86 platforms only. 221.RE 222 223.SH OPTIONS |
227.LP | |
228The \fBbootadm\fR command has the following options: 229 230.sp 231.ne 2 232.na 233\fB\fB-f\fR\fR 234.ad 235.sp .6 --- 145 unchanged lines hidden (view full) --- 381.RS 4n 382The number of seconds before the operating system designated by the default 383item number is booted. If the value is -1, auto boot is disabled. 384.RE 385 386.RE 387 388.SH EXAMPLES | 224The \fBbootadm\fR command has the following options: 225 226.sp 227.ne 2 228.na 229\fB\fB-f\fR\fR 230.ad 231.sp .6 --- 145 unchanged lines hidden (view full) --- 377.RS 4n 378The number of seconds before the operating system designated by the default 379item number is booted. If the value is -1, auto boot is disabled. 380.RE 381 382.RE 383 384.SH EXAMPLES |
389.LP | |
390\fBExample 1 \fRUpdating the Current Boot Archive 391.sp 392.LP 393The following command updates the current boot archive: 394 395.sp 396.in +2 397.nf --- 98 unchanged lines hidden (view full) --- 496Hash: 4f4fe2d2dfae393a2a87ce29e3c71b803938c5fb 497Flags: name=etc/system 498Status: Load 499 500.fi 501.in -2 502 503.SH EXIT STATUS | 385\fBExample 1 \fRUpdating the Current Boot Archive 386.sp 387.LP 388The following command updates the current boot archive: 389 390.sp 391.in +2 392.nf --- 98 unchanged lines hidden (view full) --- 491Hash: 4f4fe2d2dfae393a2a87ce29e3c71b803938c5fb 492Flags: name=etc/system 493Status: Load 494 495.fi 496.in -2 497 498.SH EXIT STATUS |
504.LP | |
505The following exit values are returned: 506.sp 507.ne 2 508.na 509\fB\fB0\fR\fR 510.ad 511.sp .6 512.RS 4n --- 6 unchanged lines hidden (view full) --- 519\fB\fB1\fR\fR 520.ad 521.sp .6 522.RS 4n 523The command exited due to an error. 524.RE 525 526.SH ATTRIBUTES | 499The following exit values are returned: 500.sp 501.ne 2 502.na 503\fB\fB0\fR\fR 504.ad 505.sp .6 506.RS 4n --- 6 unchanged lines hidden (view full) --- 513\fB\fB1\fR\fR 514.ad 515.sp .6 516.RS 4n 517The command exited due to an error. 518.RE 519 520.SH ATTRIBUTES |
527.LP | |
528See \fBattributes\fR(7) for descriptions of the following attributes: 529.sp 530 531.sp 532.TS 533box; 534c | c 535l | l . 536ATTRIBUTE TYPE ATTRIBUTE VALUE 537_ 538Interface Stability Committed 539.TE 540 541.SH SEE ALSO | 521See \fBattributes\fR(7) for descriptions of the following attributes: 522.sp 523 524.sp 525.TS 526box; 527c | c 528l | l . 529ATTRIBUTE TYPE ATTRIBUTE VALUE 530_ 531Interface Stability Committed 532.TE 533 534.SH SEE ALSO |
542.LP | 535.BR menu.lst (5), |
543.BR attributes (7), 544.BR beadm (8), 545.BR boot (8), 546.BR installboot (8) | 536.BR attributes (7), 537.BR beadm (8), 538.BR boot (8), 539.BR installboot (8) |