New comment by noarchwastaken on void-packages repository https://github.com/void-linux/void-packages/issues/31904#issuecomment-886050757 Comment: > @noarchwastaken Can you try adjusting this line in usr.lib.libvirt.virt-aa-helper? > > ``` > /{usr/,}sbin/apparmor_parser Ux > ``` > > to > > ``` > /{usr/,}{s,}bin/apparmor_parser Ux > ``` > > apparmor profiles from upstream projects are often broken because each distribution has different paths, but if fixes your issue, you could upstream it and submit a PR with a patch for the libvirt package. With the change, the `apparmor_parser` warning went away, but I'm still unable to create new UEFI-based VMs... The error is the same. This time I can't see any kernel log popping up. Can anyone replicate this issue? I can't strictly control the variables because I'm testing it on my daily driver laptop.