Package: dropbear-initramfs Severity: important I am trying to sort out this bug, but the machine is blocked in an endless loop
It does /scripts/init-bottom And then the monitor displays in an endless loop: /scripts/init-premount/dropbear: line 339: sleep: not found /scripts/init-premount/dropbear: line 149: cat: not found I think the source code is at: https://salsa.debian.org/debian/dropbear/-/blob/debian/2022.83-1/debian/initramfs/scripts/init-bottom/dropbear#L48 So it's maybe waiting for a non starting dropbear. I used https://wiki.debian.org/DropBear as an example and did set: DROPBEAR_OPTIONS="-p 2222 -s"