Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
Rules have been updated! Here

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

[-]
Tags
to with persistence usb create guide live kali linux 2019

Guide to Create Kali Linux 2019 Live USB with Persistence
#1
1. Write Kali Linux ISO to USB
UPDATE FEB 2019: Tested and working in both Kali Linux 2019 and Kali Linux 2018. Let us know in the comments if you have any issues.
Firstly, download the latest version of Kali Linux 2019, (guide also works with Kali Linux 2018) which will have the latest security updates and tools. In this guide we are using the Kali Linux 2019 64 Bit image, though it should work fine with the 32 Bit and Light images as well.
Write the ISO to your USB drive using a tool like Universal USB Installer or UNetbootin. In this guide we are using Universal USB Installer.

Run Universal USB Installer.
[Image: minitool-partition-step8.png]
Step 1: Select Kali Linux from the dropdown menu. (Kali is listed under Security and Penetration Testing).

Step 2: Browse for the Kali Linux 2019 ISO you downloaded.
Step 3: Select your USB drive from the drowpdown menu.
Now select the checkbox Fat32 Format Drive (Erases Content).
Finally, click Create.
It may take a few minutes to write the ISO to USB. Once complete, continue to Step 2 to set up partitions.

2. Resize USB Partition
Now that your Kali Linux 2019 ISO has been written to your USB drive, we can begin setting up partitions to work with Kali Live Persistence. You can configure partitions with the partition manager of your choice, but in this guide we are going to use MiniTool Partition Wizard
Download and install MiniTool Partition Wizard for Windows.
Once installed, run and select MiniTool Partition Wizard .
[Image: minitool-partition-step1b.png]
Right-click on the blue disk space bar of your USB drive and click Move/Resize. In the example below, the USB drive is Disk 3 and it has a blue USB icon over it.
[Image: minitool-partition-step2b.png]
Resize the partition to 4GB and click OK.
[Image: minitool-partition-step3.png]
3. Create Persistence Partition
Right-click on the Unallocated partition and click Create.
[Image: minitool-partition-step4b.png]
Click Yes if you see a message “The new created partition cannot be used in Windows. Because Windows could only recognize the first partition on a removable disk. Do you want to continue?”
In the File System dropdown, select EXT4.
In the Partition Label field, enter persistence. It’s important that you spell this correctly.
Use the maximum partition size available and click OK.
[Image: minitool-partition-step5.png]
Finally, click Apply in the top left-hand corner and click Yes to apply changes.
[Image: minitool-partition-step6b.png]
The Partition Wizard will now set up your partitions. This may take some time depending on the size of your USB drive.
[Image: minitool-partition-step7.png]
Once done, close Partition Wizard and safely eject your USB drive.
4. Boot Into Kali 2019 Live USB
Once partitioning is complete, restart your machine and boot from USB.
You may need to do some searching on Google on how to boot from USB on your particular machine. Sometimes pressing Shift and the restart button in Windows will invoke a menu at bootup. If that doesn’t work, repeatedly pressing one of the function keys (F12F2, etc) or the ESC or Delete keys on bootup will invoke the boot or BIOS menus on most machines. 
In the Kali boot menu, select Live system (persistence, check kali.org/prst) and press Enter.
The menu may look different depending on your version of Kali.
[Image: kalimenu2.png]
If Kali prompts for login details, the default username is root and the password is toor.
5. Mount Persistence Partition
Once Kali has booted, we will use
Code:
The contents of this section are hidden
You have No permissions
to view the disk devices and partitions.
Open a new terminal window and run:
Code:
The contents of this section are hidden
You have No permissions
You will see several entries for partitions and devices listed. Look for your USB drive. It will have two partitions: A 4GB partition and a persistence partition you created earlier.
Code:
The contents of this section are hidden
You have No permissions
In the above example, we can see the USB drive with a 4GB partition and a larger persistence partition with the device name
Code:
The contents of this section are hidden
You have No permissions
. This device name may be different on your setup. Make sure you have the right one before continuing.
Assuming our persistence partition device name is
Code:
The contents of this section are hidden
You have No permissions
, run the following commands.
IMPORTANT: You must enter these commands exactly and ensure you choose the correct device (yours may not be
Code:
The contents of this section are hidden
You have No permissions
), otherwise persistence will not work.
Code:
The contents of this section are hidden
You have No permissions
Code:
The contents of this section are hidden
You have No permissions
Code:
The contents of this section are hidden
You have No permissions
Code:
The contents of this section are hidden
You have No permissions
We’re done! Restart the machine, boot from USB, and from now on always select Live system (persistence, check kali.org/prst)
[Image: kalimenu2.png]
To test if persistence is working correctly, try creating an empty test folder on the Desktop and restarting. Select Live system (persistence, check kali.org/prst) again and if the test folder is still there, persistence is working correctly.
Reply
#2
good ,but is this also applicable using ventoy
Reply
#3
With ventoy you would have to add the persistence plug-in and I'm not sure that kali is on the tested list. just my thought..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)