Results 1 to 4 of 4

Thread: Kali Live on usb with pesistence

  1. #1
    Join Date
    2014-Jan
    Posts
    2

    Kali Live on usb with pesistence

    So I have looked over the forum and I see a few post about installing Kali live on a usb drive. I have been trying really hard over the last few days to get this done. It seems like a simple task. I have read the doc on the site for installing on usb with persistence. Here is what i have done.

    I have tried using Rufus on windows 7. It writes the iso to the usb drive which i can then boot from on my test laptop. Problem is it uses the whole 16G usb drive which means I can't do persistence. I don't see a way to change this. The win32Diskimage app doesn't write at all. it fails and I can't remember the error.

    On Mac OS i put the drive in and formatted as fat32. Used dd and it still fills up the whole drive. I tried to created a 5G partition and leave the rest free. I used dd again and then time it just writes to the 5G partition. Great. I power up my test vm on my Mac where I did a full install of Kali. I run gparted just like the doc. formatted the free space as ext4 label it persistence save my changes. Then take the drive to same test laptop and now it doesn't boot.

    So test number three was to do the whole process in the Kali vm. So i copy the same iso over to my vm. Open up gparted and deleted all the partition on the drive. Run my dd cmd and this time it creates a small partition about 3G and the rest is free space. Next step is to run gparted and format the remaining space. Which doesn't work because gparted tells me i don't have a partition table. Which seems odd because the drive is mounted on the desktop and I can read and write to it. This test also doesn't boot.

    This seems like a really straight forward process. I have used the same ISO each time. I must be messing up the formatting before i run dd. I don't know but I would like to get this to work. any help would be awesome.

  2. #2
    Join Date
    2013-Mar
    Posts
    354
    When copying iso with dd comand, it writes out the iso to the usb. But the USB is formatted to fat32, creating ONE and only one partition.

    Let me put it this way:
    1. Format the USB stick to fat32 (You create ONE and only one partition, you use the whole drive).
    2. Copy iso with dd.
    3. Use gparted and Shrink the partition created where you copied the iso.
    4. With the space free, format it. That is going to be the persistent partition. It should be /dev/sdb2 or whatever your device is at.

    The rest follow the wiki: http://docs.kali.org/installation/ka...ve-usb-install

    Hope it helps.

  3. #3
    Join Date
    2014-Jan
    Posts
    2

    [resolved]

    Quote Originally Posted by maverik35 View Post
    When copying iso with dd comand, it writes out the iso to the usb. But the USB is formatted to fat32, creating ONE and only one partition.

    Let me put it this way:
    1. Format the USB stick to fat32 (You create ONE and only one partition, you use the whole drive).
    2. Copy iso with dd.
    3. Use gparted and Shrink the partition created where you copied the iso.
    4. With the space free, format it. That is going to be the persistent partition. It should be /dev/sdb2 or whatever your device is at.

    The rest follow the wiki: http://docs.kali.org/installation/ka...ve-usb-install

    Hope it helps.
    I followed your steps using Kali. When I get to step 4 it wouldn't let me shrink it. It wasn't an option even after i unmounted it. What i needed up doing is using Rufus on my Windows pc to create the bootable usb. Once i confirmed it booted i then used gparted to shrink the partition and make the remaining space persistence. It worked just fine.

    Thanks for the help.

  4. #4
    I've tried to install KALI live usb
    then I make a persistence mode and successfully,
    but when i update repository and after the restart and only appear blank screen, even though I've been following the appropriate instructions here.

    No one knows the solution?

Similar Threads

  1. Replies: 0
    Last Post: 2021-10-01, 05:44
  2. Replies: 0
    Last Post: 2021-02-14, 04:38
  3. Replies: 2
    Last Post: 2018-08-25, 10:22

Posting Permissions

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