Trying to mount a luks encrypted usb and failing, the drive works fine on other machines
Code: Select all
sudo cryptsetup luksOpen /dev/sdb1 drive
Code: Select all
device-mapper: reload ioctl on drive (253:0) failed: Invalid argument
Code: Select all
[ 6610.130723] device-mapper: table: 253:0: crypt: unknown target type
[ 6610.130726] device-mapper: ioctl: error adding target to table
Kernel config: https://dpaste.com/7HH8BR8UK
At this point I have no clue what could be causing this
played around extensively in the kernel and tried enabling the kernel use flag on cryptsetup but it did not do anything.
Wondering if the fact I do not have an initramfs on this machine could be the issue ?
Any clue in figuring this out will be much appreciated


