There are two entries of Debian 12 on linux-hardware.org which say the processor works: https://linux-hardware.org/?id=cpu:amd- ... m-graphics, one even with the kernel 6.1. So in principle the processor works with Debian.
You could check the logs for lightdm messages withOr all errors during boot withIf you don't know the less command, you can navigate with it through the output with space and arrow keys and leave it with q.
To get a text console to enter the commands you can press <ctrl>+<alt>+<Fx> with Fx one of the function keys and login.
You could check the logs for lightdm messages with
Code:
journalctl -xb | grep lightdm | less
Code:
journalctl -p 3 -xb | less
To get a text console to enter the commands you can press <ctrl>+<alt>+<Fx> with Fx one of the function keys and login.
Statistics: Posted by blackbird — 2024-10-19 07:01