Grub-Bootloader-Modifier

Grub-Bootloader-Modifier is a Linux Software which can be used to customize bootloader of a Linux system. It also contains a simulator, which can be used to see real time changes or detect any fault of Grub. It only works with Grub2.

Requirements

  • A Linux OS which uses Grub2
  • Python3
  • Tkinter
  • Grub-mkfont
  • Pillow
  • Pip3

Customizations

  • Change Grub themes of system
  • Customize or make your own Grub theme
  • Customize bootloader settings
  • See realtime output in simulator

Installation

  • Install Python3

    sudo apt-get install python3
    
  • Install pip3

    sudo apt-get install python3-pip
    
  • Install Tkinter

    sudo pip3 install python3-tk
    
  • Install Pillow

    sudo pip3 insatll pillow
    
  • Install Grub-Mkfont

    sudo apt-get install grub-mkfont
    

For any query, feel free and contact me

Prateek Agrawal
prateekagrawal89760@gmail.com
Website | LinkedIn | (+91) 7464847884

Thanks for Reading

Built With

Share this project:

Updates