Ich hatte vor kurzer Zeit Probleme mit einem eigenen Kernel.
Da ist mir hier sehr gut geholfen worden.
Jetzt wollte ich aber weiter Testen mit dem Kernelbacken.
Also habe ich eine alten P200 mit Debian Woody (Kernel.Linux 2.2.20-idepci)installiert.
Und mir die Anleitung zur Hand genommen.
http://www.debianforum.de/wiki/?page=Ke ... ompilieren
Das klappte auch alles sehr gut.
Ich habe Lilo bearbeitet.
Am ende von Lilo habe ich jetzt stehen:
Code: Alles auswählen
default=Linux
image=/vmlinuz
label=Linux
read-only
# restricted
# alias=1
image=/vmlinuz.old
label=LinuxOLD
read-only
optional
# restricted
# alias=2
# If you have another OS on this machine to boot, you can uncomment the
# following lines, changing the device name on the `other' line to
# where your other OS' partition is.
#
# other=/dev/hda4
# label=HURD
# restricted
# alias=3
#Neuer Kernel
image = /boot/linux2.4.21
label = Linux2.4.21
read-only
Der Link zu/boot/linux2.4.21 stimmt.
Code: Alles auswählen
boot# ls -la
total 1912
drwxr-xr-x 2 root root 4096 Jul 9 01:16 .
drwxr-xr-x 21 root root 4096 Jun 30 03:27 ..
-rw-r--r-- 1 root root 224124 Jun 30 00:56 System.map-2.2.20-idepci
-rw-r--r-- 1 root root 7988 Apr 13 2002 boot-bmp.b
-rw-r--r-- 1 root root 6204 Apr 13 2002 boot-compat.b
-rw-r--r-- 1 root root 7964 Apr 13 2002 boot-menu.b
-rw-r--r-- 1 root root 6204 Apr 13 2002 boot-text.b
-rw-r--r-- 1 root root 512 Jun 30 01:16 boot.1640
lrwxrwxrwx 1 root root 11 Jun 30 01:14 boot.b -> boot-menu.b
-rw-r--r-- 1 root root 728 Apr 13 2002 chain.b
-rw-r--r-- 1 root root 3888 Jun 30 00:56 config-2.2.20-idepci
-rw-r--r-- 1 root root 967100 Jul 9 01:00 linux2.4.21
-rw------- 1 root root 22016 Jul 9 01:16 map
-rw-r--r-- 1 root root 656 Apr 13 2002 os2_d.b
-rw-r--r-- 1 root root 665509 Jun 30 00:56 vmlinuz-2.2.20-idepci
Das System booten immer in den alten Kernel
Gruß,
Stefan