Updates installed kernel 5.9 and 5.10 and these kernels don’t work with the Nvidia drivers of my GPU.
I found some information on the topic and that NVidia will take some time on solving the issue.
But, now I cannot boot.
By default you should have 3 kernels installed on your system. When you boot your machine, the grub boot loader will list all 3 installed kernels and allow you to select an older kernel to boot from.
Thanks, @grumpey.
But I cannot boot.
Well, when the boot process reaches the loading of Display Manager, it halts showing the white screen with the face of a sad monitor.
How can I stop the booting process so it stays it text mode, like in terminal mode?
You will need to be able to access the grub menu.
During boot press ESC or F8 while GRUB loads (simply press the key repeatedly directly after power on until you are in the menu).
For Reference Grub Hidden Menu Change
Then you’ll need to use the arrow keys to select the kernel you want to use and hit e to edit that line.
Find the line that starts with linux add 3 after quiet.
To change that permanently: sudo systemctl set-default multi-user.target
To change it back: sudo systemctl set-default graphical.target
OK, @grumpey, I could boot in text mode or terminal mode.
Updated Fedora and kernel 5.9.13-200 would’t fix the GUI issue.
White screen indicating non recoverable system is still showing up.
The GPU I have is NVIDIA GT218 (GeForce 210).