You are here: Home / centos decrypt luks "feature only available with HAL" trinity

centos decrypt luks "feature only available with HAL" trinity

Trouble decrypting LUKS encrypted device in Cent OS 7 using Trinity Desktop Environment (TDE). Quick notes to address.

 

 

centos decrypt luks "feature only available with HAL" trinity

 

https://www.certdepot.net/rhel7-configure-luks-encrypted-partitions-logical-volumes/

 

yum install -y cryptsetup

 

modprobe dm_crypt

 

 lsmod | grep dm_crypt

 

 

Also check if missing pmount

 

yum search pmount

 

yum install pmount.

 

That could also be the fix.

 

Navigation