You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pod/zfsbootmenu.7.pod
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,42 +12,50 @@ These options are set on the kernel command line when booting the initramfs or U
12
12
13
13
=over 4
14
14
15
+
=item B<root=zfsbootmenu:POOL=E<lt>poolE<gt>>
16
+
17
+
By default, ZFSBootMenu will look for the I<bootfs> property on the first pool it imports to select the default boot environment. If you have multiple pools, substitute the name of your preferred pool for B<E<lt>poolE<gt>> in the argument B<root=zfsbootmenu:POOL=E<lt>poolE<gt>>.
18
+
15
19
=item B<spl_hostid=E<lt>hostidE<gt>>
16
20
17
21
When creating an initramfs or UEFI bundle, the I<hostid> from the system is copied into the target. If this image will be used on another system with a different I<hostid>, it can be overridden with this option.
18
22
19
23
Replace B<E<lt>hostidE<gt>> with an eight-digit hexadecimal number.
20
24
21
-
=item B<force_import=1>
25
+
=item B<zbm.force_import=1>
22
26
23
27
Set this option to attempt to force pool imports. When set, this invokes I<zpool import -f> in place of the regular I<zpool import> command, which will attempt to import a pool that's potentially in use on another system. Use this option with caution!
24
28
25
-
Omit this option or explicitly specify B<force_import=0> to disable forced imports.
29
+
Omit this option or explicitly specify B<zbm.force_import=0> to disable forced imports.
26
30
27
-
=item B<timeout>
31
+
=item B<force_import=1>
32
+
33
+
Deprecated; use B<zbm.force_import>.
34
+
35
+
=item B<zbm.timeout>
28
36
29
37
This option accepts numeric values that control whether and when the
30
38
boot-environment menu should be displayed.
31
39
32
40
=over 2
33
41
34
-
=item B<timeout=0>
42
+
=item B<zbm.timeout=0> | B<zbm.skip>
35
43
36
44
When possible, bypass the menu and immediately boot a configured I<bootfs> pool property.
37
45
38
-
=item B<timeout=-1>
46
+
=item B<zbm.timeout=-1> | B<zbm.show>
39
47
40
48
Rather than present a countdown timer for automatic selection, immediately display the boot-environment menu.
41
49
42
-
=item B<timeout=E<lt>positive integerE<gt>>
50
+
=item B<zbm.timeout=E<lt>positive integerE<gt>>
43
51
44
52
Display a countdown timer for the specified number of seconds before booting the configured I<bootfs> boot environment.
45
53
46
54
=back
47
55
48
-
=item B<root=zfsbootmenu:POOL=E<lt>poolE<gt>>
56
+
=item B<timeout>
49
57
50
-
By default, ZFSBootMenu will look for the I<bootfs> property on the first pool it imports to select the default boot environment. If you have multiple pools, substitute the name of your preferred pool for B<E<lt>poolE<gt>> in the argument B<root=zfsbootmenu:POOL=E<lt>poolE<gt>>.
0 commit comments