My guess is that not all files were copied successfully, since you've had problems with that part the first time. So like I said before, ifmisses some things, maybe tryCode:cp -a /data/. $TMP_DIR
instead.Code:tar -cp -C /data ./ | tar -xp -C $TMP_DIR
Another possibility is some cached files became corrupt when you went from booting with internal storage to booting with external SD. If so, cache and dalvik cache may need to be wiped so they could be rebuilt.
Last one I can think of right now is the file system may have an error. If that error is on the ext4 partition of the external SD, you can put the SD card in a Linux PC and run fsck to fix it. Or you can reformat that partition and start over from the state of your internal /data if you don't care about the data already on the SD.
Good luck.
WarrantyVoider, I registered to thank you very much for your detailed instructions on how to link the SD card - it works!! I softbricked it once by installing both EZ file and FX file manager... but that's about the only hitch. Installed Assassin's Creed and Hitman GO and both seem to run fine so far *fingers crossed*
I used the above copy method with tar by copy and pasting over that line and everything seemed to copy over.
This method is much better than the Link2SD - I tried letting the battery drain to zero and all my apps and settings "stuck"
Thanks again!!!!