-
I've got a USB stick connected to the motherboard USB ports. EFI sees it just fine, and I've put zfsbootmenu on there, and it loads fine, and finds my root pool and boot the system fine. Everything works great except the motherboard USB controllers seems to be not seen at all by the newly booted kernel. This means I can't see the USB stick once the system is booted. Unplugging and replugging gets no reaction from the booted system. I did find another thread that talks about disabling hooks, but this seems like a pretty fundamental issue that should affect more than just me, and I shouldn't have to make weird changes to make this work? Other than this, the system booted and runs fine. Help? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Some systems need ZBM to tear down USB devices before kexec or those devices will not respond. Many systems don't care. Others seem to require that the tear down not take place. You may be in the last group. Try booting ZBM with the kernel command-line option
|
Beta Was this translation helpful? Give feedback.
-
Set Kernel.CommandLine - https://docs.zfsbootmenu.org/en/v2.3.x/man/generate-zbm.5.html#kernel , or alternatively, edit the existing EFI bundle with |
Beta Was this translation helpful? Give feedback.
Thanks - How would I put that in a config.yaml? I checked the docs for the option, and couldn't find how to translate command line options into config.yaml options.