4

After upgrading from 24.04 to 24.10, the boot stucks in a loop, just before the login screen. I can move the mouse on the black screen, but the page is refreshing every few seconds, showing a blinking cursor at the top of the screen.

When Ubuntu is loading, there is an error message:

ee1004 3-0050: probe with driver ee1004 failed with error -5

I'm using kernel 6.11.0-12-generic and my video card is a Radeon RX 580.

I have tried the following:

  1. Updated the BIOS of my Asus TUF GAMING B550-PLUS.
  2. Added nomodeset in GRUB.
  3. Tried to use the older kernel 6.8.0-50-generic.

Any ideas? Thanks a lot.

Yellow
  • 41
  • Since you hadn't responded to my request, I took the liberty to edit your question and moved the solution to a Community Wiki answer (CW). As a CW, I won't get any points for it from potential upvotes. If you want to post the answer yourself, feel free to do so and I will delete the CW. Thanks! – BeastOfCaerbannog Dec 26 '24 at 13:09

1 Answers1

3

After changing lightdm to gdm3 and reboot, I managed to login normally with the gdm login interface.

sudo dpkg-reconfigure gdm3

Answer moved here from OP's question.