Vorabinformation:
Das habe ich mir so eingerichtet. http://www.andreas-janssen.de/cryptodisk.html#a11
Nach einem Upgrade komme nun nicht mehr auf meine root-Partition. Vermutlich wurde ein neuer Kernel installiert. Wenn ich nun meine alte initrd wieder einspiele um auf /root zu kommen und dann ein
Code: Alles auswählen
aptitude reinstall linux-image-2.6.18-6-686
Ich habe herausgefunden, dass das Modul nls_iso8859_1 nun nls_iso8859-1 heißt. Das habe ich bereits in meiner /etc/initramfs-tools/modules geändert.The kernel version running is the same as the one being installed
You are attempting to install a kernel version that is the same as the version you are currently running (version 2.6.18-6-686). The modules list is quite likely to have been changed, and the modules dependency file /lib/modules/2.6.18-6-686/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.
In der Fehlermeldung steht was von Regenerieren nach dem nächsten Reboot. So weit so gut.
Wenn ich nun mit ok bestätige, dann erhalte ich diese Meldungen:
Nun mache ich noch ein... Entpacke Ersatz für linux-image-2.6.18-6-686 ...
Running postrm hook script /sbin/update-grub.
You shouldn't call /sbin/update-grub. Please call /usr/sbin/update-grub instead!
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /vmlinuz-2.6.18-6-686
Updating /boot/grub/menu.lst ... done
Richte linux-image-2.6.18-6-686 ein (2.6.18.dfsg.1-18etch4) ...
Hmm. The package shipped with a symbolic link /lib/modules/2.6.18-6-686/source
However, I can not read the target: Datei oder Verzeichnis nicht gefunden
Therefore, I am deleting /lib/modules/2.6.18-6-686/source
Running depmod.
Finding valid ramdisk creators.
Using mkinitramfs-kpkg to build the ramdisk.
Not updating initrd symbolic links since we are being updated/reinstalled
(2.6.18.dfsg.1-18etch4 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled
(2.6.18.dfsg.1-18etch4 was configured last, according to dpkg)
Running postinst hook script /sbin/update-grub.
You shouldn't call /sbin/update-grub. Please call /usr/sbin/update-grub instead!
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /vmlinuz-2.6.18-6-686
Updating /boot/grub/menu.lst ... done
Code: Alles auswählen
update-initramfs -u
Wer kann mir weiterhelfen?