Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759357AbYAYPDQ (ORCPT ); Fri, 25 Jan 2008 10:03:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759050AbYAYPC6 (ORCPT ); Fri, 25 Jan 2008 10:02:58 -0500 Received: from sovereign.computergmbh.de ([85.214.69.204]:35309 "EHLO sovereign.computergmbh.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757681AbYAYPC5 (ORCPT ); Fri, 25 Jan 2008 10:02:57 -0500 Date: Fri, 25 Jan 2008 16:02:56 +0100 (CET) From: Jan Engelhardt To: Jack Harvard cc: linux-kernel@vger.kernel.org Subject: Re: Q: linux failed to execute /init? In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1174 Lines: 34 On Jan 25 2008 14:39, Jack Harvard wrote: >> On Jan 25 2008 13:40, Jack Harvard wrote: >> >Hi, >> > >> >I'm trying to boot Linux, but the /init process failed. Here is the >> >info: >> > >> >=FF<6>/init exit code: -14 >> >/init exit code: -14 >> ><4>Failed to execute /init >> >Failed to execute /init >> > <6>/sbin/init exit code: -14 >> > >> >Just wondering what do those different exit codes mean? >> >> asm-generic/errno-base.h:#define EFAULT 14 /* Bad address */ >> > >Also, before the init process hung up and printed out /init exit code: >-14, it printed out the following symbol >ÿ >Which doesn't make any sense to me, just wondering what could have >caused this? it's unlikely due to baud rate and printed out something >unreadable. ÿ is 255. While this could indicate a serial transmission error (my guess: bad timing), printing -14 repeatedly certainly does not. Is the ÿ reproducable, does it happen every time? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/