Created
December 20, 2022 19:57
-
-
Save viliampucik/6e52d62451c8c40d8d50e98a9423ecaa to your computer and use it in GitHub Desktop.
GRUB HiDPI Console Font
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pacman -S terminus-font | |
sudo grub-mkfont --output=/boot/efi/grub/fonts/ter-u32b.pf2 --size=32 /usr/share/fonts/misc/ter-u32b.otb | |
echo GRUB_FONT=/boot/efi/grub/fonts/ter-u32b.pf2 | sudo tee -a /etc/default/grub | |
sudo grub-mkconfig -o /boot/efi/grub/grub.cfg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment