ZFSBootMenu
docs.zfsbootmenu.org
ZFSBootMenu
1–10 of 56 posts
Re: ZFSBootMenu
#2This wouldn't apply if you needed to have divergent state though, though it's hard to imagine a use case for that unhandled by fs snapshots.
Re: ZFSBootMenu
#3Re: ZFSBootMenu
#4One concern I had with zfsbootmenu was I couldn't figure out how to load microcode. With kexec, zfsbootmenu can only load one image and late loading microcode may be "dangerous" [1]. I don't know practically if that is a real security issue or not. I tried cat'ing my images together as below, but it still didn't work for me:
mv initramfs-linux.img initramfs-linux.img.orig
cat intel-ucode.img initramfs-linux.img.orig > initramfs-linux.img
[1] https://docs.kernel.org/arch/x86/microcode.html#why-is-late-...Re: ZFSBootMenu
#5Re: ZFSBootMenu
#6Does ZFSBootMenu allow for entering encryption password remotely on encrypted root?
Re: ZFSBootMenu
#7Does ZFSBootMenu allow for entering encryption password remotely on encrypted root?
https://docs.zfsbootmenu.org/en/v2.2.x/guides/general/remote...
Re: ZFSBootMenu
#8Kudos to everyone involved in this! Love everything about this. Using it on my notebook, on dedicated servers rented at Hetzner as well as on Hetzner-Cloud, as well on a bunch of dedicated servers in a rack. Solves almost all problems related to ZFS and Linux. Booting this from SYSLINUX works very well as well as UEFI - it's extensible and you can run it with the ZFS git version if you use the generate-zbm command. S…
Re: ZFSBootMenu
#9I was looking at using this for my arch zfs-on-root setups, but I've instead just been hacking on /etc/grub.d/10_linux and /lib/initcpio/hooks/zfs to get the boot menu setup I want with grub. I like the simplicity of it this way with less dependencies (especially otherwise needing to use AUR for the zfsbootmenu build or use the pre-built binary blob). One concern I had with zfsbootmenu was I couldn't figure out how t…
I started ZBM years ago by hacking on the same grub script, then progressed to what it is now!