A tela de senha do LUKS não aparece após instalar o Kubuntu 24.10. Tentei uma instalação nova, mas não obtive sucesso. Além disso, alterar a tela de inicialização nas configurações do KDE não faz nada.
Abaixo estão meus arquivos fstab e crypttab:
# /etc/crypttab: mappings for encrypted partitions.
#
# Each mapped device will be created in /dev/mapper, so your /etc/fstab
# should use the /dev/mapper/<name> paths for encrypted devices.
#
# See crypttab(5) for the supported syntax.
#
# NOTE: You need not list your root (/) partition here, but it must be set up
# beforehand by the initramfs (/etc/mkinitcpio.conf). The same applies
# to encrypted swap, which should be set up with mkinitcpio-openswap
# for resume support.
#
# <name> <device> <password> <options>
cryptHome UUID=e2652883-XXXX-4d1b-XXXX-c842019fb8d9 none luks,timeout=30
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=1442-DF7D /boot/efi vfat defaults 0 2
UUID=3025d2f2-1e29-464a-a7f8-bd1a5a6c9830 / ext4 defaults 0 1
/swapfile swap swap defaults 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
/dev/mapper/cryptHome /home ext4 defaults 0 2
journalctl -xb não mostra nenhum erro relacionado ao LUKS, nem ao /var/log/syslog. Tudo funciona perfeitamente quando eu descriptografo manualmente e monto minha partição em /home. No entanto, não tenho certeza de como resolver o problema com a descriptografia automática. Por favor, ajude!
Consegui resolver o problema executando:
$ sudo apt-get -y instalar systemd-cryptsetup
Veja: https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/2084251