After no answers in this topic, I decided to format and reinstall the whole system, then I discovered the cause of the problem:
The cause is this workaround suggested in the stable update topic
For AMD GPU users having a black screen with kernel 5.10
Due to a bug in the AMD drivers, please try the following first:
- Open a terminal or a TTY
- Open
/etc/default/grub
in your favourite CLI editor (nano
vi,
emacs`)- Find the line:
GRUB_CMDLINE_LINUX_DEFAULT="
- Add
amdgpu.dc=0
- Save
- Execute
sudo update-grub
and reboot
My solution is to remove the “amdgpu.dc=0” from grub and boot using kernel 5.9, since 5.10 requires this workaround