vim /etc/modprobe.d/disable-nouveau.conf
在文档开头添加如下两行。
blacklist nouveau options nouveau modeset=0
cp /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img dracut -f /boot/initramfs-$(uname -r).img $(uname -r)
reboot