Gentoo Archives: gentoo-embedded

From: Manuel Lauss <manuel.lauss@××××××××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] Kernel panic on Soekris Net4801
Date: Sat, 19 Nov 2011 15:58:20
Message-Id: CAOLZvyEiOSLeQqjaoTjqDEarMGChUcwkJiDRyeYSC+AK3fz79A@mail.gmail.com
In Reply to: [gentoo-embedded] Kernel panic on Soekris Net4801 by Jean-Marc Beaune
1 On Sat, Nov 19, 2011 at 4:48 PM, Jean-Marc Beaune <jm.beaune@×××××.com> wrote:
2 > Hi,
3 > Still struggling to get my Soekris to boot.
4 > Here is the full boot sequence: http://paste.pocoo.org/show/509089/
5 > Can't see anything obvious, is there any way to have logs more verbose?
6
7 This seems to be the real reason:
8
9 [ 9.807170] [<c1002fb6>] ? do_invalid_op+0x86/0xa0
10
11 Your /sbin/init uses instructions the SC1100 doesn't recognize.
12 You probably should rebuild world with CFLAGS="-march=i586" or even lower.
13
14 Manuel

Replies