2007-08-15 02:43:16

by Bob Tracy

[permalink] [raw]
Subject: [BUG] 2.6.23-rc3 won't boot on alpha

Unfortunately, I can't say where the bug was introduced, as this is
the first kernel I've tried on my Alpha since 2.6.22-rc7. Best guess
is somewhere between .23-rc1 and .23-rc2, based on changes to files in
arch/alpha/boot in that patch set. The problem happens early: aboot
starts to load vmlinux.gz, and I get an "unzip: invalid exec header"
error. There's an earlier error from aboot I can't quote exactly, but
the template from aboot (bootlx) is:

aboot: Can't load kernel.
Memory at %lx - %lx (chunk %i) is %s

The first %lx is all zeros. The last %lx is all "F"s. The chunk
number is 1, and I *think* the %s is "busy".

--
-----------------------------------------------------------------------
Bob Tracy | "Eagles may soar, but weasels don't get
[email protected] | sucked into jet engines." --Anon
-----------------------------------------------------------------------


2007-08-15 04:03:54

by Randy Dunlap

[permalink] [raw]
Subject: Re: [BUG] 2.6.23-rc3 won't boot on alpha

On Tue, 14 Aug 2007 21:23:12 -0500 (CDT) Bob Tracy wrote:

> Unfortunately, I can't say where the bug was introduced, as this is
> the first kernel I've tried on my Alpha since 2.6.22-rc7. Best guess
> is somewhere between .23-rc1 and .23-rc2, based on changes to files in
> arch/alpha/boot in that patch set. The problem happens early: aboot
> starts to load vmlinux.gz, and I get an "unzip: invalid exec header"
> error. There's an earlier error from aboot I can't quote exactly, but
> the template from aboot (bootlx) is:
>
> aboot: Can't load kernel.
> Memory at %lx - %lx (chunk %i) is %s
>
> The first %lx is all zeros. The last %lx is all "F"s. The chunk
> number is 1, and I *think* the %s is "busy".

try http://lkml.org/lkml/2007/8/14/259

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***