Results 1 to 2 of 2

Thread: Live USB persistence not working...

  1. #1
    Join Date
    2014-Nov
    Posts
    1

    Live USB persistence not working...

    I have install Kali 1.0.9a on a USB to be used as a Live USB with persistence. But, the persistence is'nt working. I have followed the official documentation to create the persistence.

    Here's the persistence.conf file located in /dev/sdb3:
    Code:
    size=4gb
    read bytes _ < <(du -bcm kali-linux-1.0.9a-amd64.iso |tail -1); echo $bytes
    parted /dev/sdb mkpart primary $bytes $size
    mkfs.ext3 -L persistence /dev/sdb3
    e2label /dev/sdb3 persistence
    mkdir -p /mnt/my_usb
    mount /dev/sdb3 /mnt/my_usb
    echo "/ union" > /mnt/my_usb/persistence.conf
    umount /dev/sdb3

  2. #2
    Looks like you've completely foobared your setup as persistence.conf should definitely not look like that. I suggest you read the instructions again.

Similar Threads

  1. Kali Linux Live USB working - Persistence keeps failing
    By benno401 in forum Installing Archive
    Replies: 2
    Last Post: 2018-05-13, 19:26
  2. Replies: 5
    Last Post: 2018-05-06, 13:22
  3. Persistence on Live USB is only 1/2 working
    By natv in forum Installing Archive
    Replies: 5
    Last Post: 2015-12-19, 09:50

Tags for this Thread

Posting Permissions

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