I solved my problem this morning.
I never mentioned that I did edit bootinst.bat and syslinux.cfg as suggested in another thread. these did not work for me.
I found another way: I went to C:/unetbtin and saw that there was a menu.lst file in it.
I edited it and added "changes=/dev/sda2" and now it is saving.
It looks like this:
I added it to the first two entries only, don't know if it's redundant yet, I'll delete the entry in "BT Graphics Mode" and see if it is.Code:default 0 timeout 10 title UNetbootin find --set-root /unetbtin/ubnkern kernel /unetbtin/ubnkern vga=0x317 ramdisk_size=6666 root=/dev/ram0 rw changes=/dev/sda2 autoexec=xconf;kdm initrd /unetbtin/ubninit boot title BT3 Graphics mode (KDE) find --set-root /boot/vmlinuz kernel /boot/vmlinuz vga=0x317 ramdisk_size=6666 root=/dev/ram0 rw changes=/dev/sda2 autoexec=xconf;kdm initrd /boot/initrd.gz boot title BT3 Graphics mode (Flux) find --set-root /boot/vmlinuz kernel /boot/vmlinuz vga=0x317 ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;flux initrd /boot/initrd.gz boot title BT3 Graphics mode (VESA KDE) find --set-root /boot/vmlinuz kernel /boot/vmlinuz vga=0x317 ramdisk_size=6666 root=/dev/ram0 rw autoexec=kdm initrd /boot/initrd.gz boot title BT3 Text mode Frame Buffer find --set-root /boot/vmlinuz kernel /boot/vmlinuz vga=0x317 ramdisk_size=6666 root=/dev/ram0 rw initrd /boot/initrd.gz boot title Run BT3 no DHCP find --set-root /boot/vmlinuz kernel /boot/vmlinuz vga=0x317 ramdisk_size=6666 root=/dev/ram0 rw nodhcp initrd /boot/initrd.gz boot title Run BT3 no Hard Disk find --set-root /boot/vmlinuz kernel /boot/vmlinuz vga=0x317 ramdisk_size=6666 root=/dev/ram0 rw nohd initrd /boot/initrd.gz boot title Run BT3 Safe Mode find --set-root /boot/vmlinuz kernel /boot/vmlinuz vga=normal ramdisk_size=6666 initrd /boot/initrd.gz boot title BT3 Graphics mode with Persistent Changes find --set-root /boot/vmlinuz kernel /boot/vmlinuz vga=0x317 ramdisk_size=6666 root=/dev/ram0 rw changes=/changes/slaxsave.dat autoexec=xconf;kdm initrd /boot/initrd.gz boot title BT3 Graphics mode, Copy To RAM find --set-root /boot/vmlinuz kernel /boot/vmlinuz vga=0x317 ramdisk_size=6666 root=/dev/ram0 rw copy2ram autoexec=xconf;kdm initrd /boot/initrd.gz boot title Run Memtest utility find --set-root /boot/mt86p kernel /boot/mt86p initrd /unetbtin/ubninit boot
Thanks


