error: failed to run: bootclt install: exit status 1 (copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi.signed" to "/boot/EFI/systemd/systemd-bootx64.efi"
Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi.signed" to "/boot/EFI/BOOT/BOOTX64.EFI"
Mount point '/boot' which backs the random seed file is world accessible which is a security hole!
Random seed file '/boot/loader/random-seed' is world accessible, which is a security hole!
Random seed file /boot/loader/random-seed successfully refreshed (32 bytes)
Failed to write 'LoaderSystemToken' EFI variable: Invalid argument)
I’ve had a successful install of this same image on a few ThinkCentre M920Qsthat have very similar hardware without any hiccups, I’m wondering if it’s hardware related.
I transfered to USB with sudo dd if=Downloads/IncusOS_202512250102.img of=/dev/sdc status=progress
I have more photos of screen output post-failure and I’m willing to (try) to fetch logs to diagnose, but I’m pretty new to IncusOS and the observability of what’s happening before the failure isn’t much.
I would like to point out that I did in-fact successfully update the BIOS/firmware to the latest version from HP’s website before attempting the Incus install (released August of 2025 iirc).
There might be two distinct issues here: the warning about a world-readable random seed and the EFI variable error.
Since bootctl runs at the end of the install, normally we don’t look at journal output before the system reboots and it is lost. I will check if I see the same warning in a test VM, and if so we can adjust the mount arguments to /boot/ to silence it.
From some quick googling, the LoaderSystemToken error seems to point to a buggy UEFI implementation. There are a handful of bugs filed for systemd that mention it. bootctl does have a --graceful flag, which might be worth trying as a work-around for buggy systems.
Apologies for posting on a resolved topic, but should I make an Issue in GitHub for this or have y’all taken care of the work intake already? I’d dearly like to see this device supported!