Open LukeShortCloud opened 2 years ago
""" Multiple resolutions can be specified, including the default auto, so it is recommended that you edit the line to resemble GRUB_GFXMODE=desired_resolution,fallback_such_as_1024x768,auto. For more information, refer to the GRUB gfxmode documentation. The gfxpayload property will make sure the kernel keeps the resolution. """
https://wiki.archlinux.org/title/GRUB/Tips_and_tricks#Theme
UEFI within a KVM virtual machine may result in GRUB using the lowest resolution which can cause issues booting systems (they instead boot to the UEFI). It is recommended to set the best GRUB_GFXMODE
first with lower resolution alternatives after it.
Themes are commonly installed in
/usr/share/grub/themes/
or/boot/grub/themes/
. The/boot/grub/themes/
path is preferred in case the root file system is encrypted or GRUB does not have the file system drivers to access it.Here is an example of setting up the Steam Big Picture mode theme:
https://wiki.archlinux.org/title/GRUB/Tips_and_tricks#Theme https://github.com/LegendaryBibo/Steam-Big-Picture-Grub-Theme
Related: https://github.com/LukeShortCloud/winesapOS/issues/250