Splash screen for unlocking the disk "enter passphrase"
I have a lubuntu installed on a encrypted file system and when I start the computer tell it get to the

unlocking the disk /dev/disk/by-uuid/efb917c2-50e4-4a44-BB66-038C41249D8D (sda5_crypt)
Enter passphrase:

all on a black text screen.

I used How to install Ubuntu 11.04 on an encrypted LVM file system guid at http://www.linuxbsdos.com/2011/05/10...m-file-system/

If i hit the esc key i get a screen like the attached pic. I want to use a screen like the attached pic with out having to hit the esc key how do i do that?

I do that by editing the /etc/default/grub file
sudo nano /etc/default/grub
change the lines
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""

to

GRUB_CMDLINE_LINUX_DEFAULT="splash quiet"
GRUB_CMDLINE_LINUX="splash quiet"