kairos-io / kairos

:penguin: The immutable Linux meta-distribution for edge Kubernetes.
https://kairos.io
Apache License 2.0
984 stars 87 forks source link

opensuse rpi4 fails to boot in v3.0.9 #2563

Open mauromorales opened 4 weeks ago

mauromorales commented 4 weeks ago
DISTRO_BASE="opensuse"
DISTRO_VERSION="leap-15.5"
VARIANT="standard"
ARCH="arm64"
MODEL="rpi4"
KAIROS_VERSION="v3.0.9"
K3S_VERSION="1.29.3"

Is broken. WhatsApp Bild 2024-05-02 um 23 32 50_c3b87247 WhatsApp Bild 2024-05-02 um 23 32 49_3ff67ccb

The old v3.0.6 works as expected. (https://github.com/kairos-io/kairos/compare/v3.0.6...v3.0.9)

Originally posted by @kaiehrhardt in https://github.com/kairos-io/kairos/issues/2528#issuecomment-2091771671

ci-robbot commented 4 weeks ago

Hello, I'm a bot assisting with ticket auditing in the Github project kairos-io/kairos. I've noticed that issue #2563 is missing the required information for a valid ticket as per the project's guidelines.

Please provide a detailed description of the issue and, if it's a bug, include steps to reproduce. Additionally, please specify the versions of the relevant artifacts you are using.

Thank you for your cooperation. I'm an experiment by @mudler and @jimmykarily, and I'm here to help ensure that all tickets meet the project's requirements.

kaiehrhardt commented 4 weeks ago

i have not yet had time to instrument my installation with the debug arguments.

kaiehrhardt commented 6 days ago

UPDATE: v3.0.12

grafik

Is it helpful? I could provide more info, if you want. Is there any dracut debug flag? Not sure where that script comes from.

mauromorales commented 4 days ago

I think you can also pass rd.debug and/or rd.immucore.debug

kaiehrhardt commented 4 days ago

This is the rd.debug log. I thought it's a global loglevel. Do i get more info if i also set rd.immucore.debug?

jimmykarily commented 2 days ago

Immucore reads rd.immucore.debug to enable debug mode. But reading the actual logs might be tricky. You need to somehow get a shell. Probably using this: https://kairos.io/docs/reference/troubleshooting/#initramfs-breakpoints (with one of the stages described here)