<br><br><div class="gmail_quote">On Tue, Jun 14, 2011 at 7:22 PM, Prajosh Premdas <span dir="ltr">&lt;<a href="mailto:premdas.prajosh@gmail.com">premdas.prajosh@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Hi Dave</div><div><br></div>I tried booting with the root file system in my flash and uImage i copy using TFTP everything is fine.  <div><div></div><div class="h5"><br><br><div class="gmail_quote">On Tue, Jun 14, 2011 at 10:49 PM, Dave Hylands <span dir="ltr">&lt;<a href="mailto:dhylands@gmail.com" target="_blank">dhylands@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Prajosh,<br>
<div><div></div><div><br>
On Tue, Jun 14, 2011 at 10:07 AM, Prajosh Premdas<br>
&lt;<a href="mailto:premdas.prajosh@gmail.com" target="_blank">premdas.prajosh@gmail.com</a>&gt; wrote:<br>
&gt; Hi<br>
&gt; I am stuck with a problem. inittab is not executing after my Linux box boots<br>
&gt; up.<br>
&gt; The problem in detail. I have a linux box, i load the Linux image uImage<br>
&gt; using TFTP and my root file system is configured in NFS. After the security<br>
&gt; key is generated, my box just waits there infinity. Its not starting a new<br>
&gt; terminal.<br>
&gt; The new terminal has been specified in the inittab as<br>
&gt; ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 # GENERIC_SERIAL<br>
&gt; Can anybody help me out with this problem?<br>
&gt; Since i am not able to set password i cannot do a secure shell access too.<br>
<br>
</div></div>If I had to guess (since you didn&#39;t include any boot logs, that&#39;s<br>
pretty much all I can do), I&#39;d say that your NFS mount of the root<br>
file system isn&#39;t working.<br>
<br>
You can always try and see if you can even boot into a shell manually,<br>
by adding init=/bin/sh to the kernel command line.<br>
<br>
Have you tried booting without using NFS, and verifying that you can<br>
mount the NFS volume?<br>
<font color="#888888"><br>
--<br>
Dave Hylands<br>
Shuswap, BC, Canada<br>
<a href="http://www.davehylands.com" target="_blank">http://www.davehylands.com</a><br>
</font></blockquote></div><br><br clear="all"><br></div></div>-- <br>Regards,<br><font color="#888888"><br>Prajosh Premdas<br>
</font><br>_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
<br></blockquote><div><br><br>Hi Prajosh,<br><br>Could you post what exact error are you getting.<br>I had a very similar problem recently when trying to boot the kernel using tftp and then mounting the Rootfs over NFS.<br>
The issue I faced was that the Rootfs&#39; /dev directory was not correctly populated and was missing the /dev/console device.<br><br>I was getting an error on the lines of &quot;Unable to start init console&quot; and I too spent time mucking about in my inittab.<br>
<br><br>Thanks,<br>Raseel<br></div></div>