<br>Hi Ashish,<br><br><div class="gmail_quote">On Sat, Aug 20, 2011 at 3:48 PM, ashish raste <span dir="ltr">&lt;<a href="mailto:rasteashish@gmail.com">rasteashish@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 all,<br>
<br>
Recently I compiled and tried installing kernel (2.6.39.3), which I<br>
downloaded from <a href="http://kernel.org" target="_blank">kernel.org</a><br>
All the activity that I did was to copy the .config file of my distro<br>
(Ubuntu 10.10), then the following commands :<br>
<br>
- make menuconfig ( I exited, keeping the default configuration )<br></blockquote><div> </div><div>You can execute &#39;make localmodconfig&#39; after this, to ensure that you have all the necessary<br>components enabled in the .config file. It also strips off all the unnecessary ones, which will speed up<br>
your compilation.<br><br>Did you forget to run &#39;make&#39; after this stage? <br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

- make modules<br>
- make install_modules<br></blockquote><div> </div><div>I run &#39;make modules_install&#39; here...<br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

- make install<br>
- update grub<br>
<br>
All of the above commands got executed without any errors, and the new<br>
kernel version was also shown in the grub menu. But it showed some<br>
errors and didn&#39;t login.<br>
<br>
When I tried logging to my Ubuntu distro, a blue login box(which is<br>
normally violet in color) appeared. After giving password, it came<br>
back again to the same screen without going inside.<br>
<br>
Only thing I was able to do was to dropping in root mode (from<br>
Ubuntu&#39;s recovery mode u\in the grub menu) and looking at all of my<br>
data through terminal without a GUI.<br>
<br></blockquote><div>Do you see a prompt like this ?:<br>grub&gt;<br> <br>If yes, you can try to boot your kernel by manually specifying the <br>path to your kernel image, initrd etc.<br>Eg:<br>grub&gt; kernel /path/to/vmlinuz root=/dev/sda1<br>
grub&gt; root (hd0,0)<br>grub&gt; initrd /path/to/initramfs_image<br>grub&gt; boot<br><br>Note that you&#39;ll have to replace /dev/sda1 with path to your root partition. And similarly <br>replace hd0,0 with the value appropriate in your computer&#39;s configuration.<br>
[ hd0,0 refers to Hard-disk 0, partition 0, that is, the first partition on your first hard disk. ]<br><br>Once you are able to boot into your OS fully, check your grub entries to see if anything seems <br>to be wrong and fix them. The relevant file would be /boot/grub/menu.lst if you are using the<br>
old version of Grub (and not Grub2).<br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Can anyone tell how can I recover my compiled kernel and distro&#39;s kernel?<br><br></blockquote><div><br>Regards,<br>Srivatsa S. Bhat <br></div></div>