UEFI local disk chainloading error
-
@george1421 Just updated…
local boot uefi works fine
Great !!! -
@plegrand For the kernels you can do that via the FOG Configuration->Kernels menus. Just download both the 64 bit and 32 bit kernels.
This step adds a memory setting to the php-fpm www.conf configuration file.
- Change to the /etc directory from the fog server linux command prompt.
- Search for www.conf file. It can be in a number of locations depending on what version of php is installed. Use this command.
find /etc -name www.conf
(hopefully you will only find one) - Edit that file and comment the line but the default is 32MB change it to 256MB to make it look like this:
php_admin_value[memory_limit] = 256M
php_admin_value[memory_limit] = 256M
- Save and exit your text editor.
- Reboot the fog server.
-
@george1421 Thanks a lot for your help
if you didnt see that :
with the 1.5.4 version the local uefi boot works fine !!!
-
@george1421 As i’m behind a proxy i think there is a problem to download kernel from web interface.
But proxy is configured in FOG settings; Proxy SettingsThen i followed this :
cd /var/www/fog/service/ipxe mv bzImage bzImage.orig wget https://fogproject.org/kernels/bzImage mv bzImage32 bzImage32.orig wget https://fogproject.org/kernels/bzImage32 mv init.xz init.xz.orig wget https://fogproject.org/inits/init.xz mv init_32.xz init_32.xz.orig wget https://fogproject.org/inits/init_32.xz
It’s the latest kernel !!
Is it OK for you?Thanks a lot again.
-
@plegrand You actually don’t want to latest kernels at the moment. You wan 4.15.2 not 4.18.x. You can get the kernels from here: https://fogproject.org/kernels/
The process you used is right, you just need to get the correct files. Also you can check the version of the bzImage files by using the command
sudo file bzImage
That will print out the kernel version of the target file. -
@plegrand @george1421 If using the latest inits (https://fogproject.org/inits/init.xz) you are fine to use the latest kernels as well. I uploaded fresh fixed inits that fix the slowness issue a few days ago.
-
@Sebastian-Roth Very nice.
On a side note do those inits also address the intel raid-1 monitor application too? That one was related to a bootroot issue.Disregard, I see you answer the question in that thread too.