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: docs/man/zfsbootmenu.7.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,18 @@ These options are set on the kernel command line when booting the initramfs or U
20
20
21
21
**zbm.prefer**
22
22
23
-
ZFSBootMenu will attempt to import as many pools as possible to identify boot environments and will, by default, look for the *bootfs* property on the first imported pool (sorted alphabetically) to select the default boot environment. This option controls this behavior.
23
+
ZFSBootMenu attempts to import all detected pools by default, with the *bootfs* property on the first pool (sorted alphabetically) used to select the default boot environment. Providing a *pool* name for this parameter will override the pool import order. Providing a *dataset* for this parameter will override both the pool import order and the default boot environment.
24
24
25
-
**zbm.prefer=<pool>**
26
25
27
-
The simplest form attempts to import **<pool>** before any other pool. The *bootfs* value from this pool will control the default boot environment.
26
+
**zbm.prefer=<pool|dataset>**
28
27
29
-
**zbm.prefer=<pool>!**
28
+
The simplest form attempts to import **<pool>** or the pool component of a **<dataset>** before any other pool. If a *dataset* is provided, that will be used as the boot environment if it exists.
29
+
30
+
**zbm.prefer=<pool|dataset>!**
30
31
31
32
If a literal *!* has been appended to the pool name, ZFSBootMenu will insist on successfully importing the named pool before attempting to import any others.
32
33
33
-
**zbm.prefer=<pool>!!**
34
+
**zbm.prefer=<pool|dataset>!!**
34
35
35
36
If a literal *!!* has been appended to the pool name, ZFSBootMenu will insist on successfully importing the named pool and no others.
0 commit comments