Hallo,
danke für die Anregungen, die leider nichts gebracht haben.
Ich bekomme die Meldungen beim Booten
Code: Alles auswählen
FATAL: Could not load /lib/modules/2.6.12.5/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/2.6.12.5/modules.dep: No such file or directory
.
.
.
FATAL: Could not load /lib/modules/2.6.12.5/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/2.6.12.5/modules.dep: No such file or directory
pivot_root: No such file or directory
/sbin/init: 432. cannot open dev/console: No such file
Kernel panic - not syncing: Attemptes to kill init!
Die FATAL-Meldung erscheint etwa 20-30 Zeilen und nach der letzten Zeile mit "Kerenl panic" bootet der Rechner gar nicht mehr.
Ein depmod -a erzeugt keine neue /lib/modules/2.6.12.5/modules.dep und ich verwende auch eine Initd-Ramdisk, die ich so erzeugt habe:
Meine /boot/grub/menu.lst sieht so aus
Code: Alles auswählen
title Debian GNU/Linux, kernel 2.6.12.5
root (hd0,2)
kernel /boot/vmlinuz-2.6.12.5 root=/dev/hda3 ro noapic nolapic acpi=off vga=792 pnpbios=off
initrd /boot/initrd.img-2.6.12.5
savedefault
boot
title Debian GNU/Linux, kernel 2.6.12.5 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.12.5 root=/dev/hda3 ro noapic nolapic acpi=off vga=792 pnpbios=off single
initrd /boot/initrd.img-2.6.12.5
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8-2-686
root (hd0,2)
kernel /boot/vmlinuz-2.6.8-2-686 root=/dev/hda3 ro noapic nolapic acpi=off vga=792 pnpbios=off
initrd /boot/initrd.img-2.6.8-2-686
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8-2-686 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.8-2-686 root=/dev/hda3 ro noapic nolapic acpi=off vga=792 pnpbios=off single
initrd /boot/initrd.img-2.6.8-2-686
savedefault
boot
Und in /boot stecken folgende Dateien:
Code: Alles auswählen
-rw-r--r-- 1 root root 58252 2005-08-24 09:48 config-2.6.12.5
-rw-r--r-- 1 root root 55399 2005-05-19 10:51 config-2.6.8-2-686
drwxr-xr-x 2 root root 4096 2005-08-24 17:06 grub
-rw-r--r-- 1 root root 4972544 2005-08-24 10:43 initrd.img-2.6.12.5
-rw-r--r-- 1 root root 4665344 2005-08-15 19:08 initrd.img-2.6.8-2-686
-rw-r--r-- 1 root root 878181 2005-08-24 10:29 System.map-2.6.12.5
-rw-r--r-- 1 root root 843026 2005-05-19 11:27 System.map-2.6.8-2-686
-rw-r--r-- 1 root root 1307760 2005-08-24 10:29 vmlinuz-2.6.12.5
-rw-r--r-- 1 root root 1170965 2005-05-19 11:27 vmlinuz-2.6.8-2-686
Ich bekomme diese Meldung, egal ob ich den Kernel mit
Code: Alles auswählen
make-kpkg clean
make-kpkg kernel_image --revision=test.1
mkinitrd -o /boot/initrd.img-2.6.12.5
dpkg -i kernel-image-2.6.12.5_test.1_i386.deb
oder mit
Code: Alles auswählen
make; make modules_install
mkinitrd -o /boot/initrd.img-2.6.12.5
cp System.map /boot/System.map-2.6.12.5
cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.12.5
baue.
Vielleicht fehlt ja was in der Config, ich weiß nich.