VM startup fails

Hi
FYI:
with the latest incusos update 202602160543 I can no longer startup a VM without secureboot like

incus create images:ubuntu/24.04/cloud llmVM --vm -c limits.cpu=4 -c limits.memory=32GiB -d root,size=50GiB --network enp191s0
The boot loops that it requires secureboot now

There also is a loop when
-c security.secureboot=true
is added

dont know what is going on. Also the previous incusos version has the same behaviour.
Did a full new install of incusos (wiped incusos disk, but kept the bios keys) with latest version this also does not solve the issue

The issue does not occur for desktop image
incus create images:ubuntu/24.04/desktop llmdesk --vm -c limits.cpu=4 -c limits.memory=32GiB -d root,size=50GiB --network enp191s0
this starts normal.

I’m looking into the root cause of this. The workaround is to stop the VM and start it back, that seems to let it boot fine.

Thanks for solving :slight_smile: