I tried to change my drivers to nouveau but this happen

So I tried to change my drivers to nouveau, I restart my pc and this shows up

but after some time this happen

You might be able to add nomodeset on your kernel command line. Then you should be able to use the system well enough that you can figure out why the kernel module failed to build.

1 Like

2 main reasons why the kernel module fails to load.

  1. Secure boot is enabled and the kernel module is not signed and/or the key has not been imported to bios.
    This can usually be fixed by either A) disabling secure boot in bios or B) following the steps in the file /usr/share/doc/akmods/README.secureboot then rebuilding the driver using sudo akmods --force --rebuild followed by a reboot.

  2. The kernel module was not properly built, often caused by an early reboot after installing the drivers. This can usually be fixed by running sudo akmods --force --rebuild then rebooting after it completes.