<br><br><div><span class="gmail_quote">On 6/21/06, <b class="gmail_sendername">Mike Markowski</b> <<a href="mailto:mm@udel.edu">mm@udel.edu</a>> 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. Since my /boot partition was possibly in a generally<br>unhappy state, I booted the 2006.0 livecd, did a "mkfs /dev/sda1" (my <br>/boot partition), then put grub and kernel stuff back on /boot. I was<br>confident this would do it, but no go. 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. 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 "INIT 2.86" line when the<br>init.d stuff is kicked off. While booted with the livecd, I checked and<br>/sbin/init really is there (mine, not the livecd one). But when I tried <br>to pass "init=/sbin/init" 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). 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? "Bueller? Bueller?"</blockquote><div><br>although the panic complains that init can not be executed, the problem may not be caused by init, make sure to pass the correct "root" arg to kernel, which is your root partition, not the same "root" 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> > Well, when I do it, I do it right. Through a bad combination of typos<br>> and missing an <enter> I deleted everything in /boot. :-(<br>><br>> This is what I did to (try to) recover:<br>><br>> # cd /boot <br>> # mklost+found<br>> # emerge grub<br>> [...edited grub.conf...]<br>> [...recompiled kernel & modules and installed...]<br>><br>> I *thought* that's all I'd need, but upon boot up:<br>> <br>> Warning:unable to open an initial console<br>> Kernel panic- not syncing: no init found. Try passing init= option to kernel<br>><br>> I compiled the kernel myself, not with genkernel. I'm stumped at the <br>> moment & would be glad to try any ideas anyone might have.<br>><br>> Many thanks!<br>> 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 (hd0,6) # 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 # 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>