* [gentoo-embedded] Kernel panic on Soekris Net4801
@ 2011-11-12 14:08 Jean-Marc Beaune
2011-11-12 14:22 ` Peter Stuge
0 siblings, 1 reply; 6+ messages in thread
From: Jean-Marc Beaune @ 2011-11-12 14:08 UTC (permalink / raw
To: gentoo-embedded
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] Kernel panic on Soekris Net4801
2011-11-12 14:08 [gentoo-embedded] Kernel panic on Soekris Net4801 Jean-Marc Beaune
@ 2011-11-12 14:22 ` Peter Stuge
2011-11-12 15:39 ` Jean-Marc Beaune
0 siblings, 1 reply; 6+ messages in thread
From: Peter Stuge @ 2011-11-12 14:22 UTC (permalink / raw
To: gentoo-embedded
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] Kernel panic on Soekris Net4801
2011-11-12 14:22 ` Peter Stuge
@ 2011-11-12 15:39 ` Jean-Marc Beaune
0 siblings, 0 replies; 6+ messages in thread
From: Jean-Marc Beaune @ 2011-11-12 15:39 UTC (permalink / raw
To: gentoo-embedded
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-embedded] Kernel panic on Soekris Net4801
@ 2011-11-19 15:48 Jean-Marc Beaune
2011-11-19 15:57 ` Manuel Lauss
0 siblings, 1 reply; 6+ messages in thread
From: Jean-Marc Beaune @ 2011-11-19 15:48 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 212 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 363 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] Kernel panic on Soekris Net4801
2011-11-19 15:48 Jean-Marc Beaune
@ 2011-11-19 15:57 ` Manuel Lauss
2011-11-19 17:57 ` solar
0 siblings, 1 reply; 6+ messages in thread
From: Manuel Lauss @ 2011-11-19 15:57 UTC (permalink / raw
To: gentoo-embedded
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] Kernel panic on Soekris Net4801
2011-11-19 15:57 ` Manuel Lauss
@ 2011-11-19 17:57 ` solar
0 siblings, 0 replies; 6+ messages in thread
From: solar @ 2011-11-19 17:57 UTC (permalink / raw
To: gentoo-embedded
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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-11-19 17:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-12 14:08 [gentoo-embedded] Kernel panic on Soekris Net4801 Jean-Marc Beaune
2011-11-12 14:22 ` Peter Stuge
2011-11-12 15:39 ` Jean-Marc Beaune
-- strict thread matches above, loose matches on Subject: below --
2011-11-19 15:48 Jean-Marc Beaune
2011-11-19 15:57 ` Manuel Lauss
2011-11-19 17:57 ` solar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox