Selinux/apparmor

First, you should be more cooperative (meaning, you are expected to have read Garuda wiki and Relevant Forum Tutorials), like this:

I don’t know how you decided about kernel parameters. These can fix or break your system, so you should be careful and certain of what you are doing.
Archwiki suggests only one kernel parameter for apparmor

lsm=lockdown,yama,apparmor,bpf

For anything else, post your guide’s link, so we know better.

Here, $1 is pulling /usr/bin/grub-probe in kernel parameters, which in this case is probably harmless, but nobody knows what will happen if you keep doing random, undocumented things.
I would suggest you edit this line to this:

GRUB_CMDLINE_LINUX="lsm=lockdown,yama,apparmor,bpf"

update-grub and check after boot your apparmor status.

2 Likes