Results 1 to 3 of 3

Thread: kali-linux-live-usb-persistence

  1. #1
    Join Date
    2016-Oct
    Posts
    2

    kali-linux-live-usb-persistence

    Hey,
    somehow I can't figure out how to make the USB Stick ready for it...
    I used this http://docs.kali.org/downloading/kal...sb-persistence tutorial.
    I splitted it into this parts:

    Code:
    1. dd if=kali-linux-2016.2-amd64.iso of=/dev/sde1 bs=512k
    
    2. size=4gb
    
    3. read start _ < <(du -bcm kali-linux-2016.2-amd64.iso | tail -1); echo $start
        parted /dev/sde1 mkpart primary $start $end
    
    4. mkfs.ext3 -L persistence /dev/sde1
        e2label /dev/sde1 persistence
    
    5. mkdir -p /mnt/my_usb
    6. mount /dev/sde1 /mnt/my_usb
    7. echo "/ union" > /mnt/my_usb/persistence.conf
    8. umount /dev/sde1
    But I always fail at #3...
    it splits the codes when i copy it into the terminal but at the 2nd part ("parted /dev/sde1 mkpart primary $start $end") it tells me that I am not the Systemadmin and that i don't got the permission then it asks me "End?" and fails ....


    Can someone tell me how i can fix this and make the live usb stick work?

    Thx

  2. #2
    Join Date
    2016-Oct
    Posts
    1
    If you mean what i think you do, follow this tutorial if you haven't sorted it already, works a treat

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

    I tried the one in the docs that you have vcopied the link for, but had no joy, it describes kali 1.0.8, so not sur eif some of the commands are different, or it has an effect on how the files are installed, with it being updated since that document was published

    Good luck

  3. #3
    Join Date
    2016-Oct
    Posts
    2
    Okay thank you I'll try it later. Let's hope it works

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. Unable to create persistence on Kali Linux Live USB
    By allnewtome! in forum Installing Archive
    Replies: 2
    Last Post: 2015-10-23, 09:26

Posting Permissions

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