@ de4l you got skype ? PM me your details and I'll screen share with you. Would be nice to figure whats going on.
you need 2 partitions : 1st one is vfat and 2nd one is ext3
and in debian based, name must be "live-rw", not "casper-rw"
+1 gusti
I've been trying to get persistence to work for days and this was the missing data point.
The procedure I did that worked was:
1. Put keyfob into a linux box. Use "sudo fdisk /dev/sd*" to nuke all partitions. Set up two partitions. Mark the first partition as bootable. Write the results using "w" in fdisk to write the partition table.
2. Run "sudo mkfs.ext3 -b 4096 -L live-rw /dev/sd*2" to format the SECOND partition. The name must be "live-rw", not "casper-rw"
3. Put keyfob into your windows box. A prompt comes up asking if you want to format. Press "format disk" and then "start" then "ok" to allow windows to format the disk. It will format the FIRST partition as fat32. when you hit ok.
4. Use unetbootin-win-549.exe. Click the "diskimage" radio button and point it at the bitcoin iso image. DON'T put anything in the "Space used to preserve files across reboots": leave that at zero. Hit OK to start the transfer. It takes a few minutes.
You're all set. Your image should now be persistent. (at least it was for me...)
You don't need a linux machine ! I've said about 5 times lol
Partition your drive using whatever OS you like. Just make sure you have two partitions. The first needs to be at least 1G the second can be as large or as small as you like.
use unetbootin to install LinuxCoin on your FIRST drive and then reboot into linuxcoin.
Open a shell find what your drive has been named. If you only have one HDD on the computer its normally sdb BUT double check with the following command.
sudo fdisk -l
You should see a list of HDD / Partitions and it should be obvious what one is your USB drive.
Now format your second partition with the following command.
sudo mkfs.ext3 -b 4096 -L live-rw /dev/sd[yourdrive]2
Reboot and you have persistence
I'm looking into why it wont recognize casper-rw won't work using unetbootins method.