My installation is on an SSD that passes an extended test without problems. I load my /tmp, /var/tmp, /var/lock, /var/run folder in the RAM memory. However, the same problems persist even when I load these folder in a hard drive.
I get errors
Code: Select all
cp: error reading ‘/usr/lib/x86_64-linux-gnu/plymouth//label.so’: Input/output error
cp: failed to extend ‘/var/tmp/mkinitramfs_jls9cK//usr/lib/x86_64-linux-gnu/plymouth//label.so’: Input/output error
cp: failed to extend ‘/var/tmp/mkinitramfs_WluwsX//usr/lib/x86_64-linux-gnu/plymouth//label.so’: Input/output error
Code: Select all
sudo apt-get install -f
Code: Select all
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up initramfs-tools (0.120+deb8u1) ...
update-initramfs: deferring update (trigger activated)
Setting up linux-image-3.16.0-4-amd64 (3.16.7-ckt25-1) ...
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-3.16.0-4-amd64
cp: error reading ‘/usr/lib/x86_64-linux-gnu/plymouth//label.so’: Input/output error
cp: failed to extend ‘/var/tmp/mkinitramfs_jls9cK//usr/lib/x86_64-linux-gnu/plymouth//label.so’: Input/output error
E: /usr/share/initramfs-tools/hooks/plymouth failed with return 1.
update-initramfs: failed for /boot/initrd.img-3.16.0-4-amd64 with 1.
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.16.0-4-amd64.postinst line 634.
dpkg: error processing package linux-image-3.16.0-4-amd64 (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for initramfs-tools (0.120+deb8u1) ...
update-initramfs: Generating /boot/initrd.img-3.16.0-4-amd64
cp: error reading ‘/usr/lib/x86_64-linux-gnu/plymouth//label.so’: Input/output error
cp: failed to extend ‘/var/tmp/mkinitramfs_WluwsX//usr/lib/x86_64-linux-gnu/plymouth//label.so’: Input/output error
E: /usr/share/initramfs-tools/hooks/plymouth failed with return 1.
update-initramfs: failed for /boot/initrd.img-3.16.0-4-amd64 with 1.
dpkg: error processing package initramfs-tools (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
linux-image-3.16.0-4-amd64
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)