Hi there,
I've been enjoying Kali, it is great, etc

I have a small "problem", more a curiosity/personal annoyance.
The part AFTER selecting Kali 1.1 from grub menu (that looks ok) and BEFORE entering the password (LUKS), it looks like a 640x resolution... text is really big.

Any way to fix that ?

On a Ubuntu installation I fix this (but it was messed from nvidia drivers, that is not the case with kali, using generic ones)
GRUB_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=keep
sudo update-grub2
sudo nano /etc/initramfs-tools/conf.d/splash
add FRAMEBUFFER=y
sudo update-initramfs -u


Thank you!