Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  [solved] update-initramfs: failed for /boot/initrd.img-4.16.8-towo.2-siduction  (Read 5194 times)

Offline Carnophage

  • User
  • Posts: 40
    • http://carnophage.wordpress.com
Code: [Select]
apt install -fproduces (with a small enchencement of adding set -x in the hook script): http://dpaste.com//3FBMPHH
I do not use btrfs, I have /bin/btrfs but I do not have /bin/btrfs-zero-log
Any ideas if it's my config or something changed in the kernel package?
« Last Edit: 2018/05/15, 23:27:37 by Carnophage »

Offline jure

  • User
  • Posts: 635
I have the same error

Code: [Select]
Log started: 2018-05-15  18:16:39
initramfs-tools (0.130) wird eingerichtet ...
update-initramfs: deferring update (trigger activated)
Trigger für initramfs-tools (0.130) werden verarbeitet ...
update-initramfs: Generating /boot/initrd.img-4.16.8-towo.2-siduction-amd64
E: /usr/share/initramfs-tools/hooks/btrfs failed with return 1.
update-initramfs: failed for /boot/initrd.img-4.16.8-towo.2-siduction-amd64 with 1.
dpkg: Fehler beim Bearbeiten des Paketes initramfs-tools (--configure):
 installed initramfs-tools package post-installation script subprocess returned error exit status 1
Fehler traten auf beim Bearbeiten von:
 initramfs-tools
Gruss Juergen

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
« Last Edit: 2018/05/15, 20:50:38 by piper »
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline Carnophage

  • User
  • Posts: 40
    • http://carnophage.wordpress.com
Indeed, looks like it. Thanks for the info.

Offline jure

  • User
  • Posts: 635
Gruss Juergen

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
You beat me to it ;)
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline harley-peter

  • User
  • Posts: 1.022
Where can I find btrfs-progs 4.16.1-2 which seems to fix the bug?
Or can I remove the package btrfs-progs at all because I do not use btrfs?
« Last Edit: 2018/05/15, 21:51:51 by harley-peter »

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
If you don't use btrfs, you can safely do

Code: [Select]
apt purge btrfs-progs btrfs-tools
btrfs-tools is a transitional dummy package

Just wait it out for btrfs-progs 4.16.1-2, which is part of the ongoing testing transition known as auto-btrfs-progs.

https://release.debian.org/transitions/html/auto-btrfs-progs.html

https://qa.debian.org/cgi-bin/vcswatch?package=btrfs-progs


« Last Edit: 2018/05/15, 22:17:30 by piper »
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline jure

  • User
  • Posts: 635
done

Code: [Select]
apt policy btrfs-progs
btrfs-progs:
  Installiert:           4.16.1-2
  Installationskandidat: 4.16.1-2
  Versionstabelle:
 *** 4.16.1-2 500
        500 http://httpredir.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
Gruss Juergen