Bug#1071182: dracut: requires changes for systemd 256; boot fails otherwise

2024-05-31 Thread Holger Weiß
Control: reopen -1 Control: tags -1 patch Just to clarify, the original report mentiones two changes required for systemd 256: | 1. systemd 256 makes /usr read-only in initrd: |- https://github.com/systemd/systemd/issues/32511 |- https://github.com/dracut-ng/dracut-ng/issues/253 | |

Bug#1071182: dracut: requires changes for systemd 256; boot fails otherwise

2024-05-30 Thread Holger Weiß
Source: dracut Version: 060+5-8 Followup-For: Bug #1071182 Tags: patch The following patch addresses the case where /usr and possibly /etc are mounted read-only in the initrd, and therefore fixes the error messsages mentioned in my previous email. From: Holger Weiss Date: Thu, 30 May 2024

Bug#1071182: dracut: requires changes for systemd 256; boot fails otherwise

2024-05-28 Thread Holger Weiss
Package: dracut Followup-For: Bug #1071182 After updating to systemd 256~rc3-2 and dracut 060+5-8, these two messages are logged from initrd: | /bin/dracut-cmdline: 28: //lib/dracut/hooks/cmdline/00-parse-root.sh: cannot create

Bug#1071182: dracut: requires changes for systemd 256; boot fails otherwise

2024-05-17 Thread Thomas Lange
The related systemd bug is #1071278 -- regards Thomas

Bug#1071182: dracut: requires changes for systemd 256; boot fails otherwise

2024-05-17 Thread Thomas Lange
I also filed a bug against systemd because this problem can be solved by both packages and there are plans to replace dracut by dracut-ng. But that will need more time. regards Thomas

Bug#1071182: dracut: requires changes for systemd 256; boot fails otherwise

2024-05-17 Thread Simon Pilkington
I believe this should be Severity: critical.  With the current set of packages in unstable all it takes is one apt upgrade to instantly get an unbootable system with no warning. To get a working dracut I packaged version 101 of the dracut-ng fork and included this commit as a patch:

Bug#1071182: dracut: requires changes for systemd 256; boot fails otherwise

2024-05-15 Thread Ansgar
Source: dracut Version: 060+5-1 Severity: serious Tags: upstream X-Debbugs-Cc: Debian systemd Maintainers Hi, dracut requires two changes for systemd 256: 1. systemd 256 makes /usr read-only in initrd: - https://github.com/systemd/systemd/issues/32511 -