grub2-themes icon indicating copy to clipboard operation
grub2-themes copied to clipboard

Icon for UEFI settings

Open Firestar-Reimu opened this issue 2 years ago • 1 comments

You can use the UEFI forum logo: https://commons.wikimedia.org/wiki/File:Uefi_logo.svg

Or make a logo like UEFI settings on Microsoft Surface: https://imgur.com/a/Ipub82j

Firestar-Reimu avatar Nov 11 '22 03:11 Firestar-Reimu

Question, how do you assign the UEFI entry to the UEFI image. Looking at the icons, they have just the OS name and a .png. Looking also at the theme file it does just that, however how can I manually assign it?

Edit, finally figured it out. Basically, all the entries on grub are assigned to a class, according to the theme config it looks for a class.png in the icon's folder. Operating Systems are already assigned to class, --class windows for Windows as an example at the grub.cfg file. The icons already exist for both, so both find their way to be assigned. However, UEFI doesn't have a class of its own. There is an efi.png inside the icons but is never used.

According to this issue, you have to manually assign the UEFI entry to --class efi by yourself. On Fedora, it is at /etc/grub.d/proxifiedScripts/uefi-firmware. Simply assign a class and update the grub config file. Again for fedora.

Here is another similar issue.

Hope this helps!

mateo-sheme avatar Feb 09 '24 21:02 mateo-sheme