Originally Posted by
kalisux
try going by the kali guide
but instead of this
Code:
kali@kali:~$ mkdir -p /mnt/my_usb
kali@kali:~$ mount /dev/sdb3 /mnt/my_usb
kali@kali:~$ echo "/ union" > /mnt/my_usb/persistence.conf
kali@kali:~$ umount /dev/sdb3
replace it with
Code:
kali@kali:~$ mkdir -p /lib/live/mount/persistence/sdb3
kali@kali:~$ mount /dev/sdb3 /lib/live/mount/persistence/sdb3
kali@kali:~$ echo "/ union" > /lib/live/mount/persistence/sdb3/persistence.conf
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
i just came found live-clone which seems like it may be useful if nothing else works for ya.
GUI to clone and manage Live-Build USB sticks
This application allows one to make bootable USB sticks from an
iso-hybrid image issued by Live-Build. It adapts additionally a
persistence partition to use the free space on the USB stick.
It features also management tools for live USB sticks: when such
USB disks are used daily, they happen to have inconsistencies in their
persistence area which can render them unusable. Tools are provided to
save persistence data when necessary, and to blank the persistence area,
so the USB disk can be used again.
The application detects when it is run from a Debian-Live environment,
thus featuring seamless auto-cloning.
Code:
kali@kali:~$ sudo apt-get install live-clone