[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BOUNCE rtl@rtlinux.org: Approval required: (fwd)



>From owner-rtl Sat Jun 23 00:41:58 2001
Received: from kanga.hofr.at (N735P031.adsl.highway.telekom.at [62.47.35.223])
	by hq.fsmlabs.com (8.11.2/8.11.2) with ESMTP id f5N6fve22358;
	Sat, 23 Jun 2001 00:41:57 -0600
Received: (from hofrat@localhost)
	by kanga.hofr.at (8.10.2/8.10.2/SuSE Linux 8.10.0-0.3) id f5N6Zvr12754;
	Sat, 23 Jun 2001 08:35:57 +0200
From: Der Herr Hofrat <der.herr@hofr.at>
Message-Id: <200106230635.f5N6Zvr12754@kanga.hofr.at>
Subject: Re: [rtl] booting from flashdisk
In-Reply-To: <JHEDINBALLCIHDOEAOMCEEPDCBAA.troy.davis@airbornedatasystems.com>
 from Troy Davis at "Jun 22, 2001 05:56:02 pm"
To: rtl@fsmlabs.com
Date: Sat, 23 Jun 2001 08:35:57 +0200 (CEST)
CC: "Rtl@Rtlinux.Org" <rtl@rtlinux.org>
X-Mailer: ELM [version 2.4ME+ PL60 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

> Hello all-
> 	I have been fighting with the booting from a flash disk using initrd and a
> ramdisk.  I have now gotten to where it boots the kernel without any
> problems, and gets to init.  However I get the following error:
> 
> INIT: version 2.76 booting
> INIT: cannot execute "/etc/rc.d/rc.S"
> INIT: Entering runlevel:3
> INIT: cannot execute "/etc/rc.d/rc.M"
> INIT: No more processes left in this runlevel.
>
multiple posibilities 

1) the rc sripts have the wrong permissions
2) the libs are not in place and its not finding the required libs
3) the scripts reference /bin/sh and the link is not set to the proper shell
4) the scripts are not accessible at this point (real root not set yet)

to check whats going on boot into a root-shell by passing the kernel a

boot: linux init /bin/bash (or what ever shell you have)

and then when you get to the prompt execute all the steps in /etc/inittab
manually , this will show where it is failing.

hofrat

----- End of forwarded message from owner-rtl@fsmlabs.com -----