Following the guide here : 
https://cryptsetup-team.pages.debian.net/cryptsetup/encrypted-boot.html
 

I have successfully setup a fully encrypted disk, including the
instructions to set things up so the disk password is only prompted for
once.

However, this seems to mean that when the machine starts, and GRUB
runs, the code in luks.c runs with :

  grub_printf_ (N_("Enter passphrase for %s%s%s (%s): "), source->name,
               source->partition ? "," : "", tmp ? : "",
               dev->uuid);

which then shows the really ugly 1970s-style text (attached pic).

Could this be somehow tweaked to deliver the same interface that you
get when the /boot partition is NOT encrypted, and you get a nice
themed GUI prompt ?


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to