I figured it out... I rememberd how windows text files are different than linux text files...

I had just uploaded a text file that I made with notepad to the empeg for the init and it didn't work right. so I redid the init using echo on the empeg like this:

echo '#!/bin/bash' >init
echo 'blah blah'>>init

then I rebooted and it worked.