Zoë Sam Candy
Zoë Sam Candy
Hello @ader1990 and thanks for those details! I pushed a commit to remove the `CONFIG_ARCH_MULTI_V7`. I also got the error when trying to build locally. Speaking of, I tried to...
@ader1990 just wanted to tell you I'm still investigating the boot problem. I tried multiple `boot.txt` files, even to directly boot `vmlinuz-a` (with the `bootz` command) and even that don't...
Latest push is due to me rebasing this branch from `ader1990/linux_kernel_6_10` and removing the commits which added then removed `CONFIG_ARCH_MULTI_V7`. No need to rebuild for now.
Good news: I got my cable and I already have some things. Bad news: right now, it's still complicated to find why Flatcar doesn't boot. I can see the Grub...
My comment is a bit long so I tried to structure it two parts. ### Debug I tried different parameters for debug logs: the four `console=…` you gave and `console=tty0`...
I managed to build with more parameters but still no luck. I created a PR on my repo for that and started a self-hosted runner with the required labels. Build...
@chewi I'm happy to know you want to support this when it's possible, I would have been very frustrated if I did this die-and-retry process for nothing :grin: But I...
Good news: I managed to boot HAOS, dump the `/proc/config.gz` and, of course, `gunzip` it. The text file is 10760 lines long (with comments and spacing but still, I guess...
No CI required, I just rebased my branch so this will still produce a non-working image. I didn't work on this for three weeks but I'll try to find more...
So, today I discovered `earlycon` and `keep_bootcon` Linux command line parameters (yeah, I'm that noob) and it helped a lot. First the kernel stops with a `clk: Disabling unused clocks`...