You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation on https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/Debian%20Bookworm%20Root%20on%20ZFS.html is not applicable anymore. It proposes to add REMAKE_INITRD=yes to /etc/dkms/zfs.conf, so that after ZFS is upgraded, the initramfs is updated to contain the new module. Otherwise, a system with root on ZFS will fail to boot (see #10355).
However, this feature is deprecated and even seems to issue errors in future versions of dkms (as why the default REMAKE_INITRD=no was removed from zfs in #12781).
For me, it seems REMAKE_INITRD=yes seems to be still effective, at least my initramfs gets updated afterwards and my system still boots after an update. However, I have following question regarding future ZFS on root setups. Might there be already something else active for when REMAKE_INITRD=yes is not effective anymore?
If not, something of that sort needs to be added to the documentation, otherwise, as I understand it, systems will not be able after an update of the kernel & zfs-dkms without manually triggering an update of the initramfs.
Describe how to reproduce the problem
follow the ZFS on root documentation for Debian bookworm
after REMAKE_INITRD=yes is set and the zfs module is updated, dkms issues “Deprecated feature: REMAKE_INITRD (/etc/dkms/zfs.conf)”
The text was updated successfully, but these errors were encountered:
Sorry, I didn't see this until now (a year later!). Since this is an issue with the docs, I'm going to close this in favor of openzfs/openzfs-docs#534. (I don't think it's possible to move issues even if I wanted. But since that one has been filed, I'll just use that.)
System information
Describe the problem you're observing
The documentation on https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/Debian%20Bookworm%20Root%20on%20ZFS.html is not applicable anymore. It proposes to add
REMAKE_INITRD=yes
to/etc/dkms/zfs.conf
, so that after ZFS is upgraded, the initramfs is updated to contain the new module. Otherwise, a system with root on ZFS will fail to boot (see #10355).However, this feature is deprecated and even seems to issue errors in future versions of dkms (as why the default
REMAKE_INITRD=no
was removed from zfs in #12781).For me, it seems
REMAKE_INITRD=yes
seems to be still effective, at least my initramfs gets updated afterwards and my system still boots after an update. However, I have following question regarding future ZFS on root setups. Might there be already something else active for whenREMAKE_INITRD=yes
is not effective anymore?If not, something of that sort needs to be added to the documentation, otherwise, as I understand it, systems will not be able after an update of the kernel & zfs-dkms without manually triggering an update of the initramfs.
Describe how to reproduce the problem
REMAKE_INITRD=yes
is set and the zfs module is updated, dkms issues “Deprecated feature: REMAKE_INITRD (/etc/dkms/zfs.conf)”The text was updated successfully, but these errors were encountered: