so ich will es nochmal probieren
beim installieren kommt folgend e meldung wie schon oben gepostet wurde
Code: Alles auswählen
server:/usr/src# dpkg -i kernel-image-2.6.7-1-386_2.6.7-1.backports.org.1_i386.deb
Selecting previously deselected package kernel-image-2.6.7-1-386.
(Reading database ... 15197 files and directories currently installed.)
Unpacking kernel-image-2.6.7-1-386 (from kernel-image-2.6.7-1-386_2.6.7-1.backports.org.1_i386.deb) ...
You are attempting to install an initrd kernel image (version 2.6.7-1-386)
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'll continue to see this message whenever you install a kernel
image using initrd.
Do you want to stop now? [Y/n]n
dpkg: dependency problems prevent configuration of kernel-image-2.6.7-1-386:
kernel-image-2.6.7-1-386 depends on module-init-tools (>= 0.9.13); however:
Package module-init-tools is not installed.
dpkg: error processing kernel-image-2.6.7-1-386 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
kernel-image-2.6.7-1-386
Daraus kann ich erkenne das module init tools fehlt. Hab eioch mir auch von der backports Seite heruntergeladen danach kommt folgender Fehler
Code: Alles auswählen
server:/usr/src# dpkg -i module-init-tools_3.1-pre5-2.backports.org.1_i386.deb
dpkg: regarding module-init-tools_3.1-pre5-2.backports.org.1_i386.deb containing module-init-tools:
module-init-tools conflicts with modutils (<= 2.4.21-1)
modutils (version 2.4.15-1) is installed.
dpkg: error processing module-init-tools_3.1-pre5-2.backports.org.1_i386.deb (--install):
conflicting packages - not installing module-init-tools
Errors were encountered while processing:
module-init-tools_3.1-pre5-2.backports.org.1_i386.deb
Scheint so als müsste ich modutils deinstallieren. Dabei passiert folgendes
Code: Alles auswählen
apt-get remove modutils
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
kernel-image-2.6.7-1-386: Depends: module-init-tools (>= 0.9.13) but it is not installable
modconf: Depends: modutils (>= 2.1.85-14) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Mach ich ein apt-get -f install, fängt wieder alle svon vorne an.