Lokal habe ich auch schonmal fertige Kernel eingespielt, aber halt noch nie unter Debin, und auch nicht ohne an der Konsole zu sitzen. Naja, war ganz einfach. Hier mal was gekommen ist für die anderen ängstlichen (bei meinem Root-L traue ich mich auch noch nicht, dort würde es mich ärgern, wenn es nicht sofort klappen würde).
Es ging los:
Code: Select all
Preparing to replace kernel-image-2.4.18-bf2.4 2.4.18-5woody1 (using .../kernel-image-2.4.18-bf2.4_2.4.18-5woody2_i386.deb) ...
You are attempting to install a kernel image (version 2.4.18-bf2.4)
However, the directory /lib/modules/2.4.18-bf2.4 still exists. If this
directory belongs to a previous kernel-image-2.4.18-bf2.4 package, and if
you have deselected some modules, or installed standalone modules
packages, this could be bad. However, if this directory exists because
you are also installing some stand alone modules right now, and they
got unpacked before I did, then this is pretty benign. Unfortunately,
I can't tell the difference.
If /lib/modules/2.4.18-bf2.4 belongs to a old install of
kenel-image-2.4.18-bf2.4, this is your last chance to abort the
installation of this kernel image (nothing has been changed yet).
If this directory is because of stand alone modules being installed
right now, or if it does belong to an older kernel-image-2.4.18-bf2.4
package but you know what you are doing, and if you feel that this
image should be installed despite this anomaly, Please answer n to the
question.
Otherwise, I suggest you move /lib/modules/2.4.18-bf2.4 out of the way,
perhaps to /lib/modules/2.4.18-bf2.4.old or something, and then try
re-installing this image.
Do you want to stop now? [Y/n]Auf meinen Start läuft noch nichts, also mutig einfach weitergemacht. Vermutlich wäre es sauberer gewesen, das Verzeichnis "/lib/modules/2.4.18-bf2.4" wegzuschieben, wie er vorgeschlagen hat, aber das hab ich einfach mal übergangen; ich war ja in Ausprobier-Laune.
Code: Select all
Unpacking replacement kernel-image-2.4.18-bf2.4 ...
Setting up kernel-image-2.4.18-bf2.4 (2.4.18-5woody2) ...
You are attempting to install a kernel version that is the same as
the version you are currently running (version 2.4.18-bf2.4). The modules
list is quite likely to have been changed, and the modules dependency
file /lib/modules/2.4.18-bf2.4/modules.dep needs to be re-built. It can
not be built correctly right now, since the module list for the
running kernel are likely to be different from the kernel installed.
I am creating a new modules.dep file, but that may not be
correct. It shall be regenerated correctly at next reboot.
I repeat: you have to reboot in order for the modules file to be
created correctly. Until you reboot, it may be impossible to load
some modules. Reboot as soon as this install is finished (Do not
reboot right now, since you may not be able to boot back up until
installation is over, but boot immediately after). I can not stress
that too much. You need to reboot soon.
Please Hit return to continue.Code: Select all
A new kernel image has been installed, and usually that means
that some action has to be taken to make sure that the new
kernel image is used next time the machine boots. Usually,
this entails running a ``bootloader'' like SILO, loadlin, LILO,
ELILO, QUIK, VMELILO, ZIPL, or booting from a floppy. (Some
boot loader, like grub, for example, do not need to be run on
each new image install, so please ignore this if you are using
such a boot loader).
A new kernel image has been installed. at /boot/vmlinuz-2.4.18-bf2.4
(Size: 1235kB)
Symbolic links, unless otherwise specified, can be found in /
LILO sets up your system to boot Linux directly from your hard
disk, without the need for booting from a boot floppy.
WARNING
If you are keeping another operating system or another version
of Linux on a separate disk partition, you should not have LILO
install a boot block now. Wait until you read the LILO documentation.
That is because installing a boot block now might make the other
system un-bootable. If you only want to run this version of Linux,
go ahead and install the boot block here. If it does not work, you
can still boot this system from a boot floppy.
Would you like to create a boot floppy now? [No] Code: Select all
You already have a LILO configuration in /etc/lilo.conf
Install a boot block using the existing /etc/lilo.conf? [Yes]Einfach, oder?
Der Größenwahn kommt dann im Teil 2 ...