I tried to do a fromiso, persistent from the cinnamon (pre)release. I have not done this before but there is no persistence. I presume that if I for example change desktop settings or install wifi drivers it shall be remembered to the next boot? Shall I be able to see the persistence file as a folder? I'm not.
If I check the usb-stick ls will give: boot siduction siduction.iso
and inside the siduction folder is the siduction.rw as it shall be.
I made the installation with this command fll-iso2usb -D /dev/sdb -f none --iso os/siduction-14.1.0-paintitblack-cinnamon-amd64-201410112335.iso -p -- lang=sv tz=Europe/Stockholm
grub.cfg looks like this:
search --no-floppy --fs-uuid --set 5271-3E3A
insmod video
insmod font
insmod vbe
insmod png
insmod gfxterm
set gfxmode="1024x768x32;800x600x32;640x480x32;1024x768;800x600;640x480"
loadfont /boot/graphics/unicode.pf2
terminal_output gfxterm
set gfxpayload=1024x768x32
if background_image /boot/graphics/1024x768.png ; then
set color_normal=white/black
set color_highlight=magenta/black
else
set color_normal=green/black
set color_highlight=cyan/black
fi
menuentry "siduction from iso (amd)" {
loopback loop /siduction.iso
linux (loop)/boot/vmlinuz0.amd boot=fll fromhd=UUID=5271-3E3A fromiso=/siduction.iso nointro quiet persist=/siduction/siduction-rw lang=sv tz=Europe/Stockholm
initrd (loop)/boot/initrd0.amd
}