From mboxrd@z Thu Jan 1 00:00:00 1970 From: redhowlingwolves@nc.rr.com (scott) Date: Wed, 28 Sep 2011 21:32:53 -0400 Subject: Kernel not showing in grub2 In-Reply-To: References: <4E82745C.2060305@nc.rr.com> Message-ID: <4E83CAC5.1080405@nc.rr.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On 09/28/2011 10:07 AM, Pritam Bankar wrote: > Check the /lib/modules directory for corresponding entry for 3.0.0. > sudo update-grub does only scanning of /boot directory and puts them in a > list so its look like grub update error. > abi-3.0-rc7 will not create because its only present when your kernel comes > from standard distro. > Anyway you can manually edit grub.cfg file. > > > On Wed, Sep 28, 2011 at 6:41 AM, scott wrote: > >> I compiled a 3.0.0-rc7 kernel. Everything went smoothly except it >> doesn't show in the grub menu even after doing sudo update-grub. I see >> the kernel in /boot/grub/grub.cfg. Everything appears right with the >> UUID's and all. I noticed in /boot it doesn't list the abi-3.0-rc7. >> System-map initrd-img, vmlinux and config are all there. >> >> Would the missing abi- keep grub from recognizing it or am I barking up >> the wrong tree. If it is, how do I go about creating the abi short of >> recompiling. >> >> Thanks, Scott >> >> _______________________________________________ >> Kernelnewbies mailing list >> Kernelnewbies at kernelnewbies.org >> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies >> > > >