Re: Kernel 6.9 fails to boot with "can't boot dump kernel from OF"
> On Jul 7, 2024, at 6:10 PM, Reimar Döffinger <Reimar.Doeffinger@gmx.de> wrote:
>
>
>
>> On 6 Jul 2024, at 18:18, John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> wrote:
>>
>> Hi Reimar,
>>
>>>> On Jul 6, 2024, at 5:45 PM, Reimar Döffinger <Reimar.Doeffinger@gmx.de> 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...
Setting up cross-compilation involves downloading the tarball for your host-target combination, extracting it and adding the path to the binaries to your PATH variable.
It’s extremely easy to cross-compile a kernel these days.
Adrian
Reply to: