grub: a question
Hi,at the near end of up2date on a new redhat 7.3 install, I get the following:
77:ypserv ########################################### [100%]
Traceback (innermost last):
File "/usr/sbin/up2date", line 1169, in ?
File "/usr/sbin/up2date", line 397, in main
if argObj.getLong("force"):
File "/usr/sbin/up2date", line 1148, in batchRun
File "/usr/share/rhn/up2date_client/up2date.py", line 2400, in installBootLoader
File "/usr/share/rhn/up2date_client/up2date.py", line 2419, in __install_grub
File "/usr/share/rhn/up2date_client/grubcfg.py", line 16, in ?
import rpmUtils
File "/usr/share/rhn/up2date_client/rpmUtils.py", line 22, in ?
import up2dateErrors
File "/usr/share/rhn/up2date_client/up2dateErrors.py", line 11, in ?
import up2dateLog
File "/usr/share/rhn/up2date_client/up2dateLog.py", line 8, in ?
cfg = config.initUp2dateConfig()
AttributeError: initUp2dateConfig
and though grub.conf shows:
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-27.7.x)
root (hd0,0)
kernel /vmlinuz-2.4.18-27.7.x ro root=/dev/hda5
initrd /initrd-2.4.18-27.7.x.img
title Red Hat Linux (2.4.18-3)
root (hd0,0)
kernel /vmlinuz-2.4.18-3 ro root=/dev/hda5
initrd /initrd-2.4.18-3.img
it is still booting with the 2.4.18-3 kernel and not the new one.
all necessary files are in /boot.
if it was the good old lilo, i wouldn't have problems, but how do I check the default in grub and boot with the new kernel?
