So I imaged the USB properly and replaced oneBash with my own configured one. Trying to boot however seems to suffer from repeated reboots (5+ so far).
Here are my specs:
- Asus Prime Z270-p. It's not listed under fully supported boards. I still used the "all mobo nvOC" for it. Please let me know if I should use another specific image.
- 6 * MSI GTX 1060
- Intel pentium 1151 processor
BIOS changes
- Above 4G: enabled
- Primary display: PCIE
- Audio controller: disabled
Please let me know if I missed something.
I don't know if this is your issue or not, but worth giving it a shot:
Do you have the monitor connected directly to the mobo?
This is the most likely reason I can think of that the xorg would corrupt every boot.
If you have been connecting the monitor directly to the mobo, move it to the primary GPU (the one connected to the 16x pcie slot closest to the CPU) and boot, it should display the message you have been seeing once, then work normally on the second boot.
Let me know if this is not the case.
I have HDMI cable connected to primary x16 PCIE port. But thanks for your prompt answers, fullzero!
Ok try this as well and let me know:
so lets see what happens if you remove the xorg check:
in oneBash:
the first implementation line: under the settings division:
#########################################################################
XORG="FAIL"
change this to:
XORG="OK"
and save
and start the mining process
tell me if you see OC messages at the beginning of the mining process after the ifconfig output.
Yeah so, I have the HDMI connected to the first PCI-E x16 slot, unfortunately it seems like it is still only registering GPU (0-4) so only 5.
To clarify, its the "Second" PCI-E x16 slot that seems like it's not working, have tested it solo, it works, its just that slot that's not showing any of the GPU's during the mining process. Perhaps its a power to that pci-e x16 slot issue?
So I tried the xorg="OK" and it doesn't seem to be working either, still showing me 5 of the 6 GPU.
MSI Z270-A Pro & 6 ASUS Dual OC 1070.

If you enter the following in the guake terminal (f12), what does it output?
lspci | grep VGA
still getting
1:00.0 VGA compatible controller: Nvidia Corporation Device 1b81 (rev a1)
3:00.0 VGA compatible controller: Nvidia Corporation Device 1b81 (rev a1)
6:00.0 VGA compatible controller: Nvidia Corporation Device 1b81 (rev a1)
7:00.0 VGA compatible controller: Nvidia Corporation Device 1b81 (rev a1)
8:00.0 VGA compatible controller: Nvidia Corporation Device 1b81 (rev a1)
9:00.0 VGA compatible controller: Nvidia Corporation Device 1b81 (rev a1)
Well that is 6, so the cards are there. If I understand it correctly, the mining software sees only 5 after starting up? That can be a power issue. The riser was powered you wrote, the card is powered correctly as well?
In a guake terminal (F12), what shows
nvidia-smi
?
This is how the last part looks like here (same MB, 6 1070 Gigabyte):
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1168 G /usr/lib/xorg/Xorg 110MiB |
| 0 1820 G compiz 33MiB |
| 0 2349 C /home/m1/zec/v3_4/miner 593MiB |
| 1 1168 G /usr/lib/xorg/Xorg 7MiB |
| 1 2349 C /home/m1/zec/v3_4/miner 593MiB |
| 2 1168 G /usr/lib/xorg/Xorg 7MiB |
| 2 2349 C /home/m1/zec/v3_4/miner 593MiB |
| 3 1168 G /usr/lib/xorg/Xorg 7MiB |
| 3 2349 C /home/m1/zec/v3_4/miner 593MiB |
| 4 1168 G /usr/lib/xorg/Xorg 7MiB |
| 4 2349 C /home/m1/zec/v3_4/miner 593MiB |
| 5 1168 G /usr/lib/xorg/Xorg 7MiB |
| 5 2349 C /home/m1/zec/v3_4/miner 593MiB |
+-----------------------------------------------------------------------------+