Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Tim
On Tue, 2010-06-01 at 19:04 -0500, Steven P. Ulrick wrote: > almost by inspiration, I looked at /boot/grub/grub.conf and > /boot/grub/menu.lst (which as you know is a symlink > to /boot/grub/grub.conf) > > Guess what? both of the files in the "/boot/grub" directory have only > two kernel entrie

Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Steven P. Ulrick
> On Tue, 2010-06-01 at 19:04 -0500, Steven P. Ulrick wrote: > > Also, did "/etc/grub.conf" used to be a symlink to > > "/boot/grub/grub.conf"? If so, why is it not on my system? > > That's how it is on my system and IIRC it has always been thus. That's what I figured. Otherwise it would be us

Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Patrick O'Callaghan
On Tue, 2010-06-01 at 19:04 -0500, Steven P. Ulrick wrote: > Also, did "/etc/grub.conf" used to be a symlink to > "/boot/grub/grub.conf"? If so, why is it not on my system? That's how it is on my system and IIRC it has always been thus. poc -- users mailing list users@lists.fedoraproject.org

Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Steven P. Ulrick
> > Hello Everyone, > > I have the following in "/etc/grub.conf": installonly_limit=3 > > > > Consequently, when I ran "yum update" earlier, a new kernel was installed, > > bringing my total to three. Here is my "grub.conf": > > > > # grub.conf generated by anaconda > > # > > # Note that you do

Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Steven P. Ulrick
> Hello Everyone, > I have the following in "/etc/grub.conf": installonly_limit=3 > > Consequently, when I ran "yum update" earlier, a new kernel was installed, > bringing my total to three. Here is my "grub.conf": > > # grub.conf generated by anaconda > # > # Note that you do not have to rerun

Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Frank Murphy
On 01/06/10 10:44, Steven P. Ulrick wrote: --snip-- > > I just tried it and rebooted. Still only two entries on the Grub boot > menu. > It would have seemed strange if "grub-install" worked, since somehow > grub.conf knows about all three kernels, since all three have been listed

Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Steven P. Ulrick
> On 01/06/10 10:01, Steven P. Ulrick wrote: > >> On Mon, 2010-05-31 at 19:38 -0500, Steven P. Ulrick wrote: > >>> I have the following in "/etc/grub.conf": installonly_limit=3 > >> > >> The installonly_limit parameter belongs in /etc/yum.conf. You're > >> telling yum to only install 3 versions of

Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Frank Murphy
On 01/06/10 10:01, Steven P. Ulrick wrote: >> On Mon, 2010-05-31 at 19:38 -0500, Steven P. Ulrick wrote: >>> I have the following in "/etc/grub.conf": installonly_limit=3 >> >> The installonly_limit parameter belongs in /etc/yum.conf. You're >> telling yum to only install 3 versions of things that

Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Steven P. Ulrick
> On Mon, 2010-05-31 at 19:38 -0500, Steven P. Ulrick wrote: > > I have the following in "/etc/grub.conf": installonly_limit=3 > > The installonly_limit parameter belongs in /etc/yum.conf. You're > telling yum to only install 3 versions of things that it can install > parallel versions of (such a

Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Tim
On Mon, 2010-05-31 at 19:38 -0500, Steven P. Ulrick wrote: > I have the following in "/etc/grub.conf": installonly_limit=3 The installonly_limit parameter belongs in /etc/yum.conf. You're telling yum to only install 3 versions of things that it can install parallel versions of (such as kernels),

Not all kernels show up in Grub boot menu

2010-05-31 Thread Steven P. Ulrick
Hello Everyone, I have the following in "/etc/grub.conf": installonly_limit=3 Consequently, when I ran "yum update" earlier, a new kernel was installed, bringing my total to three. Here is my "grub.conf": # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making