UEFI PXE Booting Broke after 1.5.1 Upgrade
-
I was running Fog 1.4.4 with no issues on BIOS and UEFI systems but after upgrading to 1.5.1, all my UEFI PXE booting devices are showing this error. I’ve changed nothing other than upgrading the Fog Version.
![0_1523388054671_Error.jpg](Uploading 100%)
-
Can you try reuploading the image, all I see is the percentage.
When uplaoding the image, wait until you see the image on the right hand side before submitting.
-
Also, does non-uefi pxe booting work?
-
@tom-elliott My apologies, the photo was too large.
-
@flareimp Please edit the
/var/www/fog/service/ipxe/refind.conf
file.Look for the scanfor line.
Change it to simply read:
scanfor internal
-
@tom-elliott it already says “scanfor internal”
-
-
@tom-elliott I did not.
-
What about the file in:
/var/www/html/fog/service/ipxe/refind.conf
-
@tom-elliott That one says “scanfor internal,hdbios”
-
Changing the file in:
/var/www/html/fog/service/ipxe/refind.conf
from:
scanfor internal,hdbiosto:
scanfor internalseems to have taken care of the issue for the UEFI systems. Will that affect the BIOS systems though? I ask because I do not currently have one close by to test.
-
@flareimp It should not. I’m about to release 1.5.2 (considering the bugs listed) which means you’ll have to edit the file again on install.
You can help simplify this by doing:
mv /var/www/fog{,_back} ln -s /var/www/html/fog /var/www/fog
-
This post is deleted!