<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On 11 March 2017 at 23:51, Samuel Holland <span dir="ltr"><<a href="mailto:samuel@sholland.org" target="_blank">samuel@sholland.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":1c6" class="a3s aXjCH m15abfc87462bf61e">rd.* options only matter inside the initramfs. Once your root filesystem<br>
is mounted and udev is restarted, it will pick up the nvidia drivers<br>
at that point. You need to mask nvidia and nouveau both in the initramfs<br>
and once the system is booted.<br>
<br>
Change rd.blacklist to modprobe.blacklist, and regenerate your GRUB config.<br>
<br>
On 03/11/17 15:54, Patrick O'Callaghan wrote:<span class=""><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 11 March 2017 at 21:26, wiwitop wiwitop wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi. You should try with the real ids of your gpu. The trick didn't<br>
work with my AMD GPU, perhaps it's the same for you.<br>
</blockquote>
I'm not sure what you mean by "real ids". How is this different from<br>
what I'm doing?<br>
</blockquote>
<br></span>
Specify the PCI IDs (vendor and product) as they appear in lspci -nn,<br>
not with the really long string (replacing with the correct product<br>
numbers for your card, of course):<br>
<br>
options vfio-pci ids=10de:abcd,10de:1234<br>
<br>
Then be sure to regenerate your initramfs.<br></div></blockquote></div><br>Thanks, that's helpful. I'll take a while to digest the various recommendations and report back when I try them out. It's midnight here so not a good time to be poking at the system :-)</div><div class="gmail_extra"><br></div><div class="gmail_extra">poc</div></div>