Paul, you're right, the Radio issue seems to be somehow related to the network.
I've used simple network test and now it works.
# Wait until network is up and running
until ifconfig | grep -q Bcast
do
sleep 1
done
# Start Slimserver
/bin/mount /mnt/sda1
/usr/local/etc/init.d/slimserver start