Yeah, I’m a bit out of date… I started by upgrading from 40->41, and now the screen goes blank during boot.
Grub loads fine, and the initial boot seems to run. I removed quiet, and rhgb from the kernel params to no affect. I can see the initial boot log run by, right up tot he moment it attempts to change resolution, then nothing (I assume loading the GPU drivers). The system does seem to continue finishing boot up, I’m just getting nothing for display.
If I step back to the last F40 kernel, it runs just fine, when the resolution changes, I can see the log continue to run. The login screen loads and I can log in to KDE just fine.
I’m not quite sure what to try next, but I have considered simply running the upgrade to 42 to see what happens as I planned to get it there anyway, but that feels a bit like a shotgun approach. It seems very odd that running the older kernel works just fine, because everything else is the same.
Yes you are way out of date. F41 is EOL so absolutely no additional support/updates will be seen
I suggest that you first remove all the cruft from the kernel command line. sudo grubby --update-kernel=6.17.10.fc41.x86_64 --remove-args='radeon.cik_support=0 amdgpu.cik_support=1 radeon.si_support=0 amdgpu.si_support=1
Then reboot to see what happens now. Once you are able to boot to the latest kernel then run sudo dnf upgrade --refresh and reboot again.
Note that the kernel has been updated drastically since the 6.14.4 release and that with the changes to the kernel the drivers also have been updated. You will need the command line arguments to reflect those changes.
Which driver for your GPU are you using? The amdgpu one built into the kernel or the proprietary one? Show us the output of “inxi -Fzxx” using the preformatted text button. If you get command not found, you may need to install inxi with “sudo dnf install inxi”.
Well, I don’t believe the proprietary one… but I got this card working quite some time ago.
I’ve removed all of amdgpu and radeon params from grub as suggested above, no difference. I still have to boot the older kernel from f40 to use the machine. I’ve also removed RHGB and QUIET. The moment that the screen goes black seems to be when it attempts to load the advanced driver, one the old kernel I still get the text screen just in a different resolution, but in the new kernel, it doesn’t even show that, instantly goes black. My monitor reports that it is at “0 Hz”, so, i assume no signal
here is my output from “inxi”, but I am running in the kernel (6.14.x) while running this:
That monitor seems slightly larger than standard with a non-standard resolution. It is 16:9 but most would show as 1920x1080. Maybe the currently set resolution is the issue.
BTW: I edited your post and added the preformatted text tags for you. Note the ``` on the line just before the inxi output and on the line following that output.