Replies: 5 comments 8 replies
-
|
Using our build container is going to get you the most tested/reliable EFI possible. With the schism between dracut and dracut-ng, it will become increasingly difficult to account for the variations between those two projects. dracut-ng explicitly supports non-systemd distributions, and it's what Void (and our build containers) use. |
Beta Was this translation helpful? Give feedback.
-
|
The script enables remote access including remote unlocking using the dracut-crypt-ssh module. https://github.com/dracut-crypt-ssh/dracut-crypt-ssh The last time I looked at using the zfsbootmenu container build system I don't think it supported loading that module into the container. Has that changed now? Is it possible to use the container to build a remote access zfsbootmenu boot file that has the remote unlock feature? |
Beta Was this translation helpful? Give feedback.
-
|
I've got the script updated for a container based build, including for remote access. Not pushed the changes yet. I have a welcome message feature in the current script that informs the user after they connect remotely what to enter to start zfsbootmenu. The message is displayed on connection to dropbear. How might I go about incorporating that with a container build system? |
Beta Was this translation helpful? Give feedback.
-
|
Does the container build system have an equivalent to the generate-zbm front end? Or must the user run the zbm-builder.sh or remote-ssh-build.sh scripts to regenerate the zbm initrd? |
Beta Was this translation helpful? Give feedback.
-
|
I've pushed the updates to the script. I'm using your remote-ssh-build.sh script. Thank you for writing it. Are there any plans to remove it? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Testing for ubuntu 26.04 and remote access to unlock zfsbootmenu during boot has identified an issue. It looks like ubuntu 26.04 has moved to a more systemd based dracut. Networking in the initramfs is now tied to systemd. Network-legacy doesn't appear to be a workaround anymore.
Are you aware of a workaround to get remote access to work? The relevant thread from the ubuntu zfsbootmenu install script discussion forum:
Sithuk/ubuntu-server-zfsbootmenu#88
Beta Was this translation helpful? Give feedback.
All reactions