You are not logged in.

#1 2020-10-12 11:34:40

thommen
Member
From: Poland
Registered: 2017-12-30
Posts: 239

Boot parameter modprobe.blacklist=nouveau

I searched the site → https://wiki.archlinux.org/index.php/Kernel_module and → https://wiki.archlinux.org/index.php/Ke … ametersbut I can't see the answer to my question

How does the system reboot from reboot with the boot parameter modprobe.blacklist=nouveau

I have a GRUB. Should I add an option at system startup?

Last edited by thommen (2020-10-12 11:38:56)

Offline

#2 2020-10-12 11:50:36

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,392

Re: Boot parameter modprobe.blacklist=nouveau


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2020-10-12 11:53:21

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,365

Re: Boot parameter modprobe.blacklist=nouveau

I'm not sure what you are asking. If you want that kernel parameter set, then add it to the appropriate section for your chosen boot loader as detailed in the kernel parameters page... but the only reason I can think of that someone wants to blacklist nouveau is if they intend to use the nvidia drivers, but the nvidia package (... and all subiterations -lts,-dkms)  do already set up an appropriate modprobe blacklist file anyway.

Offline

#4 2020-10-12 11:58:05

thommen
Member
From: Poland
Registered: 2017-12-30
Posts: 239

Re: Boot parameter modprobe.blacklist=nouveau

I understand now. I have modified the /etc/default/grub files and currently have:

GRUB_CMDLINE_LINUX_DEFAULT = "loglevel = 3 quiet modprobe.blacklist = nouveau"
V1del wrote:

I'm not sure what you are asking. If you want that kernel parameter set, then add it to the appropriate section for your chosen boot loader as detailed in the kernel parameters page... but the only reason I can think of that someone wants to blacklist nouveau is if they intend to use the nvidia drivers, but the nvidia package (... and all subiterations -lts,-dkms)  do already set up an appropriate modprobe blacklist file anyway.

For me it is a fight... I was supported by a post → https://www.reddit.com/r/archlinux/comm … &context=3
Someone has a similar problem to me. Unfortunately for me this is not the solution, despite adding a parameter to the kernel.

Last edited by thommen (2020-10-12 11:58:24)

Offline

#5 2020-10-12 12:02:09

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 636

Re: Boot parameter modprobe.blacklist=nouveau

Did you read the next line in the article Lone_Wolf linked for you?

Offline

#6 2020-10-12 12:11:37

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,365

Re: Boot parameter modprobe.blacklist=nouveau

Well again, assuming this is related to your other thread, there's no evidence that nouveau is loaded. So the blacklist/whether the one you added here or the one that's already part of the package seems to work.

lsmod | grep nouveau

if that doesn't give you output, nouveau is not loaded and you can mark this thread as [SOLVED] by editing the title in your first post.

Offline

Board footer

Powered by FluxBB