Lenovo Thinkpad P15s Gen2i
32 GB RAM
Mesa Intel® Xe Graphics (TGL GT2) / Mesa Intel® Xe Graphics (TGL GT2)
Rocky Linux 9.0 (Blue Onyx) 64-Bit
Display Resolution 3840x2160 (16:9)
I want to change the boot resolution because it is very small.
I've tried different ways with no success. (from Google)
/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""
GRUB_GFXMODE=1920x1080x32
GRUB_GFXPAYLOAD_LINUX=1920x1080x32
grub2-mkconfig -o /boot/efi/EFI/rocky/grub.cfg
Does somebody has any idea ?
Many Thanks.
I didn’t find a way to change the resolution but you can change the font. See this Fedora forum thread linked below. Post #10 or there abouts is the solution. Increase boot menu font size
Thanks for the hint. I found a solution.
Edit /etc/default/grub
…
GRUB_FONT=/boot/grub2/fonts/unicode.pf2
GRUB_TERMINAL=gfxterm
then
grub2-mkconfig -o /boot/efi/EFI/rocky/grub.cfg
Many thanks for the hint.
it doesn’t work but the entry below worked.
…
GRUB_FONT=/boot/grub2/fonts/unicode.pf2
GRUB_TERMINAL=gfxterm
…
grub2-mkconfig -o /boot/efi/EFI/rocky/grub.cf