There is an updated pull request by slymattz against master on the void-packages repository https://github.com/slymattz/void-packages refind-rev4 https://github.com/void-linux/void-packages/pull/49458 refind: make loader and initrd entires bootable again #### Testing the changes - I tested the changes in this PR: **briefly** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** #### Local build testing - I built this PR locally for my native architecture: (x86_64-glibc) #### Context When using loader and initrd entries in refind.conf one needs to either avoid using quotation marks whatsoever or use backslashes to satisfy the EFI stub bootloader. Otherwise the manual stanzas won't boot. I tested revision 3 which had been merged yesterday and experienced this bug. More on this issue here: https://wiki.archlinux.org/title/REFInd#For_manual_boot_stanzas @sgn @ahesford ping A patch file from https://github.com/void-linux/void-packages/pull/49458.patch is attached