Motivation: I’m trying to make boot reasonably as fast as possible, but also for it to look polished and clean (unless you press Space and Esc at the right times for troubleshooting). Defining clean as little verbose and flicking as possible unless asked by user.
Pre-progress/context:
I set systemd-boot timeout to 0, and boot default to @saved.
swapfile instead of partition, so i dont have to type LUKS password twice.
Tried disabling texts showing up while booting. (most are gone now, but sometimes pops up when e.g. while shutting down).
Succesfully using plymouth to type LUKS password.
Using: Default calamares installation with whole disk given and btrfs+swapfile+encrypt+systemd-boot. After that: dracut, dracut-numlock, plymouth, crypt, LUKS, btrfs, nvidia-dkms (used nvidia-inst), plasma, autologin. Windows on another SSD.
Problems: I want plymouth to look the same after typing password all the way until plasma fully booted up and autologined. But there are few flickers after entering password:
plymouth password textbox window shows 4K resolution, but after entered and drive unlocked, screen sometimes goes to much lower resolution, probably like 800x600 and then it goes back. Happens while shutting down too.
plymouth quits too early. Adding sleep seconds to plymouth-quit.service didn’t work. Tried to mask plymouth-quit.service and add plasma autostart-loginscript (not systemd, but within plasma autostart) which would execute /usr/bin/plymouth quit. But it seems like plymouth is quited long before that, even with plymouth-quit.service masked.
Any ideas?
PS. Probably will release separate results post, how to do post-installation step-by-step to make OS that way; linking to this thread. Making notes now along the way.
Also Fedora40 has the most polished boot out-of-the-box right now IMO, but not the AUR.
$ yay -S plymouth-theme-bgrt-better-luks
# plymouth-set-default-theme bgrt-better-luks
Modified dracut configs:
$ ls -a /etc/dracut.conf.d
calamares-luks.conf eos-defaults.conf plymouth-crypt-unlocking.conf resume-from-hibernate.conf
$ cat /etc/dracut.conf.d/calamares-luks.conf
# Configuration file automatically written by the Calamares system installer
# (This file is written once at install time and should be safe to edit.)
# Enables support for LUKS full disk encryption with single sign on from GRUB.
# force installing /etc/crypttab even if hostonly="no"
#install_items+=" /etc/crypttab "