Fedora 8 & Grub

T

TheCrew

Jungspund
Nabend zusammen und Gutes neues Jahr :)

hab gestern Fedora 8 installiert und gleich die vorgeschlagenen Updates
mitinstalliert.
Darunter auch den neuen Kernel 2.6.23.9-85, die Installation lief auch soweit sauber durch.
( Soweit ich das beurteilen kann. )

Code:
rpm -qa | grep kernel
kernel-2.6.23.1-42.fc8
kernel-2.6.23.9-85.fc8

Die Einträge zum Boot sind auch unter /boot/grub/menu.lst
Code:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/VolGroup01/LogVol00
#          initrd /initrd-version.img
#boot=/dev/mapper/isw_djhabgiibi_Volume0
default=0
timeout=15
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23.9-85.fc8)
        root (hd0,0)
        kernel /vmlinuz-2.6.23.9-85.fc8 ro root=/dev/VolGroup01/LogVol00 rhgb quiet
        initrd /initrd-2.6.23.9-85.fc8.img
title Fedora (2.6.23.1-42.fc8)
        root (hd0,0)
        kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup01/LogVol00 rhgb quiet
        initrd /initrd-2.6.23.1-42.fc8.img
title Other
        rootnoverify (hd1,0)
        chainloader +1

Allerdings wird der Kernel nicht in der Menüauswahl angezeigt.
Irgendwie scheint das ganze File ignoriert zu werden, ich hab testweise mal den
"Timeout"-Wert, wie oben zu sehen ist auf 15 geändert, beim boot sind es aber nur 5. :/

Ändere ich im Grubbootmenü den Eintrag des alten Kernel manuell auf die in conf-File
eingetragenen Werte des Neuen Kernels kommt "File not found", obwohl eigendlich
alles da ist, wo es beim alten Kernel auch liegt:

/boot

Code:
total 13879
-rw-r--r-- 1 root root   71912 2007-10-30 18:26 config-2.6.23.1-42.fc8
-rw-r--r-- 1 root root   72084 2007-12-07 22:07 config-2.6.23.9-85.fc8
drwxr-xr-x 2 root root    1024 2008-01-01 18:36 grub
-rw------- 1 root root 3931808 2008-01-01 16:32 initrd-2.6.23.1-42.fc8.img
-rw------- 1 root root 3951573 2008-01-01 16:54 initrd-2.6.23.9-85.fc8.img
drwx------ 2 root root   12288 2008-01-01 22:29 lost+found
-rw-r--r-- 1 root root  103260 2007-10-24 19:45 memtest86+-1.70
-rw-r--r-- 1 root root 1064713 2007-10-30 18:26 System.map-2.6.23.1-42.fc8
-rw-r--r-- 1 root root 1065259 2007-12-07 22:07 System.map-2.6.23.9-85.fc8
-rw-r--r-- 1 root root 1927704 2007-10-30 18:26 vmlinuz-2.6.23.1-42.fc8
-rw-r--r-- 1 root root 1927960 2007-12-07 22:07 vmlinuz-2.6.23.9-85.fc8

Eine weitere menu.lst oder Grub.conf die nicht der obrigen nicht entspricht konnte ich nicht finden.
Irgendwie steck ich fest. :/
 

Ähnliche Themen

Mein Server versendet SPAM in Massen

xrandr: cant open display

Rollei Mini Wifi Camcorder

Linux Live USB Stick mit GRUB2

openSuse 11.4 und 12.1 als Gast in XEN

Zurück
Oben