Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  persist on usb fromiso, do not work?  (Read 2585 times)

Offline vilde

  • User
  • Posts: 708
persist on usb fromiso, do not work?
« on: 2014/10/30, 15:35:05 »
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:
Code: [Select]
boot  siduction  siduction.iso
and inside the siduction folder is the siduction.rw as it shall be.

I made the installation with this command
Code: [Select]
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:
Code: [Select]
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
}
« Last Edit: 2014/10/30, 15:42:24 by vilde »