Re: Kernel 6.9 fails to boot with "can't boot dump kernel from OF"
Reimar Döffinger <[email protected]>
| Newsgroups | gmane.linux.debian.ports.powerpc |
|---|---|
| Message-ID | <[email protected]> |
> On 6 Jul 2024, at 18:18, John Paul Adrian Glaubitz <[email protected]> wrote: > > Hi Reimar, > >> On Jul 6, 2024, at 5:45 PM, Reimar Döffinger <[email protected]> wrote: >> >>> Could you verify that this change actually fixes the problem? This would save me some work. >> >> I checked the kernel source, the error message is under a if (PHYSICAL_START > 0), so that I am quite certain is the issue. >> Actually testing means compiling the kernel, which will take quite some while. > > You should cross-compile the test kernel, of course. > > I‘m not expecting you to build the kernel on your 32-bit PowerPC machine, that would take ages. Setting up cross-compilation takes my time, compiling locally only the computer's, thus I am sticking to the latter... Anyway, yes, just disabling the crash dump option fixes the boot. It MIGHT be possible that selecting RELOCATEABLE would also work, but I suspect it would have a performance impact and just going back to the previous, working config seems a better option to me for the PPC port... Best regards, Reimar