* Kernel not showing in grub2
@ 2011-09-28 1:11 scott
2011-09-28 2:44 ` Prashant Shah
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: scott @ 2011-09-28 1:11 UTC (permalink / raw)
To: kernelnewbies
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Kernel not showing in grub2
2011-09-28 1:11 Kernel not showing in grub2 scott
@ 2011-09-28 2:44 ` Prashant Shah
2011-09-29 1:56 ` scott
2011-09-28 20:25 ` Julie Sullivan
[not found] ` <CAE6Wm-tk98vYg3dphEBd1DuqVUB9q=chP4TVKTJjYT1sZhDLBw@mail.gmail.com>
2 siblings, 1 reply; 7+ messages in thread
From: Prashant Shah @ 2011-09-28 2:44 UTC (permalink / raw)
To: kernelnewbies
Hi,
On Wed, Sep 28, 2011 at 6:41 AM, scott <redhowlingwolves@nc.rr.com> 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.
You can install something called "grub customizer" (just google for it)
>
> Thanks, Scott
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Kernel not showing in grub2
2011-09-28 1:11 Kernel not showing in grub2 scott
2011-09-28 2:44 ` Prashant Shah
@ 2011-09-28 20:25 ` Julie Sullivan
2011-09-29 1:36 ` scott
[not found] ` <CAE6Wm-tk98vYg3dphEBd1DuqVUB9q=chP4TVKTJjYT1sZhDLBw@mail.gmail.com>
2 siblings, 1 reply; 7+ messages in thread
From: Julie Sullivan @ 2011-09-28 20:25 UTC (permalink / raw)
To: kernelnewbies
Hi Scott
On Wed, Sep 28, 2011 at 2:11 AM, scott <redhowlingwolves@nc.rr.com> 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.
I'm using Ubuntu and looking in my boot directory the only abi-* files
are those of the 3 distro-native kernels (in fact I only noticed they
existed when I read your email.) None of my own kernels have them (or
had them even before I upgraded to Ubuntu 11.04 as I recall). And all
the kernels (about 20-30) are installed and booting OK. So maybe it's
not that.
There are a couple of things you could check though:
- You're not naming your kernel something odd. You can build the
kernel fine of course and do a make modules_install, but when I've
misnamed a kernel (I've accidentally used underscores instead of
hyphens before) update-grub (which is run automatically on make
install on Ubuntu 11.04) complains and refuses to install it.
- Your /boot isn't full. Mine maxes out at about 50 kernels with
their associated files. Again, the new kernel will not be installed if
it's full :-)
Assuming it's not either of those I can't immediately think of what
the problem is. Sorry - this is probably not especially helpful.
Cheers
Julie
^ permalink raw reply [flat|nested] 7+ messages in thread
* Kernel not showing in grub2
[not found] ` <CAE6Wm-tk98vYg3dphEBd1DuqVUB9q=chP4TVKTJjYT1sZhDLBw@mail.gmail.com>
@ 2011-09-29 1:32 ` scott
0 siblings, 0 replies; 7+ messages in thread
From: scott @ 2011-09-29 1:32 UTC (permalink / raw)
To: kernelnewbies
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<redhowlingwolves@nc.rr.com> 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
>>
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Kernel not showing in grub2
2011-09-28 20:25 ` Julie Sullivan
@ 2011-09-29 1:36 ` scott
0 siblings, 0 replies; 7+ messages in thread
From: scott @ 2011-09-29 1:36 UTC (permalink / raw)
To: kernelnewbies
On 09/28/2011 04:25 PM, Julie Sullivan wrote:
> Hi Scott
>
> On Wed, Sep 28, 2011 at 2:11 AM, scott<redhowlingwolves@nc.rr.com> 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.
>
> I'm using Ubuntu and looking in my boot directory the only abi-* files
> are those of the 3 distro-native kernels (in fact I only noticed they
> existed when I read your email.) None of my own kernels have them (or
> had them even before I upgraded to Ubuntu 11.04 as I recall). And all
> the kernels (about 20-30) are installed and booting OK. So maybe it's
> not that.
>
> There are a couple of things you could check though:
>
> - You're not naming your kernel something odd. You can build the
> kernel fine of course and do a make modules_install, but when I've
> misnamed a kernel (I've accidentally used underscores instead of
> hyphens before) update-grub (which is run automatically on make
> install on Ubuntu 11.04) complains and refuses to install it.
>
> - Your /boot isn't full. Mine maxes out at about 50 kernels with
> their associated files. Again, the new kernel will not be installed if
> it's full :-)
>
> Assuming it's not either of those I can't immediately think of what
> the problem is. Sorry - this is probably not especially helpful.
>
> Cheers
> Julie
>
No naming convention problems. /boot is not full either. I'm stumped on
this one.
Thanks for the reply anyway, Scott
PS: Sorry for the post to your private email, Pritam. I hit the 'reply'
button instead of 'reply-to-list'.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Kernel not showing in grub2
2011-09-28 2:44 ` Prashant Shah
@ 2011-09-29 1:56 ` scott
2011-09-29 2:04 ` scott
0 siblings, 1 reply; 7+ messages in thread
From: scott @ 2011-09-29 1:56 UTC (permalink / raw)
To: kernelnewbies
On 09/27/2011 10:44 PM, Prashant Shah wrote:
>
> You can install something called "grub customizer" (just google for it)
I have grub-customizer already. It shows in the menu in that, too. I
even manually added it to grub.cfg. I'm beginning to think something is
wrong with grub in general. I think I'll reinstall grub and see what
happens.
Thanks,Scott
^ permalink raw reply [flat|nested] 7+ messages in thread
* Kernel not showing in grub2
2011-09-29 1:56 ` scott
@ 2011-09-29 2:04 ` scott
0 siblings, 0 replies; 7+ messages in thread
From: scott @ 2011-09-29 2:04 UTC (permalink / raw)
To: kernelnewbies
On 09/28/2011 09:56 PM, scott wrote:
> On 09/27/2011 10:44 PM, Prashant Shah wrote:
>
>>
>> You can install something called "grub customizer" (just google for it)
>
> I have grub-customizer already. It shows in the menu in that, too. I
> even manually added it to grub.cfg. I'm beginning to think something is
> wrong with grub in general. I think I'll reinstall grub and see what
> happens.
>
> Thanks,Scott
Evidently is was something in grub. I reinstalled it and everything
works as it should.
Thanks for all the help,
Scott
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-09-29 2:04 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28 1:11 Kernel not showing in grub2 scott
2011-09-28 2:44 ` Prashant Shah
2011-09-29 1:56 ` scott
2011-09-29 2:04 ` scott
2011-09-28 20:25 ` Julie Sullivan
2011-09-29 1:36 ` scott
[not found] ` <CAE6Wm-tk98vYg3dphEBd1DuqVUB9q=chP4TVKTJjYT1sZhDLBw@mail.gmail.com>
2011-09-29 1:32 ` scott
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.