debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.)
debconf: falling back to frontend: Readline
Setting up linux-firmware (20230629.gitee91452d-0ubuntu1+system76~1689594960~22.04~9d563bf) ...
update-initramfs: Generating /boot/initrd.img-6.2.6-76060206-generic
cp: cannot stat '/lib/klibc-*.so': No such file or directory
E: /usr/share/initramfs-tools/hooks/klibc-utils failed with return 1.
update-initramfs: failed for /boot/initrd.img-6.2.6-76060206-generic with 1.
dpkg: error processing package linux-firmware (--configure):
installed linux-firmware package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
linux-firmware
E: Sub-process /usr/bin/dpkg returned an error code (1)
This happens when trying to update things in apt in PopOS. Tell me if more info is needed. I hope I posted to the right community.>>>
14 Comments
Illecors@lemmy.cafe · 3 pts · 3y
Have you wiped your
/lib/?Illecors@lemmy.cafe · 3 pts · 3y
Also please increase the window size of your terminal.
And use tripe backticks to paste terminal output/code. Makes it easier to read.
Example:
```
debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.) debconf: falling back to frontend: Readline Setting up linux-firmware (20230629.gitee91452d-0ubuntu1+system76168959496022.04~9d563bf) … update-initramfs: Generating /boot/initrd.img-6.2.6-76060206-generic cp: cannot stat ‘/lib/klibc-*.so’: No such file or directory E: /usr/share/initramfs-tools/hooks/klibc-utils failed with return 1. update-initramfs: failed for /boot/initrd.img-6.2.6-76060206-generic with 1. dpkg: error processing package linux-firmware (–configure): installed linux-firmware package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: linux-firmware E: Sub-process /usr/bin/dpkg returned an error code (1)
```
would result in
AapoL@sopuli.xyz · 2 pts · 3y
Intentionally or by mistake? Do you mean that if I would have wiped it that would result in apt not finding it? If you mean that then I haven't intentionally at least. There is things there so it should be good. Also what do you mean by please increase the window size of your terminal?
Illecors@lemmy.cafe · 3 pts · 3y
This suggests your terminal is too small for debconf output. Could be missing some important log output.
If your
/libis intact, then you might need to reinstallinitramfs-tools.Check if the missing file exits:
If it does - it could a permission issue.
dpkg-reconfigure initramfs-toolsmight fix it.If it doesn't - try reinstalling
initramfs-tools:AapoL@sopuli.xyz · 1 pts · 3y
Thanks! Yea it seems like initramfs-tools is broken.
The problem is that apt can't find the initramfs-tools file. I don't think I have seen that error before.
Illecors@lemmy.cafe · 3 pts · 3y
OK, this is concerning. Try downloading the installer and installing it manually:
AapoL@sopuli.xyz · 1 pts · 3y
Yea the problem's pretty bad it seems.
Illecors@lemmy.cafe · 2 pts · 3y
OK, so that did not trigger the reinstallation of the missing file. Try reinstalling
libklibc:AapoL@sopuli.xyz · 0 pts · 3y
Tried that already. The installation tries to run but the problem blocks it from running.
AapoL@sopuli.xyz · 1 pts · 3y
Porblem solved! I downloaded the libklibc package manually.
AapoL@sopuli.xyz · 1 pts · 3y
There's also an another thread on the PopOS community.