Skip to content

Fixing tiny GRUB menu on 4K display

Posted on:April 25, 2026

I bought a Gigabyte M27UP 4K display and the GRUB boot menu became unreadably tiny. Two lines in a config file sorts it out.

Edit /etc/default/grub and add:

GRUB_GFXMODE=800x600
GRUB_GFXPAYLOAD=keep
GRUB_TERMINAL=gfxterm

Then run:

sudo update-grub

Reboot and GRUB is readable again.