How to make a bootable Kali Linux 2.0 USB

How to make a bootable Kali Linux 2.0 USB with persistence that save files

Do you want to change the settings, update, and save some files in Kali Linux Live USB without losing your work.

How to make a bootable Kali Linux 2.0 USB with persistence. Persistence means that all the data changes that take place while you are using the system, they will be saved on the usb / pendrive that you Linux is in.

bootable Kali Linux

Reasons for using Live USB with Persistence are:
  • · You use all of your system resources eg. CPU, RAM, GPU, etc
  • · You take no space of your Hard Drive for it.
  • · You can take your OS to any PC you use.
bootable Kali Linux

Requirements:

1. Universal USB Installer : www.pendrivelinux.com/universal-usb-inst­aller-easy-as-1-2-3/


or Rufus Faster bootable maker : https://rufus.akeo.ie/

2. Kali Linux Image : https://www.kali.org/downloads/

3. MiniTool Partition Wizard : www.partitionwizard.com  

OR http://download.cnet.com/MiniTool-Partition-Wizard-Free-Edition/3000-2094_4-10962200.html


TUTORIAL:
1. DOWNLOAD KALI LINUX ISO AND MAKE A BOOTABLE LIVE KALI


bootable Kali Linux

 3. CREATE 2 PARTITION WITH MINI TOOL

1. Select your USB drive with Kali Linux  right click  and choose  Move/Resize
  I resize mind 3.2 gig

bootable Kali Linux

bootable Kali Linux
 
2. Click the Unallocated rigth click to create new partition.


bootable Kali Linux


3. Name the partition label  "persistence" , create as "primary" , file system "Ext4" , cluster size "default" .

bootable Kali Linux


4. Click "Apply"  check .. and then click Yes.

bootable Kali Linux


Wait 10 minutes or more...

bootable Kali Linux


4. BOOT FROM YOUR NEW KALI LINUX LIVE USB PERSISTENCE
OPEN THE TERMINAL (CMD LIKE)

bootable Kali Linux



Commands Used In Kali :


UUI is the drive name change with your own drive name label

1. fdisk -l : To List Your Drives

2. mkdir -p /mnt/UUI : Make a directory on the filesystem to mount your USB

3. mount /dev/sdb2 /mnt/UUI : Mount the partition on the directory you made

4. echo "/ union"> /mnt/UUI/persistence.conf : Adds a configuration file to enable persistence.

5. umount /dev/sdb2 && reboot : Unmount the partition and reboot.


OK DONE!!..

When Kali as password type : toor
user name is : root

ConversionConversion EmoticonEmoticon

:)
:(
=(
^_^
:D
=D
=)D
|o|
@@,
;)
:-bd
:-d
:p
:ng
:lv

Note: Only a member of this blog may post a comment.

Thanks for your comment