AdisonCavani / distro-grub-themes

A pack of GRUB2 themes for each Linux distribution
https://k1ng.dev/distro-grub-themes
GNU General Public License v3.0
887 stars 55 forks source link

FreeBSD logo isn't showing up #65

Closed jtbx closed 2 years ago

jtbx commented 2 years ago

Describe the bug I have Arch Linux in my GRUB menu along with FreeBSD (chainloaded). Arch's logo is to the left, but not FreeBSD's.

Expected behavior FreeBSD's logo should show up next to the "FreeBSD" menuentry title.

Desktop:

Additional context I'm pretty sure this is because FreeBSD is loaded via a chainloader (GRUB calls onto the FreeBSD bootloader, not its kernel).

jtbx commented 2 years ago

Nevermind; I fixed it by adding --class freebsd to the menuentry { line.