This is the first time I have run into this one before.
After upgrading from F42 to F43, the first boot it was fine, went right into SDDM then into KDE without an issue.
However, after running another dnf update just to make sure and doing some cleanup of old kernels and stuff, after rebooting it would start and just show a black screen. Could not switch TTY either, just hung.
I booted into single user mode (adding single to end of kernel line in grub), and got the shell and checked last boot with journalctl -b-1 and didnât really see anything that would cause it. A couple permission issues, service saying it couldnât find a group which I know existed, and some hardware USB messages and some selinux messages, which selinux is in permissive mode.
I tried to tweak the udev rules and edit the selinux perms and got rid of a few messages but would still boot to a blank screen. Finally just for the heck of it, I tried to do a regular exit from the single user debug mode and when it did that, it continued to boot successfully into SDDM then I was able to log into KDE.
So oddly enough to get into my system now, I have to go into single user mode, then exit that, and I can do it as soon as the login prompt occurs, then it boots successfully. Otherwise a regular boot results in a hang.
I do have 3 nvidia video cards in the system, one of which is blacklisted and used as a pass-through into libvirt VMâs. The other two drive 3 monitors. This worked well under F42 with the occasional screen refresh issue, so I wouldnât think this would cause any issue, especially since I can continue the boot and it does go in from single user mode.
Now I do know there are another 282 packages to install/upgrade since did this, so I will do that and if it fixes it, Iâll post here. Otherwise, has anyone run into a scenario like this before?