I have installed Ubuntu for Raspberry Pi 20.04 LTS 64-bit on a Raspberry Pi 4.
Now I want to add the threadirqs
kernel parameter.
But neither the usual Ubuntu GRUB way nor the usual Raspberry Pi OS way of setting kernel parameters work.
As a comparison, on a bullseye-based Raspberry Pi OS, threadirqs
can be enabled by adding threadirqs
to /boot/cmdline.txt
, e.g.
$ cat /boot/cmdline.txt
console=serial0,115200 console=tty1 root=PARTUUID=70118e11-02 rootfstype=ext4 fsck.repair=yes rootwait threadirqs
threadirqs
features will be available after reboot.