Hi,
I’m trying to encrypt the root filesystem /
of a raspberry pi 4 device running under Devuan rpi ( custom kernel )
I’m following LUKS on Raspberry Pi 2021 guide
That explain step by step how achieve this.
But the guide use initramfs
and my distro seem to use initrd
So the question, is: should I migrate to initramfs
? and how check whats is inside my current initrd
or keep-up with initrd
but then how insert the necessary to enable LUKS drive to be mounted by it ( initrd ) ?
Thanks.
Nope, both do the same thing but they are not the same thing.
If so what is the difference?
That they are 2 different tools. Here
Also systemd says I am using initrd (on my Fedora machine)
systemd[1]: Running in initrd.
But I have initramfs packed with dracut in /boot folder
Based on first result
Since on all modern system initial filesystem is tmpfs sometimes it is confused and initramfs is called initrd (for example: in grub to load initramfs you use
initrd
command).deleted by creator