kairos-io / kairos

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

opensuse rpi4 fails to boot in v3.0.9 #2563

Closed mauromorales closed 3 months ago

mauromorales commented 4 months 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 months 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 months ago

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

kaiehrhardt commented 3 months 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 3 months ago

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

kaiehrhardt commented 3 months 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 3 months 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)

felixmw commented 3 months ago

Any news on this issue? I am facing the same error messages. Happy to help but somehow I am not able to edit the boot options. The pi is not responding to my keyboard when in the boot menu.

kaiehrhardt commented 3 months ago

fixed in https://github.com/kairos-io/kairos/releases/tag/v3.1.0-rc1

jimmykarily commented 3 months ago

fixed in https://github.com/kairos-io/kairos/releases/tag/v3.1.0-rc1

@felixmw can you try with v3.1.0-rc1 ? If you verify that too we can close this issue.

mauromorales commented 3 months ago

probably related to how we were doing the backports https://github.com/kairos-io/kairos/issues/2624 my guess is that the latest 3.0.x release will probably also work

felixmw commented 3 months ago

I can confirm that the issue has been fixed in the current release (I tried with leap-15.6-standard-arm64-rpi4-v3.1.0-rc2-k3sv1.30.2-k3s1).

Thanx for your support!

mauromorales commented 3 months ago

@felixmw thanks for testing and the confirmation, closing