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

Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
Upgrade Warnings / Re: F-U failed today on my laptop
« Last post by micspabo on 2026/02/02, 01:23:45 »
Sorry - it failed, as after reboot systemd-cryptsetup was not able to decrypt root.  :'(
So be warned to follow that path too easily like me.
22
Upgrade Warnings / Re: F-U failed today on my laptop
« Last post by micspabo on 2026/02/02, 01:03:18 »

Code: [Select]
apt purge initramfs-tools
worked for me

Thanks,- I really thought I worked for me too.  :)

Code: [Select]
# apt purge initramfs-tools
  Suggested packages:
    dracut-network  isomd5sum  kpartx  systemd-cryptsetup

# apt install dracut-network systemd-cryptsetup
  Suggested packages:
    iscsiuio
  Recommended packages:
    nbd-client

# apt autopurge
  REMOVING:                       
    initramfs-tools-bin*  initramfs-tools-core*  klibc-utils*  libklibc*
  Summary:
    Upgrading: 0, Installing: 0, Removing: 4, Not Upgrading: 0

# update-initramfs -u -k all
  update-initramfs: Generating /boot/initrd.img-6.18.8-1-siduction-amd64
  update-initramfs: Generating /boot/initrd.img-6.18.7-1-siduction-amd64
23
Upgrade Warnings / Re: F-U failed today on my laptop
« Last post by eriefisher on 2026/02/02, 00:39:06 »
Looks like the bug was just filed today so I'm going to wait myself.
24
Upgrade Warnings / Re: F-U failed today on my laptop
« Last post by alexsid on 2026/02/02, 00:35:02 »
Hi all! I got the same error.
What to do? Shall we wait for the fix (the bug is known and registered)?
25
Upgrade Warnings / Re: F-U failed today on my laptop
« Last post by eriefisher on 2026/02/02, 00:20:30 »
Dracut is also listing some bugs:
Code: [Select]
important bugs of dracut-core (→ 109-11) <Outstanding>
 b1 - #1095646 - dracut-core: Shipping /usr/lib/kernel/install.d/50-dracut.install causes two initrds to be installed on kernel postinst
 b2 - #1108404 - dracut-core: Emergency shell does not work due to locked root user
 b3 - #1110250 - Emergency shell is inaccessible: "Cannot open access to console, the root account is locked."
 b4 - #1121043 - overlayfs module fails to mount an overlay over a BTRFS filesystem, breaking live boot
important bugs of dracut (→ 109-11) <Outstanding>
 b5 - #1073825 - dracut: manual dracut creates initramfs-*.img files, post-install hook does initrd.img-*
 b6 - #1074609 - dracut: fails to install cryptsetup (lvm-on-luks)
 b7 - #1078545 - multipathd.socket may lack Conflicts= lines
 b8 - #1103457 - Unable to boot LUKS-encrypted system
 b9 - #997827 - dracut: /usr/lib/dracut/dracut-install ommit dependancies in .so
important bugs of dracut (→ 109-11) <Resolved in some Version>
 b10 - #1078792 - unbootable system after installing dracut on a standard Debian installation - #2 (Fixed: dracut/105-1 dracut/105-2~exp1 dracut/105-2~exp2 dracut/105-2~exp3 dracut/105-2~exp4 dracut/105-2~exp5 dracut/105-2~exp6 dracut/105-2~exp7 dracut/105-2~exp8)
Summary:
 dracut-core(4 bugs), dracut(6 bugs)
Are you sure you want to install/upgrade the above packages? [Y/n/?/...]
26
Upgrade Warnings / Re: F-U failed today on my laptop
« Last post by terroreek on 2026/02/02, 00:06:05 »
I was able to work around it by downgrading busybox, by

Code: [Select]
dpkg -i /var/cache/apt/archives/busybox_1%3a1.37.0-7_amd64.debthen this command to finish all the failed upgrade
Code: [Select]
apt -f install
Worked for me.
27
Upgrade Warnings / Re: F-U failed today on my laptop
« Last post by piper on 2026/02/02, 00:04:05 »

Code: [Select]
apt purge initramfs-tools
worked for me

Did it bring in dracut etc?

yes
28
Upgrade Warnings / Re: F-U failed today on my laptop
« Last post by eriefisher on 2026/02/01, 23:58:54 »

Code: [Select]
apt purge initramfs-tools
worked for me

Did it bring in dracut etc?
30
Upgrade Warnings / Re: F-U failed today on my laptop
« Last post by piper on 2026/02/01, 23:53:50 »
Code: [Select]
apt purge initramfs-tools
worked for me


Pages: 1 2 [3] 4 5 ... 10