• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • M

      Failed to Update Database and Host

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      22
      0 Votes
      22 Posts
      80 Views
      Tom ElliottT

      @maxcarpone I would ask you, if you’re daring/willing (it’s considered beta but uses the same pipeline with a lot more modern ui, I need people testing, and Fog_newb can likely attest the new ui look and feel though I think they ran into an issue and needed to get functional right away so the snapshotted back)

      Upgrade to working-1.6.

      I have a goal (along with @JJ-Fullmer ) to try to get working-1.6 to be master/stable branch by October.

      1.6 has been “stagnant” since around 2017 and was in relatively stable grounds back then even.

      With AI (as you undoubtly can see I’m using to help drive some things) it’s allowed us to get a lot more coding/refactoring and will hopefully present a much better experience of things on the UI side. Without testing I cannot fix UI bugs though.

      AI can do some cool things, but it doesn’t know what “wrong/right” looks like, and JJ and I are only 2 people.

      There are others on working-1.6 but more feedback is always good.

    • S

      Upgraded from FOG 1.5.9 to 1.5.10.1903 and having issues

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      28
      0 Votes
      28 Posts
      2k Views
      Tom ElliottT

      @Strahd Have you been able to make progress?

    • F

      Latest dev version - You're running the latest dev-branch version: 1.5.10.2191 odd ram-0 error [resolved now with 1.5.10.2218]

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      12
      0 Votes
      12 Posts
      493 Views
      F

      @Tom-Elliott Tom, looks like everything has been resolved after going from 2144 to 1.5.10.2218! No errors and I was able to capture no problem. Thanks

    • V

      How to upgrade to FOG 1.6?

      Watching Ignoring Scheduled Pinned Locked Moved General
      10
      0 Votes
      10 Posts
      349 Views
      Tom ElliottT

      @Valer This should be fixed in latest/greatest

    • K

      FOG Secure Boot with Shim

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      27
      2 Votes
      27 Posts
      14k Views
      J

      @Tom-Elliott
      Something isn’t working well for me.
      I can’t get iPXE menu when secureboot is enable and secureboot/snponly-shimx64.efi is set.

      On a Lenovo ThinkPad E16 Gen 1, I only have this :
      9b9dee1d-92da-4baf-9afc-0e60d4f74b01-image.png

      I acces on iPXE menu a Lenovo ThinkBook 15-IIL but yet I think MOK.DER isn’t registering well even with an usb key connected formatted in fat32 with the 3 files.
      94105339-cff4-4e2f-a839-eb0977c8c936-vlcsnap-2026-08-26-09h50m19s364.png https://streamable.com/v6wyus

    • P

      Fog driver injection in 2026.

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      9
      0 Votes
      9 Posts
      120 Views
      P

      OK that makes sense. This got me going for driver deployment. Thank you for your help!

    • S

      Version 1.6.0-beta.3187 ipxe 2.0.0.x problems

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      10
      0 Votes
      10 Posts
      294 Views
      S

      Working 👍

    • A

      iPXE build failing

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      7
      0 Votes
      7 Posts
      23 Views
      Tom ElliottT

      @astrugatch Okay thanks and sorry there was that issue.

      Can you pull and try installing again?

      Thank you!

    • C

      Surface Laptop 7th Edition - PXE loads and then immediately reboot's

      Watching Ignoring Scheduled Pinned Locked Moved Hardware Compatibility
      8
      0 Votes
      8 Posts
      268 Views
      C

      @JJ-Fullmer This was it, thank you!!

      Everything I read kept telling me this machine was x86 based and there is no hint in the BIOS or the serial number lookup tool, of it running an ARM processor(other then “Elite”). We are going to return these machines to the vendor, so problem solved for us.

      Would be interested in hearing about future support for ARM in FOG because I’m sure this isn’t the last time we will cross paths with it.

    • J

      FOG Project Image Capture on Raspberry Pi 4 (ARM64) via U-Boot

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      6
      0 Votes
      6 Posts
      48 Views
      Tom ElliottT

      @Jeremy That mount error is our bug. FOS was passing NFS mount options without
      actually telling mount it was NFS, so when the storage path doesn’t come
      through, busybox falls back to trying every local filesystem in turn and each
      one rejects nolock — the ext2/ext4/vfat lines were never really involved.
      Fixed and merged, and there’s a new experimental build below with it in. Test it
      when you get a chance and let me know how it goes.

      Two things when you do. Add isdebug=yes to your bootargs — mode=debug isn’t
      our debug switch, so right now you’re getting rebooted back to U-Boot before you
      can read anything. And send me the output of these from the failing boot:

      uname -a cat /proc/cmdline cat /proc/filesystems

      Your error listed f2fs, and our arm64 kernel is built without f2fs and without
      module support, so it can’t have produced that. I think that boot was running
      your kernel8.img with our init rather than our kernel — which would mean we
      still haven’t actually tested the kernel fixes on real hardware.

      wget https://github.com/FOGProject/fos/releases/download/EXP_20260826-143004/arm_Image wget https://github.com/FOGProject/fos/releases/download/EXP_20260826-143004/arm_init.cpio.gz wget https://github.com/FOGProject/fos/releases/download/EXP_20260826-143004/arm_dtbs.tar.gz

      All three are from the same build, so there is no mixing them up with what you
      have now.

    • F

      1.5.10.2328 - Failed to check in. Going back to 2294, all good.

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      5
      0 Votes
      5 Posts
      134 Views
      F

      @Tom-Elliott Thanks Tom. 1.5.10.2344 seems to be capturing fine. No additional null tasks were created and the PC had no problem checking in and starting the capture.

      I’d swear, not only with this version but the earlier ones that were malfunctioning during check in and creating additional tasks, I had to create the task twice. Like I went through the process of setting up a capture but nothing showed up under tasks then had to do it again.

      I can’t seem to duplicate it though. Setting up a 2nd capture for the laptop, I only had to do it once (and no additional null tasks were created).

      PC finished the capture no problem and laptop checked in and is capturing now. Looks like 2344 did it!

      Thanks again.

    • T

      Image copy hangs at start of copy - PXE boot OK

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      5
      0 Votes
      5 Posts
      118 Views
      T

      @Tom-Elliott I did update to version 1.6.2254 and the first multicast that worked was the first one I tried after the upgrade. This second one is now hanging like the one that prompted this thread.

      Where in the logs can I find any clues?

    • F

      Storage Node says invalid configuration on FOG dashboard

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      5
      0 Votes
      5 Posts
      144 Views
      F

      @Tom-Elliott Hi! I updated my FOG server to latest beta-branch version: 1.6.0-beta.3197. I also updated my storage node to 1.6.0-beta.3197. This fixed the invalid path issue I was having. Thank you for the help!

      1a0e5491-b776-49fe-9fbf-d2bc40087f78-image.png

    • R

      UEFI imaging slow (~1.2 GB/min) on Realtek RTL8168h (rev 15) - r8169 CSI fallback - possible regression from r8169 switch?

      Watching Ignoring Scheduled Pinned Locked Moved Hardware Compatibility
      6
      0 Votes
      6 Posts
      260 Views
      R

      @Tom-Elliott

      Thanks so much for your help with this. Happy to feed back any info I can so please do let me know if there’s anything else you need me to test. Will be on annual leave for a couple of weeks after this and have no access to the systems but I think this confirms your suspicion. Please see results below from a Dell OptiPlex 3070:

      Addresses on this machine:

      NIC: 01:00.0 (Realtek RTL8168h)
      Root port: 00:1c.0

      UEFI mode:

      setpci -s 01:00.0 CAP_EXP+10.w = 0142 (last digit 2 = L1 enabled)
      setpci -s 00:1c.0 CAP_EXP+10.w = 0c42 (last digit 2 = L1 enabled)

      Legacy/CSM mode:

      setpci -s 01:00.0 CAP_EXP+10.w = 0040 (last digit 0 = ASPM off)
      setpci -s 00:1c.0 CAP_EXP+10.w = 0c40 (last digit 0 = ASPM off)

      Dell’s UEFI firmware enables L1 on both the NIC and root port. The Legacy/CSM path leaves both off. The only difference between the two readings is those two ASPM bits. Everything else in the register is identical.

      Thanks for the nudge to run these. Anything else needs testing please do let me know. We love using FOG and it’s invaluable in our set of schools that we work in at least so please do keep up the great work!

    • T

      1.6 Database update issue

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      4
      0 Votes
      4 Posts
      154 Views
      Tom ElliottT

      @toschulz So I suspect the problem is due to a divergence of db schema between dev-branch/stable + working-1.6

      If you can update yoru Mysql directly:

      sudo mariadb -u root fog (if no root password of course - if you have a root password add -p

      UPDATE schemaVersion SET vVersion=0;

      Then refresh your screen, click the install/update, and hopefully the error will go away.

      The way the schema is configured is it will attempt (idempotently) to rerun every single SQL query in the schema chain.

      This should fix the problem you’re seeing.

      I believe there’s a column on the login history piece being requested that may just simply be missing which would cause the issue with datatables.

    • J

      Fog - Supported OS

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      3
      0 Votes
      3 Posts
      61 Views
      J

      Thank you Tom, I got updated to Working-1.6beta.4105 and that issue is fixed. Not sure if it is just this particular install or not.

      Some Issues I am noticing is Host registration is not showing up whether from the fog menu or the client. I can see it is trying but does not appear to be writing to sql.

      36f170d3-0a3b-4de3-b327-4233bc53534b-image.png

      Deployment: Getting invalid mac errors it seems on all devices. The task seems to be populating alright.

      No viable macs to use

    • E

      Settings Update Fail: SQLSTATE[HY000]: 1364 Field 'settingDesc' doesn't have a default value (dev-branch)

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      54 Views
      E

      Resolved. I’m sharing FOG with as many people as I can. Love this project!

    • C

      atheros ipxe woes "No configuration method succeeded"

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      3
      0 Votes
      3 Posts
      107 Views
      C

      @Tom-Elliott thanks Tom - using the excellent fog-docker from 88fingerslukee - so will wait to hear his response

    • L

      Storage node availability check ignores `FOG_SSH_PORT` (hardcoded port 22)

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      3
      0 Votes
      3 Posts
      249 Views
      L

      @Tom-Elliott Hi, Yes with the proposed fix, it works now.

    • E

      PXE boot menu displaying plain text without graphical UI / background in BIOS mode

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      197 Views
      E

      @Tom-Elliott
      The fix worked perfectly! The menu issue is now resolved.

      Thanks for the support!

    • 1
    • 2
    • 1 / 2