Login screen frozen after entering password

Multiple problems:

  • /dev/sdd3 is not a great identifier as it is not stable enough (seems to be /dev/sdb3 in your blkid output): use UUIDs or labels
  • do not mount 2 partitions to the same mountpoint: you will only have access to the one mounted last
  • /dev/sdd3 is mentioned twice: once with filesystem ext4 and once with filesystem ntfs - one is wrong, it cannot be both
  • /run/mount is not a mountpoint you should mount any partition on

So remove entries for /dev/sdd3, /dev/sdd3 (no typo, it’s specified twice!), /dev/sdd4 and that /dev/mapper/luks-... and try to boot up then.

2 Likes