UEFI chainloading error
-
@Sebastian-Roth VMWare 5.5 workstation
-
Update: It seems that maybe it’s just the VMWare having issues with refind.efi since both laptops I’ve tried (Dell E5550 and E5570) have booted right through to the OS if no task is waiting. It’s not a guarantee but it sure looks better. I’d say all in all, this is solved since it was really just originally a typo in default.ipxe and the remaining issue with VMWare seems to be inside refind.efi.
-
@gwhitfield How did this type end up being in the default.ipxe. Was it you or the installer script doing something wrong?
-
@Sebastian-Roth I’ll side on the err that the installer wasn’t adding a slash. I’ve added a line to check the codebase for this.
-
@Sebastian-Roth Well, I updated my FOG server to make sure I had the most recent UEFI boot files and started getting chainloading failures. Took me a while of poking around (I’m no programmer) but eventually figured out the /fog/ was missing. That’s why I said I thought maybe an error had crept into the file on SF.net.
-
@gwhitfield Could you please update again and see if everything is fine.
-
Good Day
How do i fix the refind.conf press any key error?
Did i miss something?Thank You
Albertus Geyser
-
@Albertus I haven’t actually figured that one out yet. I posted to https://sourceforge.net/p/refind/discussion/general/ under "How to bypass “Hit any key to continue”? and have received no response. I’m working on other projects so haven’t been able to follow up but hope to soon. Sorry!
-
I’m now in this situation as well. I need to stop rEFInd from stopping.
… To answer my own question, I have added the following to my fog configuration:
echo "Change UEFI rEFInd default action to remove user prompt" sed -i.bak "s|scanfor internal,hdbios,external,biosexternal''|scanfor internal|g" /var/www/html/fog/service/ipxe/refind.conf
-
@sudburr https://github.com/FOGProject/fogproject/commit/ffdcf326766538d9aed4f878e4962f5e26cfb872
Would this make sense? Can you try this to see if it helps?
-
I suspect the reasoning it “hangs” waiting for input unless only one option is defined is the timeout -1.