GRUB screen resolution

You can change it in the /etc/default/grub file.

Look for entry

GRUB_GFXMODE=auto

and change auto into your preferred resolution (e.g. 640x480)

Safe the file and execute

sudo update-grub

After a reboot it should be changed.

2 Likes