Closed wesleybowman closed 10 years ago
Have you tried using a relative path instead of absolute to the theme configuration?
Here's what my directory structure looks like:
/boot/EFI/refind
├── icons
│ └── These are the default refind icons
├── minimal-theme
│ ├── icons
│ │ └── All the icons are in here.
│ └── theme.conf
├── refind.conf
└── refind_x64.efi
And then my include directive in the /boot/EFI/refind/refind.conf
file looks like this:
include minimal-theme/theme.conf
Here's my full refind.conf if you want to take a look.
Let me know if any of that helps! I'm not sure what sort of debugging options are built into rEFInd.
That is the same as my directory structure. I did use relative paths at first, and thought that I could fix the problem by changing to absolute. Neither of them worked for me. Looking at your config, the only thing that seemed to be different was use_graphics_for linux,osx,windows
, which I changed and still didn't work. Do the menuentries need to be in refind.conf
or in the theme.conf
It shouldn't matter where the menuentries are defined, though the auto detected menus entries should work just fine.
What version of rEFInd are you using?
extra/refind-efi 0.7.7-1 [installed]
Make sure you have the actual rEFInd executable that's located in /boot/EFI/refind
updated. Pacman will update the package, but it won't copy the executable over for you from /use/share/refind
when it updates.
I run this command whenever I update:
cp /usr/lib/refind/refind_x64.efi /boot/efi/EFI/refind/refind_x64.efi
should I be grabbing from /usr/share/refind/refind_x64.efi
instead?
Edit: didn't mean to close issue, still is a problem for me
Hmm. I'm actually not sure. The path you mentioned sounds right. I'm just heading to sleep right now so I'll have to try and look at this again tomorrow.
(I assume you closed the issue by accident?)
It seems that newer versions of refind use /usr/share
instead of /usr/lib
I have made that change, but still no progress.
Hmmm. Have you tried opening a thread on the Arch Linux Forums and seeing any anyone there has any similar troubles with rEFInd themes?
Also, have you been able to get other themes to work?
I haven't yet, and will soon. Middle of final season for me. I also haven't tried other themes, mostly cause this is the only one that suites my taste. I will let you know if I find a fix.
Sounds good. If you open a thread on the forums be sure to post a link here so others can find it if they have a similar problem.
Good luck with finals!
Asked, and after about a week, I got it fixed. Not sure exactly what the issue was, but did a reinstall of refind and got it to work. Thanks!
Awesome, I'm glad you got everything working! I hope you enjoy the theme :)
Having the same issue, regardless of the theme, but only on one device. Guess I have to reinstall as well like the issue author... So it seems to be an issue in refind itself, because I cannot even set a custom background from the config.
I have been trying to get rEFInd to work with your theme for awhile now, and everytime I just give up and leave it as the default ugly one. I have done everything you've said to do, and I have my entries being auto-detected.
My refind.conf is included below. The last line is the include statement, and close to the top is where all the rest of the theme is put in. I tried it with the suggestions you gave, then put the entire file tree to see if that would fix it. Please help me get this working, I absolutely love the theme and have spent hours trying to get this to work.