Commit 8d3bbff
Fix kernel selection after introducing $BASE/environments
After commit 3399f4b, ZBM no longer allows user to select
a kernel to boot, with the log error message:
ZFSBootMenu: kernel file zfsbootmenu/<pool and bootenv here>/kernels missing
That is due to that the path to the kernels list hasn't been updated
to use be_location() and still uses the old "zfsbootmenu/<pool>"
scheme. Doing `ln -s` from the recovery shell solves the problem.
Adjust that place accordingly to fix the issue.
Fixes: 3399f4b ("Move dataset mountpoint to $BASE/environments/")
Signed-off-by: Alexander Lobakin <[email protected]>1 parent b743893 commit 8d3bbff
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments