- Package:
- grub2-common
- Source:
- grub2
- Description:
- GRand Unified Bootloader (common files for version 2)
- Submitter:
- Jörg Sommer
- Date:
- 2023-01-22 07:24:03 UTC
- Severity:
- normal
Hi, I'm having a 4k HighRes monitor and using full disk encryption. The passphrase prompt is very tiny. Is it possible to enlarge this. I've already enlarged the menu font by setting `GRUB_FONT=/boot/grub/DejaVuSansMono-highres.pf2` in */etc/default/grub* and built the font with grub-mkfont -s 42 -o /boot/grub/DejaVuSansMono-highres.pf2 \ /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf But this doesn't help with the grub rescue prompt and the passphrase prompt. Thanks in advance. Jörg
> I'm having a 4k HighRes monitor and using full disk encryption. The > passphrase prompt is very tiny. Is it possible to enlarge this. I had the same problem with the passphrase prompt and could fix it using: /etc/default/console-setup [...] CODESET="Uni3" FONTFACE="Terminus" FONTSIZE="16x32" Best regards, Stefan