Page 1 of 1

Font for initramfs (Bullseye)

Posted: 2021-11-25 07:13
by maksimotstavnov
How do I change the font for initramfs output at the early stage of boot to some sane size?

Bullseye @ AMD Renoir (Ryzen 3). Correct grub and console-setup configs are below.

Code: Select all

# /etc/default/grub :
# ...
GRUB_GFXMODE=1920x1080x32 #640x480
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_FONT=/boot/grub/fonts/DejaVuSansMono32.pf2
# ...

# /etc/default/console-setup :
# ...
CHARMAP="UTF-8"
CODESET="CyrSlav"
FONTFACE="TerminusBold"
FONTSIZE="16x32"
SCREEN_WIDTH=80
VIDEOMODE=
# ...