initramfs-tools E: Sub-process /usr/bin/dpkg returned an error code (1) How do I fix this error so that I can use apt normally again?Owner Joshua-Riek commented Jun 30, 2024 For some reason you installed flash-kernel. Purge the package. Joshua-Riek self-assigned this Jun 30, 2024 ...
update-initramfs: Generating /boot/initrd.img-5.9.0-rc7-aml-s812 cp: error writing '/var/tmp/mkinitramfs_qVbUIa//usr/lib/systemd/systemd-udevd': No space left on device 解决方法在https://ubuntuforums.org/showthread.php?t=1990236 :highlighter- gradle sudo rm -f /var/lib/dpkg/info/initra...
initramfs-tools E: Sub-process /usr/bin/dpkg returned an error code (1) 用df -h命令可以看到boot空间已满 解决办法(删掉多余的内核) 查看内核命令: dpkg –get-selections|grep linux 删除多余的内核: sudo apt-get remove linux-image-<版本号>(就是上面带image的版本) 出现卸载不完全时,用以下命令: ...
installed initramfs-tools package post-installation script subprocess returned errorexitstatus127 错误代码 127表示命令未找到(command not found)。 initramfs-tools的plymouth钩子脚本在更新initramfs镜像时,需要调用fc-cache命令。 尽管fontconfig软件包已安装,但fc-cache命令缺失,可能是由于软件包损坏、文件系统问题或磁...
141gzip1update-initramfs:failedfor/boot/initrd.img-4.15.0-39-generic with1.dpkg:error processing package initramfs-tools(--configure):subprocess installed post-installation script returned error exit status1Errorswere encounteredwhileprocessing:initramfs-toolsE:Sub-process/usr/bin/dpkg returned an error ...
实际中我一共部署了三套MGR环境,分别是单机多实例的MGR环境,多机同网段的MGR环境,多机不同网段的...
dpkg: error processing package initramfs-tools (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: initramfs-tools E: Sub-process /usr/bin/dpkg returned an error code (1) root@es...
ubuntu安装出现"删除initramfs-tools时出错",subprocess installed post-installation script returned error exit status 1 2017-04-12 11:44 −... 柳如风 1 4376 ubunut:子进程 post-installation script 返回了错误号 1 2019-12-23 13:46 −解决dpkg/apt-get error : 子进程 post-installation script 返回...
dpkg: error processing package initramfs-tools (--configure): installed initramfs-tools package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: initramfs-tools E: Sub-process /usr/bin/dpkg returned an error code (1) This is...
-f "/efi/EFI/Linux/${UNIFIED_KERNEL_IMAGE}" ]; then # Either there are none or more than one echo "Error. Unable to determine unified kernel image." exit 1 fi KERNEL_VERSION=$(echo ${UNIFIED_KERNEL_IMAGE} | sed -e 's@^linux-@@' -e 's@ \.efi$@@') objcopy -O binary --...