rEFInd boot manager: missing "Qubes OS" icon

I just installed rEFInd as a boot manager and noticed that there’s no Qubes icon included.
Of course I used a Tux, which works fine, but a Q would be better.

Checked the latest rEFInd - Browse /0.13.1 at SourceForge.net

OS icons are here: rEFInd / Code / [99771d] /icons
File names starting with os_ .

Hans

Hi Hans. Can you post your solution as a reply instead of an edit? That way I can mark that as the “solution”. I’ve also edited the title. Let me know if doesn’t better reflect your issue.

Solution for now . . .

Installed from the Qubes dom0 file system:

/usr/share/icons/hicolor/128x128/apps/qubes-logo-icon.png

as:

/boot/efi/EFI/qubes/os_qubes.png

and created a custom boot entry in /boot/efi/EFI/refind/refind.conf :

menuentry “Qubes” {
loader /EFI/qubes/xen.efi
icon /EFI/qubes/os_qubes.png
ostype Linux
}

works fine :slight_smile:

Hans

1 Like