Hello, thank you very much for this excellent system, it fulfills its mission of delivering the most up-to-date and stable KDE Plasma.
I have an encrypted partition and I would like the system to decrypt it during boot, so I added the following informationkernel_cmdline=" usbcore.autosuspend=-1 hpet=disable i8042.nopnp root=UUID=f991cf2a-3f77-4e3f-bc69-36f98097ba3f rd.luks.uuid=35837360-fc11-4ac9-ba91-4f4626150e5b luks.options=tpm2-device=auto rw quiet rootfstype=ext4 rd.auto=1 "
in /etc/dracut.d/meus.conf and in /boot/loader/entries/meu.conf that I use for boot. I also added the following modules add_dracutmodules+=" tpm2-tss "
in Dracut, and later I ran the commands # systemd-cryptenroll /dev/sda2 --wipe-slot=empty --tpm2-device=auto
to add the keys to the tpm2 chip. The settings added in Dracut have worked on all the distros I have tested, namely Debian, Kubuntu and Manjaro, without systemd-boot but with #uefi="yes"
on Dracut, and use .efi directly and the system does in fact decrypt the partition during boot, but this does not happen with KaOS. For this reason, I was thinking about doing a reinstallation without encryption, but because I have a lot of information on the disk, I would like some help before I make the decision.