• Hosts detail page is not loading CSS

    Unsolved
    2
    0 Votes
    2 Posts
    22 Views
    Tom ElliottT

    @neodawg Can you provide the systems php error log, for Alma I think its RPM based so you would -> go to the page and see this -> get the last 100 lines or so (sudo tail -n 100 /var/log/php-fpm/www-error.log) This should tell us where it’s failing.

    If you’re also able, can you tell us what version of FOG you’re running?

    (Login to fog, bottom right hand corner should tell you the version you’re running.)

  • Unable to register host: This machine is already registered....

    Unsolved
    2
    0 Votes
    2 Posts
    28 Views
    W

    Fresh install using ver1.5.10.1826

    Works perfectly. Can register hosts as normal

    Maybe a bug with 1.6.0… hopefully if anyone else experiences this issue this might help

  • Is the client rejecting the custom CA going to cause problems?

    Unsolved
    1
    0 Votes
    1 Posts
    36 Views
    No one has replied
  • PXE Boot Failed when deploying image to physical machine (FOG Project)

    Unsolved
    2
    0 Votes
    2 Posts
    69 Views
    I

    @gabriel-pissoto

    I often record this with a phone then you can pick out the error in that micro flash of text.
    I think most of the time picking a different X.pxe file resolves this for me.

  • Windows 11 | 65x HP Z2 Tower G1i | UPDATE -

    Unsolved
    6
    0 Votes
    6 Posts
    331 Views
    S

    Please check memory of computer with memtest86+ 8.0

    https://www.memtest.org/

  • HP Z2 G1i Workstation failing to PXE

    Unsolved
    2
    0 Votes
    2 Posts
    677 Views
    K

    I have the same HP Z2 G1i – it works for me with
    sanboot.PNG
    “SANBOOT”
    The BIOS also seems very finicky to me—I even disabled all NVMe devices and Windows and enabled only network boot—but Windows resets the setting. Setting a BIOS password didn’t change anything.

  • Unable to Capture an image: ERROR: Could not adjust the bad sector list

    Unsolved
    13
    0 Votes
    13 Posts
    3k Views
    R

    @bond007fink A new version of ntfs-3g, which is the parent package for ntfsresize, has finally been released last week. That’s after 4 years of no updates. If all goes well, I will be doing an experimental release this weekend with the newer package.

    As @Tom-Elliott stated, this is not an issue with FOG itself, instead FOG relies on tools like ntfs-3g and partclone to handle all the NTFS filesystem changes. Hopefully this updated version fixes your issue.
    I will update the thread once the experimental release is available.

  • Update 1.5.9 RC2 to 1.5.10

    Unsolved
    1
    0 Votes
    1 Posts
    159 Views
    No one has replied
  • Fog Scheduler running at 100% CPU + SSH connection flood between nodes

    Solved
    2
    0 Votes
    2 Posts
    731 Views
    M

    @Tom-Elliott

    This is fixed, too, and can be marked as solved. The reason was stale WOL power action. I deleted those manually from the DB, and the CPU went back to normal.

    I’m not sure about the SSH and replication issues, but I deleted my physical storage node, and I’m not seeing those anymore.

  • Windows 11 | 65x HP Z2 Tower G1i

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    K

    @mashina
    I’m still having huge problems. Updated Fog. Rebuilt the Windows 11 image. … Windows 11 changes the boot order.
    The image works for a few days—then it stops working.
    Multicast only works sometimes—just now the image worked with one computer, but not with three in multicast—it just stops at 94% for no reason. What surprises me the most is that with this computer, only BOOT EXIT TYPE: SANBOOT works. I don’t understand much about this, but it seems wrong to me.

  • 0 Votes
    18 Posts
    2k Views
    J

    @pillbox1234567 Thanks for the suggestion. I turned Viridian off on the cloned VM, and it did not make a difference.

    Interesting note that you’ve seen it cause boot issues on certain Linux VMs. I have not experienced that behavior yet but will keep an eye out for it.

  • Boot and Nuke/Disk Wipe PXE Menu - Any Method Welcome!

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    J

    @Preston Wow that was a super answer, thanks Preston! I’ll give this a go in the week. 🙂

  • FOG hangs on "... free base memory after PXE unload"

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    Tom ElliottT

    @Exsival When you say “Causing the fog server to crash” what exactly do you mean?

    If it’s just a “saying” I can understand that but from a technical standpoint what this means is completely different and would need logs. If all you mean is the machine in quesiton is hanging, that’s a different issue altogether. I highly doubt the whole FOG Server is crashing.

  • Upgrading Server To SSD and Reinstall

    Unsolved
    1
    0 Votes
    1 Posts
    602 Views
    No one has replied
  • Filters duplicating from table to others

    Unsolved
    2
    0 Votes
    2 Posts
    668 Views
    I

    @Infojoe I forgot an important information : version 1.5.10.1826

  • Partition 3 (NTFS) skipped during deployment

    Unsolved
    1
    0 Votes
    1 Posts
    616 Views
    No one has replied
  • Moved Win11 image to Separate FOG Host, Windows Won't Boot after Deployment

    Unsolved
    1
    0 Votes
    1 Posts
    675 Views
    No one has replied
  • FOG PXE Boot Error – iPXE “Exec format error” / Chainloading failed

    Unsolved
    2
    0 Votes
    2 Posts
    903 Views
    Tom ElliottT

    @lucasgfaj have you turned off secure boot?

  • Detected Hardware unit hang

    Unsolved
    1
    0 Votes
    1 Posts
    832 Views
    No one has replied
  • image Multicast issue

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    B

    @Tom-Elliott
    I did not update yet to 1824, but i did SELECT * FROM HISTORY;

    MariaDB [fog]> SELECT * FROM history; +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ | hID | hText | hUser | hTime | hIP | +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ | 1 | [2026-04-01 08:33:55] MulticastSession ID: 1 NAME: test has been successfully updated. | fog | 2026-04-01 08:33:55 | 10.10.3.116 | +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ 1 row in set (0.000 sec)

    the new session i create are not shown, and dont work until i run the maintenance queries

    then it shows in history table:

    MariaDB [fog]> SELECT * FROM history; +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ | hID | hText | hUser | hTime | hIP | +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ | 1 | [2026-04-01 08:33:55] MulticastSession ID: 1 NAME: test has been successfully updated. | fog | 2026-04-01 08:33:55 | 10.10.3.116 | | 2 | [2026-04-01 09:10:37] MulticastSession ID: 1 NAME: test has been successfully updated. | fog | 2026-04-01 09:10:37 | 10.10.3.116 | +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ 2 rows in set (0.000 sec)

115

Online

12.6k

Users

17.6k

Topics

156.5k

Posts