RUN:
sudo ./install.sh
Usage: sudo ./install.sh [OPTIONS...]
Options: | Description: |
---|---|
-b, --boot | Install grub theme into /boot/grub/themes |
-s, --screen | screen display variant(s) [1080p/2k/4k] (default is 1080p) |
-r, --remove | Uninstall theme |
-h, --help | Show this help |
- On the grub screen, press
c
to enter the command line - Enter
vbeinfo
orvideoinfo
to check available resolutions - Open
/etc/default/grub
, and editGRUB_GFXMODE=[height]x[width]x32
to match your resolution - Finally, run
grub-mkconfig -o /boot/grub/grub.cfg
to update your grub config