v0.5.22 plymouth details theme works (text scroll boot visible). But LUKS prompt still never fires — dracut spins on dev-disk-by-uuid for 2+ min then drops to emergency shell. Hypothesis: anaconda --cmdline mode skips/breaks the bootloader auto- add of rd.luks.uuid arg. Without it, cryptsetup-generator in initramfs has no UUID to create unlock unit for → no prompt → no unlock → dracut times out. Fix: chroot %post detects LUKS partition via blkid TYPE=crypto_LUKS, injects `rd.luks.uuid=luks-<uuid>` into GRUB_CMDLINE_LINUX if not already present. Belt-and-braces — if anaconda DID add it, sed checks first. Followed by grub2-mkconfig regen (already in script) so installed grub.cfg picks up the new cmdline arg. |
||
|---|---|---|
| .. | ||
| local/bin | ||