Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Font for initramfs (Bullseye)

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
maksimotstavnov
Posts: 1
Joined: 2021-11-25 06:38

Font for initramfs (Bullseye)

#1 Post 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=
# ...

Post Reply