How to disable GUI for password prompt for encrypted LVM volumes on boot and how to remove all strings on console output? I just need cleared prompt with blinking cursor.
And yes, I want to confuse anyone who tries to turn on my computer.
How to disable GUI for password prompt for encrypted LVM volumes on boot and how to remove all strings on console output? I just need cleared prompt with blinking cursor.
And yes, I want to confuse anyone who tries to turn on my computer.
This should all be handled by Plymouth
You could either:
or
GRUB_CMDLINE_LINUX_DEFAULT="noplymouth"
GRUB_CMDLINE_LINUX="console=tty12"