Resolved. I’m sharing FOG with as many people as I can. Love this project!
Latest posts made by edvandro
-
RE: Settings Update Fail: SQLSTATE[HY000]: 1364 Field 'settingDesc' doesn't have a default value (dev-branch)posted in FOG Problems
-
Settings Update Fail: SQLSTATE[HY000]: 1364 Field 'settingDesc' doesn't have a default value (dev-branch)posted in FOG Problems
Environment:
FOG Version: 1.5.10.2328 Branch: dev-branchIssue Description:
Hi everyone,I am running FOG Project on the dev-branch (version 1.5.10.2328) and encountering a database error whenever I try to update or save any option under FOG Settings.
A pop-up modal appears with the message “Settings Update Fail” containing the following SQL query error:v

It seems the SQL statement performs an INSERT INTO globalSettings specifying only settingID, settingKey, and settingValue, but the settingDesc column in the database schema does not allow NULL values and lacks a default value defined in MySQL/MariaDB.
Is this a known bug in the current dev-branch build, or is there a recommended database scheme fix/workaround for this table?
Thanks for your help!
-
RE: PXE boot menu displaying plain text without graphical UI / background in BIOS modeposted in FOG Problems
@Tom-Elliott
The fix worked perfectly! The menu issue is now resolved.Thanks for the support!
-
PXE boot menu displaying plain text without graphical UI / background in BIOS modeposted in FOG Problems
Hi everyone,
I am encountering an issue with the PXE boot menu when booting clients in Legacy BIOS mode using the dev-branch version of FOG.
Instead of rendering the standard graphical interface (bg.png / iPXE theme), the menu loads as plain text on a black screen without any styling or background, as shown below:

Environment / Details:
FOG Version/Branch: dev-branch Boot Mode: Legacy BIOS iPXE File Used: undionly.kpxeHas anyone else experienced this issue on the latest dev-branch, or is there a specific iPXE build/configuration option needed to restore the graphical menu for BIOS mode?
Thanks in advance!