I have noticed in the boot up sequence for an Incus Ubuntu VM that I am seeing the error “secure boot prohibited by boot policy”. That’s interesting because an ubuntu incus VM launched with:
Yeah, I don’t know what part of the boot process is being blocked by secure boot policy, but clearly the OS does start so the bits that matter are allowed.
Ubuntu clearly does support secure boot in this case as otherwise your OS wouldn’t have booted at all. It simplify looks like something in the early boot path of Ubuntu tried to load an unsigned binary and got rejected by the firmware, but that wasn’t critical to the boot sequence so the rest still continued just fine.
Ok, yes I got the same message when I opened the console.
I have messed a little with secure boot in the past when I have had to install custom keys and it is fussy on modules being signed. But I can’t see what’s up. It could be a video driver that’s not actually used. Hard to say with just that message. As you say, it still works. I wouldn’t lose any sweat - secure boot is shown as enabled.
If you google the exact error message then you can find a lot of history/suggestions, but it’s a needle in a haystack for finding the particular solution(s) needed to make this go away. Good luck.