Results 1 to 6 of 6

Thread: Install Kali Linux live on a USB drive with persistence step by step

  1. #1
    Join Date
    2020-Aug
    Location
    Montreal, Canada
    Posts
    2

    Install Kali Linux live on a USB drive with persistence step by step

    <span style="font-family: Roboto">https://dai.ly/x7vq44v

    Step by step instructions to install and run Kali Linux on a USB thumb drive with persistence so you can run it from any computer without loosing the files and settings

    Laptops boot hot keys
    Dell: Tap F12 when the Dell logo is displayed.
    HP: Tap F9 when the HP logo is displayed
    Lenovo: Tap F12 when the Lenovo logo is displayed.
    Toshiba: Tap F12 or F2 when the Toshiba logo appears.
    Acer: Tap F12 as the Acer logo appears.
    Other: Try tapping Esc, F1-12, or Enter during bootup.
    Disclaimer:All the files on the USB thumb drive will be deleted. So make sure you are using a USB drive that doesn't contain any data you want.We are not responsible for any damage that may occur or to any data that might be lost
    Use Kali Linux only for penetration testing

  2. #2
    Join Date
    2020-Aug
    Posts
    15
    Thank you.

  3. #3
    Join Date
    2020-Aug
    Location
    Montreal, Canada
    Posts
    2
    You're welcome

  4. #4
    Join Date
    2021-Feb
    Posts
    1
    this doesn't work. i've followed this tutorial and several others mounting the partition on my usb, made the persistence.conf file, etc, i've done it all and it just doesn't work, whenever i reboot all files and settings are reset no matter what i do. i've been working on this ALL day and am getting very annoyed now. i haven't even gotten to attempt what i want kali for in the first place because this wont work!

    https://devanswers.co/guide-kali-lin...tence-windows/

    https://www.ethicalhackingtool.com/l...b-persistence/

    https://linuxhint.com/kali_linux_usb_persistence/

    https://unix.stackexchange.com/quest...-linux-rolling

    i've followed all these "tutorials" and more, multiple times each, even starting from scratch with new kali download and followed youtube videos, they all basically the same, i've followed them to the letter and it does. not. work.....why????

    please, this is infuriating. what is wrong? why wont this work?

  5. #5
    Join Date
    2021-Apr
    Location
    Israel
    Posts
    2

    -

    ok i have recieved 10.5.6 and still have problems. i can install it on my mini but when i try to shut down them start it back up it wont boot up. its a new dell mini 10 v with 1 gig of ram and 120 gig hard drive. what programs do i need to make it work? thanks in advance

  6. #6
    Join Date
    2016-Feb
    Posts
    8
    Quote Originally Posted by kalisux View Post
    this doesn't work. i've followed this tutorial and several others mounting the partition on my usb, made the persistence.conf file, etc, i've done it all and it just doesn't work, whenever i reboot all files and settings are reset no matter what i do. i've been working on this ALL day and am getting very annoyed now. i haven't even gotten to attempt what i want kali for in the first place because this wont work!

    https://devanswers.co/guide-kali-lin...tence-windows/

    https://www.ethicalhackingtool.com/l...b-persistence/

    https://linuxhint.com/kali_linux_usb_persistence/

    https://unix.stackexchange.com/quest...-linux-rolling

    i've followed all these "tutorials" and more, multiple times each, even starting from scratch with new kali download and followed youtube videos, they all basically the same, i've followed them to the letter and it does. not. work.....why????

    please, this is infuriating. what is wrong? why wont this work?


    try going by the kali guide

    but instead of this
    Code:
    kali@kali:~$ mkdir -p /mnt/my_usb
    kali@kali:~$ mount /dev/sdb3 /mnt/my_usb
    kali@kali:~$ echo "/ union" > /mnt/my_usb/persistence.conf
    kali@kali:~$ umount /dev/sdb3
    replace it with
    Code:
    kali@kali:~$ mkdir -p /lib/live/mount/persistence/sdb3
    kali@kali:~$ mount /dev/sdb3 /lib/live/mount/persistence/sdb3
    kali@kali:~$ echo "/ union" > /lib/live/mount/persistence/sdb3/persistence.conf
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    i just came found live-clone which seems like it may be useful if nothing else works for ya.


    GUI to clone and manage Live-Build USB sticks

    This application allows one to make bootable USB sticks from an
    iso-hybrid image issued by Live-Build. It adapts additionally a
    persistence partition to use the free space on the USB stick.

    It features also management tools for live USB sticks: when such
    USB disks are used daily, they happen to have inconsistencies in their
    persistence area which can render them unusable. Tools are provided to
    save persistence data when necessary, and to blank the persistence area,
    so the USB disk can be used again.

    The application detects when it is run from a Debian-Live environment,
    thus featuring seamless auto-cloning.


    Code:
    kali@kali:~$ sudo apt-get install live-clone
    Last edited by dustyboner; 2021-07-23 at 10:05.

Similar Threads

  1. Replies: 0
    Last Post: 2020-10-20, 14:32
  2. Stuck on step 2 on the "Kali Linux Live USB Persistence" Guide
    By thomasknudsenj in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2018-09-16, 13:57
  3. Nethunter 3 step by step install guide
    By milestone in forum Installing NetHunter
    Replies: 4
    Last Post: 2016-01-15, 19:34
  4. Replies: 1
    Last Post: 2013-09-23, 08:19

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
  •