On Fri, May 11, 2001 at 05:45:59AM -0700, satya kumar wrote:
>      I am trying to prepare linux on a disk.Though I have chosen to use two disk one 
>containing the kernel other the Rootfile system.As soon as I enter the  floppy 
>containing the rootfile system and press enter one error is flashed as " INIT :cannot 
>execute '/etc/rc.d/rc.sysinit'.Please help me out.I have checked out the file 
>permissions so thats not the problem.

That could be due to several things:
* init cannot find /etc/rc.d/rc.sysinit
* /etc/rc.d/rc.sysinit is not executable
* the filesystem in which /etc/rc.d is mounted has flag `noexec' (unlikely)
* The kernel has no support for the binary format of /etc/rc.d/rc.sysinit (unlikely)
* If /etc/rc.d/rc.sysinit is a binary, the kernel cannot find the
  dynamic loader (/lib/ld-linux.so.2 in recent binaries) or any of the
  libraries in which /etc/rc.d/rc.sysinit depend
* If /etc/rc.d/rc.sysinit is a script, the kernel cannot execute the
  script program (for example, /bin/sh; points 2-5 should be repeated
  with this program)

I hope that could solve your problem.

-- 
    .+'''+.         .+'''+.         .+'''+.         .+'''+.         .+''
 Juan Cespedes     /       \       /       \      [EMAIL PROTECTED]
.+'         `+...+'         `+...+'         `+...+'         `+...+'

--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to