Elektrine lite

← Feed

@nyanbinary@infosec.exchange

Post #4274975

2026-07-31 07:00 UTC

so, uhm, new solution approach, kinda works: printf "add_drivers+=\" %s \"\n" "$(echo $(lsmod | cut -d' ' -f1 | tail -n+2))" >> /etc/dracut.conf.d/flags.conf Essentially, just taking the initial approach to the extreme, assuming I kept overlooking something. There are some error messages along the way but it boots. Now to bring it down to the necessary set. And no, still no idea why it suddenly became an issue with the glibc update.

Replies (1)

  • @nyanbinary@infosec.exchange 2026-07-31 10:22

    progress. brought it down to add_drivers+=" algif_hash af_alg ccm libcurve25519 crc8 authenc dm_crypt aesni_intel gf128mul encrypted_keys trusted asn1_encoder tee aead dm_integrity dm_bufio async_xor async_tx dm_mirror dm_region_hash dm_log dm_mod crypto_user ". There is almost certainly still some unnecessary modules in there but ~good enough. Still dont know why this is a problem in general & why now in particular.

    Open ##4274974