1. Make sure your USB drive is formatted correctly. Kali Linux requires a Linux filesystem for the persistence partition. You can format the partition using a tool like GParted, and make sure to choose a filesystem like EXT4 or XFS.
2. Make sure your persistence partition is large enough. The persistence partition should be at least as large as the amount of data you want to save. If your persistence partition is too small, Kali Linux may not be able to save all of your changes.
3. Make sure you are using the correct boot menu entry. When you boot from your Kali Linux USB drive, you should see two boot menu entries: one for live mode and one for persistent mode. Make sure you are selecting the persistent mode boot menu entry.
4. Try repairing your persistent partition. If you have tried all of the above and Kali Linux is still not saving your settings, you can try repairing your persistent partition. To do this, follow these steps:

  1. Boot into Kali Linux live mode.
  2. Open a terminal window.
  3. Type the following command:

sudo fdisk /dev/sdc

Replace /dev/sdc with the device name of your USB drive.

  1. Press the p key to list the partitions on your USB drive.
  2. Identify the partition that is being used for persistence. This will usually be the second partition on your USB drive.
  3. Type the following command to repair the partition:

sudo fsck /dev/sdc2

Replace /dev/sdc2 with the device name of your persistence partition.

  1. Press y to continue.
  2. Once the repair is complete, type the following command to exit fdisk:

sudo exit


  1. Reboot your computer and try booting into persistent mode.

If you are still having problems, you can try asking for help on the Kali Linux forums.
Here are some additional tips for troubleshooting persistent mode in Kali Linux:

  • Make sure that you are not running Kali Linux from a write-protected USB drive.
  • Try disabling any antivirus or security software that you are using.
  • Try booting into Kali Linux persistent mode on a different computer.

If you have tried all of the above and Kali Linux is still not saving your settings, you may need to reformat your USB drive and create a new persistent partition.