https://forums.kali.org/showthread.p...7728#post47728

I found a solution for the above recently, and i know it is tooooo late but, it may be useful to someone.

Solution:

step1
: make a directory for persistence.
Code:
mkdir /live/persistence
step2: create a text file 'persistence.conf' in root of a partition and write '/ union,source=live/persistence' in that file. Which will make kali to save changes into the directory '/live/persistence'.
Code:
echo '/ union,source=live/persistence' > /persistence.conf

step3
: add 'persistence persistence-label=linux' in bootparam. where 'linux' is label of the partision has 'persistence.conf'.
Example:
Code:
linux (loop)/live/vmlinuz boot=live components quiet splash noeject findiso="${isofile}" persistence persistence-label=linux
Reference: https://nkpro2000sr.github.io/man-manjaro/AlsoKali

excuse my English
.