New comment by zdykstra on void-packages repository https://github.com/void-linux/void-packages/issues/46758#issuecomment-1768740047 Comment: > Thanks, Zach, for your reply. > > 1. Kernel 6.5 is no option on my system as of now: [Linux kernel 6.5: System not waking up from standby / suspend. #46427](https://github.com/void-linux/void-packages/issues/46427) Doh. Okay. > > 2. When booting the binary release EFI from your link this error message doesn't show up. The ZFSBootMenu 2.2.1 release binaries are built with Kernel 6.1.55. > > 3. Not sure if this is what you're asking about as kernel commandline: > > > from /boot/efi/EFI/void/refind_linux.conf: ro quiet loglevel=0 zbm.import_policy=hostid zbm.set_hostid zbm.timeout=4 > That's what I was looking for. For what it's worth, `zbm.import_policy=hostid` and `zbm.set_hostid` are the defaults, you can remove explicitly setting them if you want. > FYI: > > * Adding "fbcon=nodefer" (suggested in the [Unable to load such font with such kernel version #45216](https://github.com/void-linux/void-packages/issues/45216)) to the end of the kcl in rEFInd for one-time-use makes the error message disappear. I'll look into this option - thanks for noting that it worked. For now, I the easiest thing is to just permanently add that to `/boot/efi/EFI/void/refind_linux.conf` - or use the release EFI binary. > > * Commenting out "CONFIG_FONT_TER16x32=y" and rebuilding initramfs for the kernel and zfsbootmenu as well as vmlinz for zfsbootmenu afterwards didn't change anything. Where did you comment out `CONFIG_FONT_TER16x32=y` ? Unless you removed it from the config in the package and then rebuilt the package locally, it won't disable that option in the kernel.