Bill Beeman wrote:
"Marc Williams" <marcw@xxxxxxxxxxxx> wrote in message
news:pan.2004.06.11.23.27.56.521499@xxxxxxxxxxxxxxx
On Sat, 12 Jun 2004 07:07:17 +0800, Yusuf Goolamabbas wrote:
Hi, I did a 'sudo up2date -u' on my FC2 box and it picked up the recent
kernel errata 2.6.6-1.427. However, at the end of the up2date command. I
found that the default kernel in grub.conf still pointed to the original
FC2 kernel 2.6.5-1.358
Shouldn't up2date automatically switch the default to the most recently
applied kernel or is this left for users to tweak manually
I noticed the same thing using up2date.
It is listing the later kernel first in grub.conf, but leaving default =1.
Edit grub.conf and set default=0
This will cause it to boot the kernel listed first.
grub.conf should be found in /boot/grub
Bill
I don't use up2date, but yum does it correctly and sets the new kernel
as the default.