Im not a linux guy could someone give me a write up on how to flash bios with smos or would it be easier to install win 7 and do it thanks
Putty is great when you want to access and test one rig. I would recommend to download this:
http://mobaxterm.mobatek.net/download.htmlIt's a connection manager and SSH is one of them. You add your rigs there and it will connect to them in one click after, it even remembers the passwords after.
When you will access the rigs through ssh, you will be able to see the folders path on the left side. Just create a folder called like ''bios'' (/home/miner/bios). Then you just click the upload bottom on top and you will be able to browse your custom rom and upload it inside bios folder.
These are the commands you will need to run:
screen -x miner
crtl+c until it shutdowns (that you are back to main screen)
sudo su
dmesg -c
/root/utils/atiflash -p -f 0 /home/miner/bios/yourcustomrom.rom
If you are not sure about the GPU model, I try to see with atiflash -i 0,1,2, etc. Sometimes it helps lol