<br><br><div><span class="gmail_quote">On 6/21/06, <b class="gmail_sendername">Mike Markowski</b> &lt;<a href="mailto:mm@udel.edu">mm@udel.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Here's a little more info that might inspire some ideas out there in<br>gentoo land.&nbsp;&nbsp;Since my /boot partition was possibly in a generally<br>unhappy state, I booted the 2006.0 livecd, did a &quot;mkfs /dev/sda1&quot; (my
<br>/boot partition), then put grub and kernel stuff back on /boot.&nbsp;&nbsp;I was<br>confident this would do it, but no go.&nbsp;&nbsp;Just to be sure nothing was left<br>out, I even went through the grub set up process again as Daniel<br>
recommended in another post in this thread.&nbsp;&nbsp;Still no change.</blockquote><div><br>Seems nothing unusual. <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The boot process continues just prior to the &quot;INIT 2.86&quot; line when the<br>init.d stuff is kicked off.&nbsp;&nbsp;While booted with the livecd, I checked and<br>/sbin/init really is there (mine, not the livecd one).&nbsp;&nbsp;But when I tried
<br>to pass &quot;init=/sbin/init&quot; as a kernel arg in grub.conf, I got the same<br>panic along with a message that /sbin/init couldn't be executed (or<br>something similar - I forgot to write it down).&nbsp;&nbsp;But since I only hosed
<br>/boot and then reinstalled grub and kernel, I'm not sure why I'm not in<br>business yet.<br><br>Any ideas?&nbsp;&nbsp;&quot;Bueller?&nbsp;&nbsp;Bueller?&quot;</blockquote><div><br>although the panic&nbsp; complains that&nbsp; init&nbsp; can&nbsp; not be executed,&nbsp; the problem may not&nbsp; be caused by init, make sure to pass the correct &quot;root&quot; arg to kernel, which is your root partition, not the same &quot;root&quot; when you are in grub's shell. 
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks,<br>Frustrated in Pennsylvania (aka Mike)<br><br>Mike Markowski wrote:<br>
&gt; Well, when I do it, I do it right.&nbsp;&nbsp;Through a bad combination of typos<br>&gt; and missing an &lt;enter&gt; I deleted everything in /boot.&nbsp;&nbsp;:-(<br>&gt;<br>&gt; This is what I did to (try to) recover:<br>&gt;<br>&gt;&nbsp;&nbsp; # cd /boot
<br>&gt;&nbsp;&nbsp; # mklost+found<br>&gt;&nbsp;&nbsp; # emerge grub<br>&gt;&nbsp;&nbsp; [...edited grub.conf...]<br>&gt;&nbsp;&nbsp; [...recompiled kernel &amp; modules and installed...]<br>&gt;<br>&gt; I *thought* that's all I'd need, but upon boot up:<br>&gt;
<br>&gt;&nbsp;&nbsp; Warning:unable to open an initial console<br>&gt;&nbsp;&nbsp; Kernel panic- not syncing: no init found. Try passing init= option to kernel<br>&gt;<br>&gt; I compiled the kernel myself, not with genkernel.&nbsp;&nbsp;I'm stumped at the
<br>&gt; moment &amp; would be glad to try any ideas anyone might have.<br>&gt;<br>&gt; Many thanks!<br>&gt; Mike<br><br>--<br><a href="mailto:gentoo-user@gentoo.org">gentoo-user@gentoo.org</a> mailing list<br><br></blockquote>
</div>hope the snippet from my grub.conf helps:<br><br><span style="color: rgb(51, 51, 255);">title GENTOO BOX</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">root&nbsp; (hd0,6)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # the /boot partition
</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">kernel /kernel-2.6.16-gentoo-r7 root=/dev/sda9&nbsp; # the / partition<br><br><span style="color: rgb(0, 0, 0);">well, I assume these stuff is quite basic to you, but before I could see what exactly your configuration is, this is all I could think about. 
<br><br>good luck<br><br>daniel<br></span></span>