11-03-2019, 11:49 AM
(11-03-2019, 10:23 AM)Solra Bizna Wrote:(11-02-2019, 10:31 PM)Der Geist der Maschine Wrote: On the preinstalled Debian, how do I disable the splash screen? I want to see the systemd bootup.
- Mount "/dev/mmcblk1p1" somewhere, e.g. "/boot"
- Edit "/boot/extlinux/extlinux.conf": remove "console=ttyS2,1500000n8" and "quiet" from the append lines
- Run: "sudo systemctl disable _splash" (the init script's name is "_splash" including the underscore)
You rock! I encrypted my /home partition, but the splash screen prevented the password dialog to show up. Voila, now I can actually enter my luks password!