Update broke my system

After updating my fedora and rebooting, gdm was not starting, and i just got stuck on a black tty screen (with mouse cursor movements).

I’ve reinstalled my fedora like 2 times and it seems to break after upgrading.

I also tried to downgrade some packages installed by the update but it doesn’t seem to work.

Any idea why is this happening?

If there seems to be no solution, can Silverblue prevent this type of bug?
since I’m thinking on migrating.

Thanks.

Specs:

  • Fedora Linux 41 (Workstation Edition) x86_64
  • Kernel Linux 6.13.5-200.fc41.x86_64
  • CPU AMD FX-8320E
  • GPU AMD Radeon HD 7950/8950 OEM / R9 280
1 Like

Are you able to access the system logs, to see if there are any issues visible there? If you can then you could check the logs like this:

$ journalctl --since=today -p 3

That would show all the lines with a level of Error or higher.

As a test you can also try adding nomodeset to the kernel boot line in grub, it will temporarily disable the loading of the GPU drivers and use the default videomode. This may allow you to load the desktop environment in at least a VESA resolution.

To add the parameter: when the boot menu becomes visible you press ‘e’ to edit the boot entry, the go to the part that looks like this:

rhgb quiet

and add nomodeset:

rhgb quiet nomodeset

then you can press F10 to continue booting.

[edit:] Silverblue will likely have no effect on this particular issue you are experiencing.

Is this happening after a regular update, or after a system upgrade (i.e. from F40 to F41)?

With Silverblue you’re likely to experience the same issue. However, being an atomic desktop, you would probably be able to boot into a previous deployment, so you would at least have a functional system.

1 Like

It was just a normal packages update, i was using F41 before the issue

Here is the log: log · GitHub
It’s seems the whole system (almost) is broken.

It doesn’t seem to work.

Those are some serious errors yes, quite odd…

I see from the traceback that you are running X11 not wayland.
Does your system work if you use wayland?

Yes, I’ve always used wayland

How odd the traceback is from an X11 crash.

Can you boot into a console and run the update?

To get to console, press ctrl+alt+F2 from your login screen.

This sounds like a problem with your disk, so consider replacing it.
To be sure, you can check check SMART from a live session.

I did SMART test and it seems my disk works fine.

(post deleted by author)

did you try to downgrade mesa* ? I had some issues after fresh install and upgrade, I did sudo downgrade mesa* and it worked

1 Like

(post deleted by author)

Update: I have reproduced the problem on another disk, and it seems that it is a mesa bug.

I’m going to report this issue.

For those who are reading this and have this same problem you can run: sudo dnf downgrade mesa*.

And add this line to /etc/dnf/dnf.conf:

excludepkgs=mesa*

Thank you for your suggestion, Do you know why this happens?

I don’t. I read somewhere that says .0 mesa updates are always buggy, so I’m not going to upgrade until 25.1

I don’t. I read somewhere that says .0 mesa updates are always buggy,

Interesting, do you have the url to that information?

so I’m not going to upgrade until 25.1

Then You don’t update your packages/applications?

I will of course but I will use sudo dnf upgrade --exclude=mesa*