Enable sysreq
echo 1 > /proc/sys/kernel/sysrq
Send boot command to sysreq. Warning, this will NOT sync the filesystem.
echo b > /proc/sysrq-trigger
You can find other sysreq commands here:
https://www.kernel.org/doc/Documentation/sysrq.txt
Have fun!