Ich habe mir via apt ein neues Kernel-Image installiert um von dem 2.4er auf den 2.6er umzusteigen.
Jedoch startet nach dem booten mein X-Server nicht mehr. Eine Fehlermeldung wird gebracht, dass X nicht richtig konfiguriert ist.
Starting MTA: 2004-10-07 12:13:55 Failed to open configuration file /etc/exim/exim.conf
Starting internet superserver: inetd.
" deferred execution scheduler: atd.
" periodic command scheduler: cron.
" GNOME Display Manager: gdm.
Debian GNU/Linux 3.1 debian tty1
debian login:
"exim" habe ich nicht eingerichtet. Daher wahrscheinlich die Meldung.
Via dpkg-reconfigure xserver-xfree86 lässt sich garnichts machen. Dann habe ich von Hand eine Vesa Standard Einstellung gemacht, aber auch hier nicht`s !
Habe ohnehin den Eindruck, dass mit dpkg-reconfigure ... keine neue Konfiguration vorgenommen wird. Habe bisher alles von Hand machen müssen !
Hier mal die Ausgabe vom apt-get install kernel-image:
Code: Alles auswählen
debian:~# apt-get install kernel-image-2.6.8-1-k7
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut... Fertig
Die folgenden zusätzlichen Pakete werden installiert:
cramfsprogs dash initrd-tools module-init-tools
Vorgeschlagene Pakete:
lilo kernel-doc-2.6.8 kernel-source-2.6.8
Die folgenden NEUEN Pakete werden installiert:
cramfsprogs dash initrd-tools kernel-image-2.6.8-1-k7 module-init-tools
0 aktualisiert, 5 neu installiert, 0 zu entfernen und 1 nicht aktualisiert.
Es müssen 15,4MB Archive geholt werden.
Nach dem Auspacken werden 45,6MB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] j
Hole:1 ftp://ftp.de.debian.org sarge/main dash 0.5.1-3 [82,0kB]
Hole:2 ftp://ftp.de.debian.org sarge/main cramfsprogs 1.1-6 [21,3kB]
Hole:3 ftp://ftp.de.debian.org sarge/main initrd-tools 0.1.74 [26,9kB]
Hole:4 ftp://ftp.de.debian.org sarge/main module-init-tools 3.1-pre5-7 [82,7kB]
Hole:5 ftp://ftp.de.debian.org sarge/main kernel-image-2.6.8-1-k7 2.6.8-3 [15,1M
B]
Es wurden 15,4MB in 1m6s geholt (233kB/s)
Preconfiguring packages ...
Wähle vormals abgewähltes Paket dash.
(Lese Datenbank ... 55175 Dateien und Verzeichnisse sind derzeit installiert.)
Entpacke dash (aus .../archives/dash_0.5.1-3_i386.deb) ...
Wähle vormals abgewähltes Paket cramfsprogs.
Entpacke cramfsprogs (aus .../cramfsprogs_1.1-6_i386.deb) ...
Wähle vormals abgewähltes Paket initrd-tools.
Entpacke initrd-tools (aus .../initrd-tools_0.1.74_all.deb) ...
Wähle vormals abgewähltes Paket module-init-tools.
Entpacke module-init-tools (aus .../module-init-tools_3.1-pre5-7_i386.deb) ...
Wähle vormals abgewähltes Paket kernel-image-2.6.8-1-k7.
Entpacke kernel-image-2.6.8-1-k7 (aus .../kernel-image-2.6.8-1-k7_2.6.8-3_i386.d eb) ...
You are attempting to install an initrd kernel image (version 2.6.8-1-k7)
This will not work unless you have configured your boot loader to use
initrd. (An initrd image is a kernel image that expects to use an INITial
Ram Disk to mount a minimal root file system into RAM and use that for
booting).
As a reminder, in order to configure LILO, you need
to add an 'initrd=/initrd.img' to the image=/vmlinuz
stanza of your /etc/lilo.conf
I repeat, You need to configure your boot loader -- please read your
bootloader documentation for details on how to add initrd images.
If you have already done so, and you wish to get rid of this message,
please put
"do_initrd = Yes"
in /etc/kernel-img.conf. Note that this is optional, but if you do not,
you will continue to see this message whenever you install a kernel
image using initrd.
Do you want to stop now? [Y/n]n
Richte dash ein (0.5.1-3) ...
Richte cramfsprogs ein (1.1-6) ...
Richte initrd-tools ein (0.1.74) ...
Richte module-init-tools ein (3.1-pre5-7) ...
Richte kernel-image-2.6.8-1-k7 ein (2.6.8-3) ...
/initrd.img does not exist. Installing from scratch, eh?
Or maybe you don't want a symbolic link here. Hmm? Lets See.
I notice that you do not have initrd.img symbolic
link. I can create one for you, and it shall be
updated by newer kernel image packages. This is
useful if you use a boot loader like lilo.
Do you want me to create a link from /boot/initrd.img-2.6.8-1-k7 to initrd.img?[Yn] y
debian:~#
Code: Alles auswählen
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.4.18-bf2.4
root (hd0,0)
kernel /vmlinuz-2.4.18-bf2.4 root=/dev/hda2 ro
savedefault
title Debian GNU/Linux, kernel 2.4.18-bf2.4 (recovery mode)
root (hd0,0)
kernel /vmlinuz-2.4.18-bf2.4 root=/dev/hda1 ro single
savedefault
title Debian GNU/Linux, kernel 2.6.8-1-k7
root (hd0,0)
kernel /vmlinuz-2.6.8-1-k7 root=/dev/hda2 ro
initrd /initrd.img-2.6.8-1-k7
savedefault
### END DEBIAN AUTOMAGIC KERNELS LIST
Habe aber weiter nicht`s konfiguriert nach der Kernel-Image Installation.