meta data for this page
  •  

Console

Set mode for GRUB and Kernel

/etc/default/grub
GRUB_GFXPAYLOAD_LINUX="keep"
GRUB_GFXMODE=1024x768,auto
sudo update-grub

List of gfx modes can be checked by “vbeinfo” grub command“

Set console encoding and fonts

dpkg-reconfigure console-setup

UTF-8, Latin-2, Terminus, 6×12

/etc/default/console-setup
CHARMAP="UTF-8"
CODESET="Lat2"
FONTFACE="Terminus"
FONTSIZE="6x12"
VIDEOMODE=