Tiny Core Extensions > TCE Bugs

Failed to open LUKS encrypted volume

(1/1)

hikari:
Hi,
I need to frugal install tiny core as full disk encrypted system.
Boot from iso, install cryptsetup:

--- Code: ---$ tce-load -wi cryptsetup
--- End code ---
Then I formatted my whole disk as luks volume:

--- Code: ---# cryptsetup luksFormat --type luks1 /dev/sda
--- End code ---
It prompts me to input passphrase as expected. Everything looks ok.
Next, to open the encrypted volume:

--- Code: ---# cryptsetup luksOpen /dev/sda coresys
--- End code ---
An error occured:

--- Code: ---cryptsetup: symbol lookup error: /usr/local/lib/libcryptsetup.so.4: undefined symbol: dm_task_get_info, version Base
--- End code ---
I googled and found no answer.
Any idea about that ?

Juanito:
Does this help: http://forum.tinycorelinux.net/index.php?topic=22142.0

Juanito:
Have you tried cryptsetup from the x86_64 repo?

Fierelier:
I experience the same issue on X86, there was some other post about it as well somewhere. It prevents me from having a big persistent home that is encrypted.

Juanito:
You could try the x86_64 version of cryptsetup or, failing that, pm @hiro to request an update to the x86 version.

Navigation

[0] Message Index

Go to full version