Post
Topic
Board Mining (Altcoins)
Re: I made an auto-coldrebooter script for BAMT/SMOS
by
RLutz
on 28/02/2014, 16:32:07 UTC
Some people have mentioned that sometimes coldreboot can fail, while I've never had this problem, you could try using Linux magic keys as a failover if coldreboot fails, just sleep for 30 or so then

Code:
#after the /sbin/coldreboot line
sleep 30
echo s > /proc/sysrq-trigger
sleep 10
echo b > /proc/sysrq-trigger