Unexpected system error | irq 16: nobody cared (try booting with the "irqpoll" option)

Continuing the discussion from Abrt-oops:

I made an installation from F34-Prerelease > Updated to F34 > F35-pre > F35

The message I get almost every time while booting.

reason:
irq 16: nobody cared (try booting with the "irqpoll" option)

backtrace:
irq 16: nobody cared (try booting with the "irqpoll" option)
CPU: 2 PID: 365 Comm: systemd-udevd Not tainted 5.14.11-300.fc35.x86_64 #1
Hardware name: CompuLab Intense-PC/Intense-PC, BIOS IPC_2.2.400.5 X64 03/15/2018
Call Trace:

cmdline:
CPU: 2 PID: 365 Comm: systemd-udevd Not tainted 5.14.11-300.fc35.x86_64 #1
Hardware name: CompuLab Intense-PC/Intense-PC, BIOS IPC_2.2.400.5 X64 03/15/2018
Call Trace:
cmdline:
BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.11-300.fc35.x86_64 root=UUID=339f5cfa-2f21-41dc-9131-e6c52da2b760 ro rootflags=subvol=root rhgb quiet

package:
kernel-core-5.14.11-300.fc35

sudo grubby --info=0
index=0
kernel="/boot/vmlinuz-5.14.14-300.fc35.x86_64"
args="ro rootflags=subvol=root rhgb quiet"
root="UUID=339f5cfa-2f21-41dc-9131-e6c52da2b760"
initrd="/boot/initramfs-5.14.14-300.fc35.x86_64.img"
title="Fedora Linux (5.14.14-300.fc35.x86_64) 35 (MATE-Compiz)"
id="ebb3b20891124b978cab8c7e74dca732-5.14.14-300.fc35.x86_64"

The irqpoll would come after rhgb quiet ?
And how would i have to do it the secure way with grubby ?

I don’t know what you want to achieve but if you want to place an arguments with grubby, there are a good doc about that: grub 2.

I believe it’s doesn’t matter where you place the args, before or after the rhgb quiet.

But if something goes wrong with the placement, you could edit directly when the monitor displaying the boot list by pressing e and then edit the argument.

1 Like