Hello forum!
I need some help with kali persistence. I already succesfully setup a live boot usb with encrypted persistence with Kali Linux 1.1.0, but now that I passed to 2.0.0 I'm having a problem. The partition is encrypted and asks me for the password but nothing I do is saved, neither the options nor files. I simply followed these steps: http://docs.kali.org/kali-dojo/03-ka...nce-encryption
The only difference was that instead of using
Code:
echo "/ union" > /mnt/my_usb/persistence.conf
that gave me
Permission denied
, I used:
Code:
sudo sh -c "echo "/ union" > persistece.conf"
as I read in another guide for someone who had the same problem. Don't know why, but it worked for 1.1 and thought it would be the same. I noticed that this time the partition "persistence" is completely empty and can't find persistence.conf anywhere.
Thanks in advance for your help!