Results 1 to 3 of 3

Thread: Kali Linux Live USB working - Persistence keeps failing

  1. #1
    Join Date
    2018-May
    Posts
    6

    Kali Linux Live USB working - Persistence keeps failing

    Hi All,

    I recently posted a thread "Persistence not working on Kali Linux Live USB - MacOS High Sierra".

    I received some good feed back and followed one set of instructions regarding loading Kali iso onto a usb then making it persistence.

    Once again, i manage to boot into Kali but despite following the many tutorials to the T, persistence doesn't seem to want to work. Each an every time i reboot, the test folder i make disappears and the persistence partition reappears

    I think it may be down to the reboot process but I could be wrong.

    Firstly i'm given the option to choose either Macintosh HD or EFI, i select EFI. Next i'm given options that no one else seems to be getting. I thought I should be getting the standard blue Kali Linux Boot Menu where you can choose the Kali Live persistence option, but I get the following!

    Webp.net-resizeimage.jpg
    Webp.net-resizeimage copy 3.jpg
    Webp.net-resizeimage copy 2.jpg
    Webp.net-resizeimage copy.jpg

    I hope the images have attached. I have tried setting up Kali and persistence in all the different ways suggested on here and the tutorials but these menus don't seem to come into play on any of the tutorials. Can anyone please give me a pointer in which way to go. I've tried selecting option 2 then 5 for persistence, but no joy there either.

    This is what I do to make persistence
    open gparted
    select correct drive
    select persistence partition
    unmount partition
    format to ext3
    label persistence


    boot into live persistence usb


    open terminal
    do
    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


    I'm at a total loss now.

    Thanks in advance and have a great day guys

    ps. apologies if i shouldn't have made this a new thread.
    Attached Images Attached Images

  2. #2
    Join Date
    2018-Mar
    Location
    Earth
    Posts
    13
    1. Burn the image.....then
    2. Use Gparted to make a new partition with label persistence ,file system ext4 ,primary.....then reboot......
    3.select the live usb persistence option from the boot menu.......
    4.them type - mkdir -p /mnt/my_usb
    5. Mount it by - mount /dev/sdb3 /mnt/my_usb
    6. Type - echo "/ union" > /mnt/my_usb/persistence.conf

    Now type in -- umount /dev/sdb3 && reboot

    next time you boot.... Boot in "live usb persistence (amd64) "

    I hope this helps

  3. #3
    Join Date
    2018-May
    Posts
    6
    Hi Kali-for-good, my issue at the moment if you look at the images I attached to my post is that I don’t seem to have the regular Kali boot menu where I have the option to choose “Live usb persistence (amd64)”

    Many thanks

Similar Threads

  1. Replies: 0
    Last Post: 2020-04-30, 18:05
  2. Replies: 5
    Last Post: 2018-05-06, 13:22
  3. Macbook Pro Internal Wifi - No Guides Working - Kali Live USB w/ Persistence
    By chiefkilokai in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2018-01-13, 20:48
  4. Live USB persistence not working...
    By mrtippage in forum Installing Archive
    Replies: 1
    Last Post: 2014-11-16, 23:23

Posting Permissions

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