help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Change Full Disk Encryption Password Prompt Font and/or Background I


From: Cullen Ross
Subject: Re: Change Full Disk Encryption Password Prompt Font and/or Background Image (stage 1)?
Date: Sun, 14 Mar 2021 14:50:34 -0400

Hi Hans,

Thanks for the response! Sorry if there is some confusion, I'm not trying
to set the keyboard layout. Thanks for the suggestions though!

Regarding fonts, I'm not sure which modules need to be loaded. I'm looking
at `moddep.lst` like you mentioned and there are a handful of various video
modules. My video card is intel if that helps. From what I understand, do I
place modules <some_video_module>, gfxterm, font in `GRUB_PRELOAD_MODULES`?
The gfxterm module requires the font and video modules, so do I place those
in front of gfxterm in the `GRUB_PRELOAD_MODULES` setting? Finally, where
do I put the `loadfont` command and where can the font file be if the disk
is encrypted? Perhaps in /boot/grub?

Lastly, if gfxterm is loaded early, does this mean I can issue a command to
set the image background?

Thank you so much!

Best,
Cullen

On Sun, Mar 14, 2021 at 2:18 PM Hans Gruber <moocan2112@yahoo.fr> wrote:

> Hello,
>
> About custom keyboard layout at grub2 first stage here is what I have used
> and done.
>
> https://wiki.archlinux.org/index.php/GRUB/Tips_and_tricks#Manual_configuration_of_core_image_for_early_boot
>
> https://wiki.archlinux.org/index.php/Talk:GRUB#Custom_keyboard_layout
>
> About custom fonts you don't need to rename your custom font to unicode.pf2
> You have inside your /boot/grub/${grub_cpu}-${grub_platform} folder of
> your linux distributions usefull *.lst files including the moddep.lst which
> is listing all modules and their dependencies.
>
> To load a custom font you need video modules, gfxterm as output, font
> modules and then do a loadfont yourcustomfont.pf2 file.
> You can find all Grub2 console command in grub2 manual.
> https://www.gnu.org/software/grub/manual/grub/grub.html
> <https://www.gnu.org/software/grub/manual/grub/grub.html#regexp>
>
> Hope this help.
> If you need further help.
>
> Regards
> Hans
>
>
>
>
>
> Le dimanche 14 mars 2021 à 17:58:00 UTC+1, Cullen Ross <
> cullenrss@gmail.com> a écrit :
>
>
> Hello everyone,
>
> This is my first time here, so I apologize if this has been answered before
> or if I'm not properly following etiquette.
>
> I've recently set up my laptop for full disk encryption, so when I start my
> machine, I'm greeted by GRUB's password prompt. Additionally, I've been
> theming grub to match a universal font and background image that I have. So
> far, I have everything set up the way I want except for the initial
> password prompt (I believe this is considered to be stage 1 of GRUB?). I'm
> trying to change the font from the default one so that it matches the font
> I've set everywhere else. Is it possible to change it? The only resource
> I've found that talks about changing stage 1 settings is here:
>
> https://superuser.com/questions/974833/change-the-keyboard-layout-of-grub-in-stage-1
> . Obviously this wasn't quite helpful because I'm not changing keyboard
> layouts. Could someone explain how to change the stage 1 password prompt
> font if it's possible? I've also tried replacing the system installed
> `unicode.pf2` with the font I want (renamed to unicode.pf2) and then
> reinstalling grub with `grub-install` but that didn't work.
>
> Additionally, if it's possible to set a background image at stage 1 could
> someone explain how to do that as well?
>
> Thank you so much for any and all assistance!
> Best,
> Cullen
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]