Quote:
Originally Posted by HammerON
(although I have no idea as the FAH box tells me nothing):

|
After booting FAH using the web config process it doesn't show any output. This can be found in a message file. In your image you'll notice that you're at the command prompt:
root@FAH:~#
To display the progress of FAH at the command prompt type: [tail -f fah-out.log]
root@FAH:~# tail -f fah-out.log
[fah-out.log output]
'tail -f' outputs a file but does not return to the command prompt. To stop this process you need to type: [^C]
root@FAH:~# tail -f fah-out.log
[fah-out.log output]
^C
Now you're back to the FAH command prompt. When you want to shutdown FAH you would type: [shutdown -h now]
root@FAH:~# shutdown -h now