From 6b44b8562e179ab7cca20989cbf725bfcda78db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Tue, 21 Jul 2026 15:19:50 -0400 Subject: [PATCH] Add modprobe.blacklist=nouveau to kernel cmdline args --- common/configuration/puppet.yaml.tftpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/configuration/puppet.yaml.tftpl b/common/configuration/puppet.yaml.tftpl index b310b5df..2c63ccde 100644 --- a/common/configuration/puppet.yaml.tftpl +++ b/common/configuration/puppet.yaml.tftpl @@ -90,7 +90,7 @@ runcmd: - | if ! test -f /etc/magic-castle-release || ! dnf needs-restarting -r; then test -f /usr/lib/systemd/system/kdump.service && systemctl disable kdump - grubby --update-kernel=ALL --args="rd.driver.blacklist=nouveau nouveau.modeset=0 crashkernel=0M initcall_blacklist=algif_aead_init" + grubby --update-kernel=ALL --args="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nouveau.modeset=0 crashkernel=0M initcall_blacklist=algif_aead_init" grub2-mkconfig -o /boot/grub2/grub.cfg fi %{ endif ~}