User:Dieselnutjob/Pinebook Pro/Truecrypt on Manjaro
< User:Dieselnutjob
Jump to navigation
Jump to search
Revision as of 20:37, 17 October 2020 by Abcde (talk | contribs) (Abcde moved page Truecrypt on Manjaro to Pinebook Pro/Truecrypt on Manjaro: Only applicable to PBP)
At least on the default Manjaro build on Pinebook Pro, as of August 2020 Truecrypt is available in Add/Remove Software.
However it does not work out of the box due to the lack of a loop device needed to mount a Truecrypt volume.
First you need to install dracut
sudo bash pacman -Syu dracut
Configure loop
sudo echo "loop" >> /etc/modules-load.d/truecrypt.conf sudo echo "options loop max_loop=8" >> /etc/modprobe.d/eightloop.conf
Make it permanent by rebuilding initrd
dracut --force reboot
Original sources of information:-