I did the migration from Kinoite 43 to 44 with Discover, and it won’t boot.
It gets stuck at Booting Fedora 44.20260601.0
I let it sit there for 10 minutes and nothing. Spamming CTRL+ALT+F1 to F3 doesn’t do nothing either. I wonder if I missed some breaking changes reacquiring manual intervention before update.
There should never be breaking changes that require manual interventions before and update on the Atomic Desktops. If that ever happens, we’ll announce that very loudly.
Can you share your rpm-ostree status? Are you using the default open source driver from Fedora or do you use the one from RPM Fusion? What’s your GPU?
I’m un-able to provide rpm-ostree status, for fedora 44, because I already rolled-back.
I’m using the proprietary driver from RPM Fusion. I’m using a GTX 1070.
You are aware that your graphic card is no longer supported by Nvidia on the 595 drivers and that you’ll need to use the 580xx package instead?
No idea if that’s related to your issue, as I can’t tell what " gets stuck at Booting Fedora 44.20260601." actually looks like for you, but your 1070 is Pascal and Pascal is no longer supported by Nv.
You probably see the error message only if you disabled the default options for “quiet” and “rhgb” (Red Hat graphical boot).
To get the right drivers on F44, you would want to un-layer akmod-nvidia and xorg-x11-drv-nvidia, then layer akmod-nvidia-580xx and xorg-x11-drv-nvidia-580xx.
Ok ! Small update ! I managed to rebase to Fedora 44. For that I had to:
-rpm-ostree cleanup -b
-uninstall the currently installed nvidia drivers
-rebase
-reboot and manually remove the kargs required by the nvidia drivers[1]
Also, now typing this I realize I missed this:
(The legacy drivers are not present in the “RPM Fusion Nonfree NVIDIA driver” repo available in a standard Fedora installation)
So I never had RPM fusion enabled all along. I’ll do the rest of the steps and let you know how it goes…