With so many issues in Fedora 43 I decided to reinstall again in a bit of desperation to be honest. Now, I get this error come up duing boot that says “[0.076002] RDSEED32 is broken. Disabling the corresponding CPUID bit.”. I even reinstalled a third time but the error still appears.
Also, not sure if related, when Fedora 43 is at the lock screen, there is now no reponse from the keyboard. I have to force power down the PC.
Booting from an older kernel if there is one on your system
Or in the GRUB menu, hit e to edit the boot command line, adding the parameter clearcpuid=rdseed. If that works, you can apply it permanently using sudo grubby --update-kernel=ALL --args="clearcpuid=rdseed"
This should eventually be fixed by BIOS updates as described in the linked thread.
To be honest I’m not sure if it is the cause. But for example, a user in that thread says:
The LUKS password prompt doesn’t accept any typed characters and the laptop (ThinkPad 14s gen6 AMD) wouldn’t turn off or respond to Ctl-Alt-Del - hard reset required.
That sounds like it miiiiiight be related? If it was me I’d give it a try, but I just don’t know for sure, sorry.
I am now noticing that Fedora is increibly laggy in just everything I am doing on this PC. It does get tiring using an OS that constantly needs tinkering and bug fixing all the time.
That is the cost of moving forward. Linux devs who don’t work for vendors tend to use hardware 1 to 5 years old, so don’t see issues with newer or older systems until users report them. I make a point of trying pre-release versions on my oldest hardware to identify issues.
When reporting an issue it is best if you can provide enough detail to allow others with similar hardware to reproduce your issue. Start with the output from running inxi -Fzxx in a terminal (as web-searchable pre-formatted text).