I had a similar issue and managed to solve it, linking it in case it's related https://sourceforge.net/p/refind/discussion/general/thread/4dfcdfdd16/
I had a similar issue and managed to solve it, linking it in case it's related https://sourceforge.net/p/refind/discussion/general/thread/4dfcdfdd16/
Here's the X45 log:
Thanks, X45 works like a charm (without previous input lag) \o/
Unfortunately MyFreePool(Banner); doesn't seem to work, and I can't get it fixed by commenting out Image->PixelData stuff in egFreeImage() either. Could you maybe share the exact source you used for X44, which after numerous checks still works correctly (apart from the mysterious lag)? Also from the limited research I did it seems that the egFreeImage() function in libeg/image.c comes actually from rEFIt that Rod's rEFInd is based on, but sadly there weren't any interesting commit messages to explain...
X43 with https://1.bp.blogspot.com/-2XOoqzKg25s/Uwedh5shvdI/AAAAAAAAAfo/GJpMSXlhBv8/s1600/swlogo.png as a banner, still crashes
X44 was slightly lagging input but worked! Attaching all three logs, thanks for helping with this
X44 was slightly lagging input but worked! Attaching all three logs, thanks for helping with this
Sure, attached logs for both RefindPlus v0.12.0.L with banner (which reproduced the issue) and without (which was fine) for comparison, I didn't expect much else since your fork has the problematic line unchanged: https://github.com/dakanji/RefindPlus/blob/7cb2e1b8b91cb56485bae215903476ff88f0a705/refind/screen.c#L812 without that line, the problem seemingly disappears.
Since my previous reply was tripled and caught in some anti spam protection, here's it again: I think you may find these workarounds helpful: https://sourceforge.net/p/refind/discussion/general/thread/4dfcdfdd16/
Since my previous reply was tripled and caught in some anti spam protection, here's it again: I think you may find these workarounds helpful: https://sourceforge.net/p/refind/discussion/general/thread/4dfcdfdd16/
My previous comment seems to be caught in some anti spam protection so repeating it: Perhaps this will help: https://sourceforge.net/p/refind/discussion/general/thread/4dfcdfdd16/
Hi, I run into a problem with rEFInd 0.12.0 in GNOME Boxes (qemu/kvm), which was an unresponsive blank screen with refind banner-logo without any menu entries. I managed to git-bisect it and created a WIP patch https://sourceforge.net/p/refind/code/merge-requests/30/ which contains more information, and found a couple of solutions I thought I'd share: Either: 1. Hide the banner (logo) in refind.conf by adding line hideui banner 2. Downgrade to 0.11.5 3. Build refind with my patch mentioned above...
I run into a similar issue myself and managed to fix it, hopefully will work for you too: https://sourceforge.net/p/refind/discussion/general/thread/4dfcdfdd16/
I had a similar issue and managed to solve it, linking it in case it's related https://sourceforge.net/p/refind/discussion/general/thread/4dfcdfdd16/
I had a similar issue and managed to solve it, linking it in case it's related https://sourceforge.net/p/refind/discussion/general/thread/4dfcdfdd16/
Hi, I run into a problem with rEFInd 0.12.0 in GNOME Boxes (qemu/kvm), which was an unresponsive blank screen with refind banner-logo without any menu entries. I managed to git-bisect it and created a WIP patch https://sourceforge.net/p/refind/code/merge-requests/30/ which contains more information, and found a couple of solutions I thought I'd share: Hide the banner (logo) in refind.conf by adding line hideui banner Downgrade to 0.11.5 Build refind with my patch mentioned above Hopefully somebody...
WIP: Fix blank screen with banner showing no menu entries
WIP fix hanging on blank white screen with banner without menu entries
rEFInd mouse support stopped working for me and many users since 11.3 version, so I took the time to bisect it and managed to make a trivial patch to fix it, see https://sourceforge.net/p/refind/code/merge-requests/29/ for more details. Hopefully this will get merged in the next 12.x release, meanwhile you can easily build patched refind_x64.efi yourself by cloning my repo git clone -b fix-mouse-bug https://git.code.sf.net/u/ignapk/refind and running inside it make gnuefi (note: you might need to...
Fix disappearing mouse bug on 64-bit builds
fix disappearing mouse on 64-bit architectures
fix-mouse-bug
fix-mouse-bug
I'm also experiencing this issue. Some info: Host: Arch Linux, linux 5.6.11.arch1-1, GNOME 3.36.2, Boxes-Devel flatpak Guest: Arch Linux, boots without any problems with GRUB
WIP: Fix refind-install script when running in chroot
fix typo in StartOfDevName and check if it's /dev/vd