ozsekeribrahim / Custom_Tela_grub_theme

Grub theme costumization from tela. For dual boot (ubuntu and windows)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Grub Theme For Dual Boot - Ubuntu/Windows

Grub theme costumization from tela. For dual boot (ubuntu and windows)

Notes:

  1. Edit "boot/grub/grub.cfg" (find and add classname):

    • Windows:
    menuentry "Windows" --class windows**{
    .....................
    }
    

    -Ubuntu:

    menuentry "Ubuntu" --class ubuntu --class gnu-linux [Other Flags] { ..................
    ...............
    }
    

    -Bios:

    menuentry "System Setup" --class driver $menuentry_id_option 'uefi-firmware' {
    	fwsetup
    }
    
  2. Add theme archive (Custom_tela_grubtheme.tar.gz) with grub-customizer.

  3. Save and exit.

Screenshots

Grub Menu

Grub Menu

About

Grub theme costumization from tela. For dual boot (ubuntu and windows)

License:GNU General Public License v3.0