ventoy / Ventoy

A new bootable USB solution.
https://www.ventoy.net
GNU General Public License v3.0
61.98k stars 4.04k forks source link

[feature request]: rEFInd-compatible volume badge? #2849

Open LRitzdorf opened 4 months ago

LRitzdorf commented 4 months ago

As a rEFInd user, it would be neat if Ventoy provided a custom volume icon! This is documented by rEFInd, and basically just consists of placing an image at .VolumeBadge.png in the VTOYEFI partition's root directory.

Since space in VTOYEFI is presumably at a premium, here's how things look on my system:

If this isn't worth doing, especially because of space concerns, I understand. In any case, thanks for making such a useful system!

(edit: removed formatting from the issue-report template)

LRitzdorf commented 4 months ago

For reference, here's what this looks like on my system (photographed externally, since there isn't a good way to take screenshots from within the bootloader). Arch and Windows are installed on my boot drive; the following three options come from Ventoy, and are badged correspondingly.

refind-with-ventoy

smerovingio commented 2 months ago

same problem, I installed ventoy on internal ssd, and I can't associate the icon os_ventoy

example but it doesn't work

menuentry "VTOYEFI" { icon \EFI\refind\icons\os_ventoy.png volume bd106a5d-9768-4879-9c2a-f3d8c0735df6 loader \EFI\BOOT\grubx64_real.efi options "ro root=UUID=322BE82D-B05C-424D-B794-F9EBDB3AC569" disabled }

LRitzdorf commented 1 month ago

@smerovingio This... is a feature request, not an issue report. However, if you want to quickly add an icon, copy the appropriate file to the root directory of your Ventoy partition as .VolumeBadge.png.

smerovingio commented 1 month ago

thanks Max