Mercedes-AMG Petronas Formula One Team GNU GRUB (GNU GRand Unified Bootloader) theme
This project is not affiliated with Mercedes-AMG Petronas Formula One Team (Mercedes-AMG F1) or Petroliam Nasional Berhad (Petronas) in any way.
As a fan, I've wanted to create a GRUB theme for myself and then share it with the world for free (as in freedom).
This theme has noticed on F1 Fan Voice Mercedes-AMG Forums! :)
Official Mercedes Fan Voice Community
Mercedes-AMG Petronas Formula One Team GNU GRUB theme
git clone https://github.com/alisezisli/MAPF1-GRUB-Theme.git
(or download the project as a zip)cd MAPF1-GRUB-THEME
sudo cp -r MAPF1/ /boot/grub/themes/
sudo vi /etc/default/grub
- Change the corresponding lines. If the lines don't exist, add them into file:
GRUB_TIMEOUT_STYLE=menu
GRUB_THEME="/boot/grub/themes/MAPF1/theme.txt"
sudo update-grub
It's pretty much the same. But you might have to use some something else instead of sudo update-grub
, like sudo grub2-mkconfig -o /boot/grub2/grub.cfg
.
This is my first GRUB theme and I'm sure it needs a lot of improvement. I've tested this theme with Ubuntu 20.04 in 1920x1080 resolution. Feel free to create issues and PR's.