Hallo!
Ich hab ein paar kleine Änderungen in meinem neuen Kernel 2.4.20 durchgeführt und dann kompiliert, in Grub eingetragen und jetzt will der neue nicht booten mit folgender Meldung:
VFS: cannot open root device "Labe=" on 00:00
Please appened correct "root=" boot option
Kernel panich VFS: Unable to mount root fs on 00:00
Konkret hab ich folgendes gemacht - nach der Reihe:
make xconfig
make dep
make clean
make bzImage
make modules
make modules_install
und dann make install wodurch folgende Files ins /boot gekommen sind:
vmlinuz-2.4.20-18.8custom
System.map-2.4.20-18custom
initrd-2.4.20.18.8custom.img
in Grub habe ich dann folgenden Menüpunkt hinzugefügt was eigentlich passen sollte
title Red Hat Linux (2.4.20-18.8custom **SEPPIS**)
root (hd0,0)
kernel /boot/vmlinuz-2.4.20-18.8custom ro root=LABEL=/ hdb=ide-scsi
initrd /boot/initrd-2.4.20-18.8custom.img
Was mir auffällt ist folgendes: Für jeden meiner Kernels gibts im /boot ein rund 3MB großes Executable .... ich glaube genau das Ding fehlt mir. Wie bekomme ich es her? :confused: