Could not fix partiton layout (runFixparts)
-
My fog server is running on it’s own offline network.
Fog Server:
OS: Debian 9
Fog version: 1.5.4The computer that I am testing with is a Dell Optiplex 790 running Windows 10, with legacy boot.
I get the error Could not fix partition layout (runFixparts) when i try to capture the image. I tried booting it into debug mode and run the Fixparts command but I get a command not found. https://i.imgur.com/Mb2aVth.jpg
-
@howtogravity What kernel & init version are you using? Go to FOG Configuration in the web gui.
-
Possibly related: https://forums.fogproject.org/topic/12059/fixparts-missing-1-5-4-win-10
I think rerunning the installer will download the newest binaries.
-
@wayne-workman Where would i find it in the GUI? I went to Configuration and all i see there is an empty box titled “FOG Version Information” and another box titled “Kernel Version” with the only information “DefaultMember FOG Version: (1.5.4)”.
-
@quazz where would I put the new init files? I’m assuming /tftpboot ? Sorry, I am a complete newbie to Linux and FOG.
-
@howtogravity There should be a Kernel Update page on the WebUI you can us to download them, they will end up in the right place automatically.
-
Related article: https://wiki.fogproject.org/wiki/index.php?title=Kernel_Update
-
@Wayne-Workman @Quazz Fixed, it was that fixparts was missing from 1.5.4 as discussed from this post https://forums.fogproject.org/topic/12059/fixparts-missing-1-5-4-win-10.
To be on the safe side I manually downloaded bzImage, bzImage32, init.xz, and init_32.xz and put them in /var/www/html/fog/service/ipxe/. I followed the directions “Manual update to latest kernel” on this wiki page https://wiki.fogproject.org/wiki/index.php?title=Kernel_Update.