Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Zucchini on October 14, 2025, 10:40:16 AM

Title: Error while opening LUKS-encrypted partition
Post by: Zucchini on October 14, 2025, 10:40:16 AM
Hi , guys !
Code: (I'm trying to open a virtual encrypted LUKS partition via cryptsetup-utility) [Select]
sudo cryptsetup luksOpen /dev/sdb1 backup2

Code: (But it fails to open giving the following error) [Select]
cryptsetup: symbol lookup error: /usr/local/lib/libcryptsetup.so.4: undefined symbol: dm_task_get_info, version Base
Is it possible to solve that ?