Hello,
I have a problem with shutdown/reboot operating system. It hangs at:
“A stop job is running for Cryptography setup for cr_var (... / no limit)"
My partittioning scheme is (MicroOS):
/boot/efi (vfat, no encryption)
/ (encrypted, btrfs, with default subvolumes, fstab option compress=zstd)
/var (encrypted, btrfs)
I tried to fresh install of Tumbleweed (Transactional Server role) with partition scheme such as:
/boot/efi (vfat, no encryption)
swap (encrypted)
/ (encrypted, btrfs with default subvolumes, fstab option compress=zstd)
/home (encrypted, btrfs with some subvolumes, fstab options autodefrag,compress=zstd)
and have the same issue: “A stop job is running for Cryptography setup for cr_home (… / no limit)"
The only solution is forcibly rebooting using ALT+CTRL+DEL.
I was looking for traces in logs, journalctl, dmesg - nothing found…
Can anyone help me?