-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Talos 1.6.2 boot kernel panic on RPi 4 #8195
Comments
Thanks for reporting it, there will be Talos 1.6.3 with a newer Linux upstream version, let's check there. |
Compute module 4 also does not boot (the cm4 hardware is equivalent to the rpi4) |
thanks, we'll remove it for arm64! |
Not sure if this can be concluded from the screen above. It's in the middle of scrolling as you can see by various artefacts, so I think the cause might also be something else. I'm trying to get a better capture of the boot process (it should be possible to add panic=60 to the kernel cmdline, but somehow by keyboard doesn't work with the booting Pi right now). |
I've got 1.6.2 working on the pi with this workaround: machine:
install:
extraKernelArgs:
- initcall_blacklist=sensors_nct6683_init @zargony |
It's causing kernel oops on RPi. Fixes siderolabs/talos#8195 I'll remove it for `main` in siderolabs#873. Signed-off-by: Andrey Smirnov <[email protected]>
Works on my Pi as well. Cool, thanks a lot! |
Bug Report
Talos Linux 1.6.2 doesn't boot up on Raspberry Pi 4B
Description
I upgraded one of my home lab Raspberry Pi 4B nodes from 1.6.1 to 1.6.2 using
talosctl -n xxx upgrade --image ghcr.io/siderolabs/installer:v1.6.2
. After a while, it rebooted but didn't come back online (not even a ping reply). After attaching a monitor, I could see the kernel starting to boot but suddenly reboot in the middle of it. I wasn't able to get logs of it, but therefore recorded a video. It's scrolling too fast to recognize much, but in one frame, you can seeOops: 0000000096000046 [#1] SMP
.I was able to reproduce this by repeatedly writing
metal-rpi_generic-arm64.raw.xz
of either 1.6.2 or 1.6.1 to the SD card and trying to boot. 1.6.1 boots up fine while 1.6.2 got stuck in a reboot loop.Logs
n/a because kernel panics before network comes up. Here's a video of it.
Environment
talosctl version --nodes <problematic nodes>
]kubectl version --short
]The text was updated successfully, but these errors were encountered: