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
Because of this, update-initramfs -u fails when trying to copy veritysetup into the initramfs. I think this may be related to some of @sidhussmann's observations about the 5.10 kernel?
The text was updated successfully, but these errors were encountered:
@sidhussmann looking at his changes (and making them myself), they still don't get around the fact that cryptsetup can't be found (and therefore veritysetup can't be moved). It occurs to me this is possibly due to the fact that I'm not installed with LUKS, but it's a corner case I think should be handled, since the apt install is idempotent.
There is a separate issue where the initramfs, once built, doesn't work, which is maybe what you're talking about?
Because of this,
update-initramfs -u
fails when trying to copyveritysetup
into the initramfs. I think this may be related to some of @sidhussmann's observations about the 5.10 kernel?The text was updated successfully, but these errors were encountered: