Silverblue Kernel 7.1.3 - Boot issue

Hey Everyone,

So I’m noticing an issue on 7.1.3, and it seems to be possibly bluetooth related. I have a Gigabyte x870e board, which has a MediaTek chipset. I noticed when I went to reboot today (in Gnome) that the bluetooth icon was vanishing and then reappearing rapidly.

Then on bootup, it was hanging with the dracut initqueue (I believe). Looking through dmesg, I see this error:

I wasn’t seeing this issue on the previous kernel that I had, so just curious if this is something that I should be worried about? Or is there a possible fix in the works?

Thank you!

To drill down into dmesg and only see the errors you can use this command:
sudo dmesg -T | grep -iE “error|fail|timeout|warn”

This may help you narrow it down without having to look through the whole thing.

To see if there’s a specific issue at boot you can run this command:
systemd-analyze blame

This will show you which services are taking the longest to start.