
I was wondering if there is a way to blacklist a kernel module
when booting a "pristine" or pfix=ram no save being used ?
Such as from a live cd !
Thanks in advance !

Thanks aprilapril wrote:There were no answers so this might at least get some more knowledgeable people to jump in and correct me if I am mistaken.
Code: Select all
(name of modeule).blacklist=yes
Code: Select all
puppy nouveau.blacklist=yes
One thing I find annoying about trying a live CD is the nouveau driver getting loaded and setting the console font way to small on the console. One way to discourage this is using nomodeset or nouveau.modeset=0 on the kernel command line. As a matter of fact a fair number of tunable parameters in the modules can be set this way taking the form ofbigpup Today, at 16:40 wrote: I have not tried this, this person said it worked for him to blacklist the nouveau driver by putting nouveau.blacklist=yes at the end of the kernel line in his grub menu.
Yes ! that worked !(name of modeule).blacklist=yes