Results 1 to 3 of 3

Thread: Problems with persistence

  1. #1

    Problems with persistence

    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!

  2. #2
    Join Date
    2013-Jul
    Posts
    844
    Try these approaches

    https://forums.kali.org/showthread.p...-0-flash-drive

    If you have no linux operating system to work on your flashdrive an alternative solution if offered see below


    https://forums.kali.org/showthread.p...stence+windows

    We do not use luks encryption as tends to cause some processes to hang or fail with usb flash drives.

    Musket Teams
    Last edited by mmusket33; 2016-11-11 at 10:11.

  3. #3
    I tried again and this time before the echo command I became a super user and everything worked fine.
    Thanks!

Similar Threads

  1. Problems with USB Persistence
    By MrVeryVeryGreen in forum Installing Archive
    Replies: 1
    Last Post: 2016-05-31, 05:26
  2. Problems setting up persistence with Kali.
    By rabidburn in forum Installing Archive
    Replies: 0
    Last Post: 2013-06-08, 21:44

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •