sajolida wrote (25 Mar 2012 18:27:06 GMT) : > I was playing around with the persistence wizard and closed the > windows before the end of the bootstrap step, while it was doing > mkfs.ext3. Then I couldn't boot from that USB and had to reformat it > and reinstall it.
tails-persistence-setup fixes the system partition attributes after udisks messes them up: https://tails.boum.org/todo/usb_install_and_upgrade/todo/#index4h2 To fix things by hand: for i in 2 60 62 63 ; do sgdisk /dev/YOUR_STICK --attributes=1:set:$i done (e.g. YOUR_STICK=sdc) Cheers, -- intrigeri | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc _______________________________________________ tails-dev mailing list [email protected] https://mailman.boum.org/listinfo/tails-dev
