Package: initramfs-tools Version: 0.104 Severity: serious
Hi, I have problem of updating the package. $ sudo dpkg --configure -a Setting up initramfs-tools (0.104) ... update-initramfs: deferring update (trigger activated) Processing triggers for initramfs-tools ... update-initramfs: Generating /boot/initrd.img-3.2.0-2-rt-686-pae install: cannot stat `/lib/modules/3.2.0-2-rt-686-pae/kernel/drivers/gpu/drm/i915/i915.ko modeset=1 semaphores=1 i915_enable_rc6=1 i915_enable_fbc=1 ': No such file or directory E: /usr/share/initramfs-tools/hooks/plymouth failed with return 1. update-initramfs: failed for /boot/initrd.img-3.2.0-2-rt-686-pae with 1. dpkg: error processing initramfs-tools (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: initramfs-tools $ wget -c http://ftp.de.debian.org/debian/pool/main/i/initramfs-tools/initramfs-tools_0.103_all.deb 2> /dev/null $ sudo dpkg -i initramfs-tools_0.103_all.deb dpkg: warning: downgrading initramfs-tools from 0.104 to 0.103. (Reading database ... 354774 files and directories currently installed.) Preparing to replace initramfs-tools 0.104 (using initramfs-tools_0.103_all.deb) ... Unpacking replacement initramfs-tools ... Setting up initramfs-tools (0.103) ... update-initramfs: deferring update (trigger activated) Processing triggers for man-db ... Processing triggers for doc-base ... Processing 1 changed doc-base file... Registering documents with scrollkeeper... Processing triggers for initramfs-tools ... update-initramfs: Generating /boot/initrd.img-3.2.0-2-rt-686-pae Downgrade was successfull. $ cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. # Parameters can be specified after the module name. firewire-sbp2 loop b44 b43 qos=0 verbose=3 $ cat /etc/modprobe.d/i915-kms.conf options i915 modeset=1 semaphores=1 i915_enable_rc6=1 i915_enable_fbc=1 I have tried to comment this string in config. But the package is still fails to update. $ lsb_release -d Description: Debian GNU/Linux unstable (sid) All packages are up to date. Do you need any additional information? Regards, Boris