No. I’m trying the cloud variant.
Can you share your Debian YAML (if it is okay for you)? That way I can refer to it when building.
This is what I see in the console, so somehow boot fails.
BdsDxe: loading Boot0006 "Ubuntu" from HD(1,GPT,459737F2-51C6-4F4C-B39B-75785F4E6840,0x800,0x32000)/\EFI\ubuntu\shimx64.efi
BdsDxe: starting Boot0006 "Ubuntu" from HD(1,GPT,459737F2-51C6-4F4C-B39B-75785F4E6840,0x800,0x32000)/\EFI\ubuntu\shimx64.efi
Error: write unix:@->/run/incus/neofetch-vm/qemu.console: broken pipe
I had to set a environment variable for the distrobuilder to start building
this one:
export DISTROBUILDER_ROOT_UUID=$(uuidgen)
Since this looks like somehow a fstab parameter, I think maybe fstab content is not generated correctly but, in that case, the error should be something different in the console and not the broken pipe thing.