Got a little note you may want to include in your tutorial... If somebody is running any type of multi-GPU setup (SLI, Rendering+Physx, etc), you need to specify which card to flash the BIOS to.
This is done by adding
--index=0 (
0 is first slot,
1 is second slot,
2 is third, etc) directly after 'nvflash'. For example:
Code:
nvflash -5 -6 BIOS.ROM
For first card:
Code:
nvflash --index=0 -5 -6 BIOS.ROM
For second card:
Code:
nvflash --index=1 -5 -6 BIOS.ROM
Best place I've ever found to download NVidia BIOS files and tools is here:
ReMOSitory.com