Add DIB element to blacklist nouveau

This ensures nouveau is not loaded at boot, which is required when installing
NVIDIA GPU drivers and to avoid issues with PCI passthrough of NVIDIA GPUs.

The option to disable kernel modesets ensures that it can be unloaded again if
it happens to be loaded after boot (e.g manually or implicitly by X).

bp tripleo-vgpu

Change-Id: I60815de86e7b22dfb39555af9d2d53564841e2ab
Related-bug: 1774674
This commit is contained in:
Oliver Walsh 2018-06-01 17:22:15 +01:00
parent 73e27a8504
commit a514feba99
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,7 @@
===============
disable-nouveau
===============
Blacklist nouveau module
This is required when installing NVIDIA GPU drivers and to avoid issues with PCI
passthrough of NVIDIA GPUs.

View File

@ -0,0 +1 @@
modprobe

View File

@ -0,0 +1,2 @@
blacklist nouveau
options nouveau modeset=0