vinceliuice / grub2-themes

Modern Design theme for Grub2
GNU General Public License v3.0
3.41k stars 240 forks source link

Windows 11 icon #167

Open Araraura opened 2 years ago

Araraura commented 2 years ago

Can you add an icon for Windows 11? The existing one is just the Windows 8/10 icon.

Firestar-Reimu commented 1 year ago

But can grub detect which version of Windows is?

Araraura commented 1 year ago

But can grub detect which version of Windows is?

Maybe by checking the name of the boot entry? I feel like Windows 11 is a unique case because it's just Windows 10 but with a different skin

Firestar-Reimu commented 1 year ago

/boot/grub/grub.cfg

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows' --class windows --class os $menuentry_id_option 'osprober-efi-2AE9-04DE' {
        savedefault
        insmod part_gpt
        insmod fat
        search --no-floppy --fs-uuid --set=root 2AE9-04DE
        chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
### END /etc/grub.d/30_os-prober ###

I think it cannot, os-prober cannot detect.

Or replacing Win11 icon as the default Windows icon.