Dimitris Karakasilis

Results 329 comments of Dimitris Karakasilis

@yorkfly we don't have a board like that around. Feel free to work on it and we can provide some guidance and some tip based on the work that we...

@areitz86 thanks for offering this option! If there is time available to work on this we'll let you know.

Doesn't happen lately. I'll close until we face this again.

This is for Kairos 3.1.0, do we mind if it's only supported on systemd 255 + ?

[The docs say](https://www.freedesktop.org/software/systemd/man/latest/systemd-stub.html#): ``` On access they should be further validated: in case of the credentials case by encrypting/authenticating them via TPM, as exposed by systemd-creds encrypt -T (see [systemd-creds(1)](https://www.freedesktop.org/software/systemd/man/latest/systemd-creds.html#)...

One option would be to bind decryption of partitions to PCR 13 (which systemd already populates with measurements of sysext) and use a process like this to upgrade or change...

Maybe also to this: https://github.com/kairos-io/packages/pull/544 ? The fix will be there in the upcoming 2.4.3 release. We should check if it also fixes netbooting logs.

We missed one here: https://github.com/kairos-io/AuroraBoot/blob/9e4aad8338f1326c3ba7801c705210964136ef5e/pkg/ops/netboot.go#L32C5-L32C5 (tty1 should come after ttyS0 for journalctl to pick it as the default system console). We should give it a try. Maybe that will fix...

I build a UKI image locally with to try to reproduce on my Asus PN64: ``` earthly +base-image --VARIANT=core --FLAVOR=ubuntu --FLAVOR_RELEASE=24.04 --BASE_IMAGE=ubuntu:24.04 --MODEL=generic --FAMILY=ubuntu ``` I created a UKI image...

> If you uninstall the `linux-firmware` and `linux-modules-extra` packages, it will be a lot smaller I guess this fix? https://github.com/kairos-io/kairos/pull/2566