On Sat, Nov 19, 2011 at 4:48 PM, Jean-Marc Beaune <[email protected]> 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
