-
Is the chroot environment of zfsbootmenu supposed to have network? I can't even see my network interface with |
Beta Was this translation helpful? Give feedback.
Answered by
ahesford
Dec 6, 2023
Replies: 1 comment 2 replies
-
What do you mean by chroot environment? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be possible, but if you're loading modules from within the boot environment, you may need encounter some challenges. The most likely scenario is that the kernel booted for ZBM does not match any version you have in the environment. However, if you successfully loaded modules, that doesn't seem to be the case here. There could be some firmware-loading issue, although I think it's unlikely that your regular boot process is taking special steps to load the firmware; that seems to happen more-or-less automatically when modules are loaded.
In general, if you intend to rely on networking within ZBM, you should make sure that the interface is available before you chroot into an environ…