Error «bd_crypto_luks_open_blob called, but not implemented»
Don’t panic if trying to mount an encrypted storage unit returns the error bd_crypto_luks_open_blob called, but not implemented!
You only need one package: libblockdev-crypto2
.
Debian
# apt update
# apt upgrade
# apt install libblockdev-crypto2
# systemctl restart udisks2.service
Arch
# pacman -Syu libblockdev-crypto2
# systemctl restart udisks2.service