-
I have a Supermicro X12STH-F motherboard with Serial Over LAN (SOL). I can use the kernel parameters With GRUB, I do the following to see the GRUB menu with SOL:
Is there an equivalent to see the ZBM menu? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
you can use zbm-kcl (docs) to edit the kernel commandline of ZBM itself if using the prebuilt image. If building your own image, it can be set in the config file for generate-zbm. |
Beta Was this translation helpful? Give feedback.
-
The last |
Beta Was this translation helpful? Give feedback.
-
Ah, ok. I installed on Gentoo with:
Doesn't look like there's anything available in the ports tree to get the zbm-kcl binary, so I guess I need to build that on my own. Thanks for the help. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help, just to write up exactly what I did in case someone else finds this:
And in my edit I put |
Beta Was this translation helpful? Give feedback.
It's a shell script. Just grab it from https://get.zfsboot.menu or
bin/zbm-kcl
in this repo.