@george1421 said in rEFInd - themes:
Also something to try is because the error references “themes\theme.conf” we might want to use the dos path separator instead of the unix one. \ vs / in the --name key value.
I did this as the first project, this is much mor work than i thought… it has to be made by hand, no search and replace…
But there is some success:
this second somename made a change and I even saw for a second the backgroundimage before it fell back to textmode! So the syntax and the path works ina way
but this fallback to textmode led only to another problem:
“Icons directory doesn’t exist; setting back textonly =TRUE”
Also in your imgfetch, I don’t see you actually sending “themes\theme.conf” to iPXE. Maybe that is why its throwing the error. Again I’m doing a lot of educated guessing here because I’ve never needed this method. So its going to be some trial and error here.
it is there 🙂 in the first row - and after adding the second “somename” on the end it works…
@thomgee Can you change the configuration file to look for the icons and images in the same path where the refind.efi and refind.conf? I really don’t know how the directory structure works within this ipxe vhd . The concerns is that its a simple directory structure where sub dirs are not supported.
Maybe I don’t need this in the moment, as it is reading the themes/theme.conf and the huge amount of files.
the Icon-dir is my problem, as refind needs is obviously somehow.
I guess it needs the default icon-folder refind ships - but I feel horrified to fetch every single file…