<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
freeing kernel memory. Maybe init fails? The bash I get from<br>
init=/bin/bash only spits a error at when trying to init/telinit by hand.<br>
<br>
Any ideas? Anybody flashed a custom kernel and got init working?<br>
</blockquote>
<br></div>
On my F12 setup the default init does work fine, just makes the boot four times slower than my custom init and scripts.<br></blockquote><div><br></div><div>if possible, can you post your custom script?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Why don&#39;t you hack some<br>
<br>
echo &quot;hello&quot; &gt; /dev/ttyxyz0<br>
<br>
into<br>
<br>
/etc/rc.d/rc.sysinit<br>
<br>
and see if it gets that far.</blockquote><div> </div><div>It reaches not even line #2, line #1 is #!/bin/bash</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">
<br>
&gt; To be specific the error msg is init: Unable to send message:<br>
&gt; Connection refused same for reboot, shutdown, telinit<br>
<br></div>
It&#39;s normal, init running as pid 1 is meant to be listening for commands those guys send to it.  Since you never ran init as pid 1, but /bin/bash, it ain&#39;t there listening.</blockquote><div> </div><div>Thanks for clearing that up </div>
<div><br></div><div>Bernhard</div></div>