0

I have an issue with the linux kernel of my laptop. If I switch on the computer, when it arrives to the user screen, after 1-2 seconds before I could enter the password, the screen becomes fully black. The only thing I can do is to force switching off the computer.

I am running ubuntu 22.04 and my problem started with the linux kernel version 5.15.0-86 generic. The version 5.15.0-84 works fine.

Any idea why this may be happening?

1 Answers1

0

I suggest that you update with the latest HWE kernel, which will probably make this problem go away.

https://wiki.ubuntu.com/Kernel/LTSEnablementStack

Normally LTS installs get this automatically in time. Are you doing full system updates? From the CLI, it is the following command:

sudo apt update
sudo apt full-upgrade -y