I am ditching Win 10 on my machines, I have been using Manjaro on some laptops with dual boot Win10.
I’m keeping Manjaro and I’m trying a debian base distro MX Linux.
My intention is to have both systems on all my laptops.
I installed MXL and use Manjaro GRUB to boot
I updated GRUB on Manjaro and it detected MXL.
Apparently everything went ok as I can boot into the distro I want on GRUB.
The thing is I want the MXLinux Icon to show on GRUB entry as now it shows the generic penguin icon.
Its a problem of the grub theme.
It both has a small number of icons … and uses incorrect terms for any number of entries.
(memtest and UEFI settings could both have icons but dont because of the names used)
You could place an icon in the folder I suppose.
That would be /usr/share/grub/themes/manjaro/icons
But you really shouldnt do that - instead copy the theme and add your icon to the new theme.
Also rename the theme folder.
Now the icon should be named the class that the grub theme will use.
(ex: /usr/share/grub/themes/JesusLinux/icons/mx-linux.png)
I dont know if mx has its own class or not. You can check by looking at /boot/grub/grub.cfg and look at the lines for mx.
For manjaro you can see its classes begin with manjaro so a manjaro icon will be presented.
(or gnu-linux, or gnu, or os, if present in the theme, in that order)
menuentry 'Manjaro Linux' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-f542c576-8a45-48cf-990e-e147c98fb305' {
If it uses a generic class you will want to add a class to the grub config somehow.
Like I have this in my bashrc so that I can have icons on the ‘advanced’ entries;
alias paint-grub="sed -i 's/'\''Advanced options for Manjaro Linux'\''/'\''Advanced options for Manjaro Linux'\'' --class submenu/g' /boot/grub/grub.cfg"
Or use the MX grub to boot all your systems - which presumably does have a nice icon - but then Manjaro likely won’t have one
else it’s going to be some work to get to see some icons for half a second on boot …
I suppose one could just replace the generic icon with the MX one …
I could not reply to your post - the forum software was complaining and advising and educating me that no consecutive replies are allowed
the word ■■■■■■■■ was censored
I love pointless censorship so much - it really helps me to be a better person ^^
oh, that is rather easy - I already did
but I’ll still leave that exercise to him …
(around line 100 ff in my /boot/grub/grub.cfg - if I recall correctly )
@cscs mentioned the direction
search starts in /boot/grub/grub.cfg