Nvidia Privative Drivers installation

Seems like @sprinterdriver has issues installing drivers, apparently because the nouveau driver is not blacklisted before to install nvidia, does anyone else has this problem? I don't have an nvidia machine to test it

let's see:

the issue is that nouveau module is loaded and that's why the nvidia one cannot be used, if you select the nvidia option in the boot menu and press TAB you can read an option that blacklists the nouveau driver (this is needed in order to install nvidia), but I'm reading now on internet that the needed options are different now (why kernel devs always change things? damn...), so, we need to test this:

  • boot in live mode
  • select the nvidia option and press TAB to edit the parameters
  • change the blacklist of nouveau to these options: "rd.driver.blacklist=nouveau nouveau.modeset=0"
  • boot and see if you can install nvidia drivers now...
    • if worked, try the same thing without the "modeset" one (only the first blacklist option), report me if only with this option works too

so we need to have it fixed correctly for the next iso build, nvidia drivers are very important to have them working