No plymouth upon startup
Made a fresh install of Fedora 22 with encrypted partitions. On startup i'm only presented a black screen. If i hit F2 the text prompt for the passphrase appears. Tried to rebuild initrd with:
# /usr/libexec/plymouth/plymouth-update-initrd
# reboot
No success,...
Tried to install a new theme:
# dnf install plymouth-theme-solar
# plymouth-set-default-theme solar --rebuild-initrd
# reboot
No success,...
Some other threads suggested dracut, so i've tried:
# dracut --force
# reboot
No success,... I am at my wits end, any help appreciated!
$ cat /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.lvm.lv=fedora_jackson/root rd.lvm.lv=fedora_jackson/swap rd.luks.uuid=luks-a6006f80-5745-46fd-988d-f2f0e8a18108 rhgb quiet"
GRUB_DISABLE_RECOVERY="true"