Got It Sorted!
I had the same problem, and solve using another USB Key.
It seems that some USB Key does't work as they have to.
Try and give us a feed back.
First of all... THANK YOU to all who contributed to this All-In-One Tweak and especially the authors of the individual tweaks! Once I figured out what was going wrong, it worked beautifully.
I finally got everything sorted and installed
v1.36 yesterday with some help from other posts on the main thread.
Choose.cmd ran fine and created the necessary install files properly and it also turns out that the USB was fine.
What I had to do was go into the
tweaks.sh file and change "
sd${USB}1" to "
sd${USB}" on line 38. I also had to edit the
dataRetrieval_config.txt file and change the last section from "
sh /mnt/sd?1/tweaks.sh" to "
sh /mnt/sd?/tweaks.sh". Basically I had to remove the "
1" in any and all references to the USB location. It seems some of us have USB locations that look like
sda1, sdb1, etc. and others, like me, simply have
sda, sdb, etc. This explains why I had some success with other individual tweaks; their install files looked for USB location "
sd*" (no "
1").
I hope this helps anyone else having issues with USB installs.
If I may make a suggestion for future versions: Please drop the "
1" from the USB location in the install files; I imagine that would take install success rate to 99% and save some unnecessary frustration.