Mailing List Archive

Kernel panic on Soekris Net4801
Hi,

Installing Gentoo on a Net4801 but Kernal panics, below are the last
lines before panic:

[ 8.658352] md: Waiting for all devices to be available before autodetect
[ 8.739847] md: If you don't use raid, use raid=noautodetect
[ 8.814135] md: Autodetecting RAID arrays.
[ 8.863411] md: Scanned 0 and added 0 devices.
[ 8.916713] md: autorun ...
[ 8.950306] md: ... autorun DONE.
[ 8.994274] EXT3-fs (sda3): error: couldn't mount because of unsupported opti
onal features (240)
[ 9.101530] EXT4-fs (sda3): couldn't mount as ext2 due to feature incompatibi
lities
[ 9.249008] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts:
(null)
[ 9.341058] VFS: Mounted root (ext4 filesystem) readonly on device 8:3.
[ 9.420911] Freeing unused kernel memory: 392k freed
[ 9.486562] Write protecting the kernel text: 5880k
[ 9.545789] Write protecting the kernel read-only data: 1856k
[ 9.655374] init used greatest stack depth: 6244 bytes left
[ 9.722420] Kernel panic - not syncing: Attempted to kill init!
[ 9.793540] Pid: 1, comm: init Not tainted 3.0.6-gentoo #3

Investigations done so far are not successfull, anyone could point me
to the right direction?

Thank you
--
Jean-Marc
Re: Kernel panic on Soekris Net4801 [ In reply to ]
Jean-Marc Beaune wrote:
> [ 8.994274] EXT3-fs (sda3): error: couldn't mount because of unsupported optional features (240)
..
> Investigations done so far are not successfull, anyone could point
> me to the right direction?

The above error is pretty clear. 240=128+64+32+16 so look into what
the ext*fs option bit mean, and make sure your kernel has the options
enabled.


//Peter
Re: Kernel panic on Soekris Net4801 [ In reply to ]
Thanks for quick reply.
Why does it attempt to mount as ext3 (EXT3-fs) since sda is in ext4?
I probably missunderstand the process...

On 11/12/11, Peter Stuge <peter@stuge.se> wrote:
> Jean-Marc Beaune wrote:
>> [ 8.994274] EXT3-fs (sda3): error: couldn't mount because of
>> unsupported optional features (240)
> ..
>> Investigations done so far are not successfull, anyone could point
>> me to the right direction?
>
> The above error is pretty clear. 240=128+64+32+16 so look into what
> the ext*fs option bit mean, and make sure your kernel has the options
> enabled.
>
>
> //Peter
>
>


--
Jean-Marc
Kernel panic on Soekris Net4801 [ In reply to ]
Hi,

Still struggling to get my Soekris to boot.
Here is the full boot sequence: http://paste.pocoo.org/show/509089/

Can't see anything obvious, is there any way to have logs more verbose?

Thanks
--
Jean-Marc
Re: Kernel panic on Soekris Net4801 [ In reply to ]
On Sat, Nov 19, 2011 at 4:48 PM, Jean-Marc Beaune <jm.beaune@gmail.com> wrote:
> Hi,
> Still struggling to get my Soekris to boot.
> Here is the full boot sequence: http://paste.pocoo.org/show/509089/
> Can't see anything obvious, is there any way to have logs more verbose?

This seems to be the real reason:

[ 9.807170] [<c1002fb6>] ? do_invalid_op+0x86/0xa0

Your /sbin/init uses instructions the SC1100 doesn't recognize.
You probably should rebuild world with CFLAGS="-march=i586" or even lower.

Manuel
Re: Kernel panic on Soekris Net4801 [ In reply to ]
On Sat, 2011-11-19 at 16:57 +0100, Manuel Lauss wrote:
> On Sat, Nov 19, 2011 at 4:48 PM, Jean-Marc Beaune <jm.beaune@gmail.com> wrote:
> > Hi,
> > Still struggling to get my Soekris to boot.
> > Here is the full boot sequence: http://paste.pocoo.org/show/509089/
> > Can't see anything obvious, is there any way to have logs more verbose?
>
> This seems to be the real reason:
>
> [ 9.807170] [<c1002fb6>] ? do_invalid_op+0x86/0xa0
>
> Your /sbin/init uses instructions the SC1100 doesn't recognize.
> You probably should rebuild world with CFLAGS="-march=i586" or even lower.
>

i486 it should be.



> Manuel
>
--
solar <solar@gentoo.org>
Gentoo Linux