Der neue Kernel 2.4.1 will nicht starten!
Fehlermeldung: no setup signature found
SuSE 7.0 mit Kernel 2.2.16 ist installiert, Bootloader
ist Boot-Magic.
Ich habe:
linux-2.4.1.tar.gz in /usr/src kopiert,
/~linux gelöscht,
mit tar zxf linux-2.4.1.tar.gz entpackt,
mit mv linux linux-2.4.1 umbenannt,
mit ln -s linux-2.4.1 linux einen neuen Link kreiert,
in /usr/src/linux mit make xconfig konfiguriert,
mit make depend
make modules modules_install
make zImage
compiliert
Soweit ging alles gut.
mit mv /usr/src/linux/arch/i386/boot/zImage /boot/vmlinux_2.4.1 bewegt,
lilo konfiguriert, und aufgerufen,
beim nächsten reboot die Tab-Taste gedrückt, und linuxnew eingegeben,
dann kommt eine Fehlermeldung:
no setup signature found
Mit dem alten Kernel kann ich aber weiterhin starten, der läuft
ohne Probleme.
Meine lilo.config sieht so aus:
boot = /dev/hda5
vga = normal
raed-only
prompt
timeout = 30
message = /boot/message
image = /boot/vmlinuz
label = linux
root = /dev/hda7
initrd = /boot/initrd
image = /boot/vmlinz.suse
label = suse
root = /dev/hda7
initrd = /boot/initrd.suse
other /dev/hda1
label = windows
image = /boot/vmlinux_2.4.1
label = linuxnew
root = /dev/hda7
initrd = /boot/initrd
Wer kann mir weiterhelfen?
Übrigens ging ich nach der Anleitung auf
http://www.pro-linux.de/t_kernel/kernel.html
vor.
Danke
Tilo