Options for Multiple Persistence
You can add up to 4GB persistence by adding a casper-rw file and 4GB more adding a home-rw file, (re-labeled casper-rw file), to the gnu radio partition root. You will need to add the word persistent to your grub.cfg file along with the persistent-path to these files, (or to syslinux.cfg or txt.cfg if booting using Syslinux).
You can not have multiple Persistent partitions on a drive.
If you want multiple Persistent installs on the HDD, try YUMI, The persistent casper-rw files are of unlimited size if you are booting BIOS, They are limited to 4GB if you are using the UEFI version of YUMI.
You can also create multiple Full installs on HDD, by installing to multiple partitions, each as you would to internal drive. They will have unlimited persistence. Good to start with a GPT partition table as you can fit more partitions.
Ref: "Handmade" live usb multisystem or Multi-partition multi OS bootable USB and Install grub on a multi-partition and multiboot USB flash drive
sudo apt update && sudo apt install gnuradio
– sudodus Feb 14 '20 at 14:33Thanks
– khan1453 Feb 14 '20 at 16:37