I can run 6+ GPUs mining rigs successfully on any Intel motherboard under Ubuntu 16.04, however with AMD 970 motherboards, only 5 GPUs work. If I install the 6th GPU, the system boots, then I can see the GRUB menu, but very shortly after that I end up with a blinking cursor. Obviously, I am not even getting to booting the kernel.
How can I troubleshoot this, at least to find out the cause?
thank you.
Problem solved by adding
iommu=soft
to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub file. Also need to runsudo update-grub
afterwards.