Also ich habe mit ein Debian-Kernel-Packet gebaut und bei der Installation lief auch alles Prima.
Ich lasse aber immer nochmal lilo laufen um zu sehen ob wirklich alles OK ist:
Code: Alles auswählen
debian:/# lilo
Warning: '/proc/partitions' does not match '/dev' directory structure.
Name change: '/dev/ide/host0/bus0/target0/lun0/disc' -> '/dev/hda'
Fatal: open /initrd.img: No such file or directory
Code: Alles auswählen
debian:/# ls -l
insgesamt 120
drwxr-xr-x 2 root root 4096 2004-01-11 00:44 bin
drwxr-xr-x 2 root root 4096 2004-01-11 16:46 boot
drwxr-xr-x 2 root root 4096 2003-08-28 17:54 cdrom
drwxr-xr-x 2 root root 4096 2003-08-29 18:32 cdwriter
drwxr-xr-x 10 root root 28672 2004-01-11 15:37 dev
drwxr-xr-x 117 root root 8192 2004-01-11 16:46 etc
drwxr-xr-x 2 root root 4096 2003-08-28 17:54 floppy
drwxr-xr-x 6 root root 4096 2003-03-13 07:25 home
drwxr-xr-x 2 root root 4096 2003-08-28 17:54 initrd.img
lrwxrwxrwx 1 root root 27 2003-10-03 12:57 initrd.old -> boot/initrd.img-2.4.22-1-k7
drwxr-xr-x 7 root root 8192 2004-01-11 00:43 lib
drwx------ 2 root root 4096 2003-08-28 17:45 lost+found
drwxr-xr-x 2 root root 4096 2003-12-08 14:10 mnt
drwxr-xr-x 2 root root 4096 2003-12-20 16:56 mnt2
drwxr-xr-x 3 root root 4096 2003-11-26 18:18 opt
dr-xr-xr-x 92 root root 0 2004-01-11 16:36 proc
drwxr-xr-x 46 root root 4096 2004-01-11 14:29 root
drwxr-xr-x 2 root root 4096 2004-01-11 00:44 sbin
drwxrwxrwt 11 root root 4096 2004-01-11 16:40 tmp
drwxr-xr-x 13 root root 4096 2003-11-26 18:18 usr
drwxr-xr-x 16 root root 4096 2003-09-14 11:36 var
lrwxrwxrwx 1 root root 19 2004-01-11 16:45 vmlinuz -> boot/vmlinuz-2.4.24
lrwxrwxrwx 1 root root 24 2003-10-06 18:36 vmlinuz.old -> boot/vmlinuz-2.4.22-1-k7
-rw-r--r-- 1 root root 10683 2003-12-14 20:08 xc
Das ganze brach aber mit dieser Fehlermeldung ab:
Code: Alles auswählen
An error occurred while running lilo in test mode, a log is
available in /var/log/lilo_log.23665. Please edit /etc/lilo.conf
manually and re-run lilo, or make other arrangements to boot
your machine.
Please hit return to continue
Code: Alles auswählen
Warning: '/proc/partitions' does not match '/dev' directory structure.
Name change: '/dev/ide/host0/bus0/target0/lun0/disc' -> '/dev/hda'
Fatal: open /initrd.img: No such file or directory
Soll ich den Kernel mit:
Code: Alles auswählen
make dep
make clean
make bzImage
make modules
make modules_install
Könnte ich das System jetzt neu starten oder würde das in die Hose gehen?
[1] = http://www.debianforum.de/forum/viewtopic.php?t=18469
Danke Benny