The miner would initially detect a maximum of 4 of the 6 GPUs. After
ruling out hardware failures, I turned to Google to see if others had
encountered the same problem.
I once again turned to Google, but this time found no useful results, and was
forced to resolve the problem by myself.
I hypothesized that the prior BIOS change had - somehow - interfered with the
GPUs' ability to perform “graphics” tasks. As a workaround, I decided to
reconfigure my BIOS to use the processor’s “integrated graphics” to drive the
video output.
I booted into BIOS config and did the following:
Navigated to Settings\Advanced\Integrated Graphics Configuration
Set Initiate Graphic Adapter to [IGD]
I rebooted the system. Video output was now fine while booting, but became
“fuzzy” after the X server started. I had one final problem to solve.
At a glance, it looked as though the monitor had been configured at the wrong
refresh rate. I popped open xorg.conf to view the display configuration. It
had two issues:
It was still configured against an “NVIDIA” device, rather than IGP.
It was configured to output in 1080i, rather than 1080p.
I simply deleted xorg.conf, rebooted the machine, and restarted X. Finally,
the video output became crytal clear, and nvidia-smi (and claymore) could
detect all 6 GPUs.
With that, I moved on to more interesting work. In Part 3, I’ll
discuss tuning the system for performance.