For those of you having this same problem, I found out that the initial build and subsequent update using the developer image for some reason did not create the directory structure that Emplode needed. I apologise if I write this incorrectly but since I don't really know linux all that well, this is what I found when comparing the old drives with the new one: /Drive0 and /drive1 need to have the following subdirectories in them: /fids, /lost+found, and /Var. On my rebuild I found that /Drive0 was missing the /fids and /var directories while /drive1 was missing all three. Once I made the new directories using the mkdir command, Emplode found what it needed and no longer crashes. I hope this helps out some of you at least, thanks.