• User account mess (fog or fogproject)

    Unsolved
    3
    0 Votes
    3 Posts
    320 Views
    R

    I completly reinstalled the dev_branch software in an new Debian 12 guest and now it seems to work fine.
    Thank you

  • Fog client won't connect back to server

    Solved
    5
    0 Votes
    5 Posts
    941 Views
    S

    @Tom-Elliott that seems to have solved it. Thanks yet again for speedy service! Cheers

  • Postdownload scripts variable issues.

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    Greg PlamondonG

    @Tom-Elliott
    That was it, Tom. Thank you so much for helping me with this. I was starting to lose some hair!

  • Group Export

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • UEFI ipxe host registration issue

    Unsolved
    2
    0 Votes
    2 Posts
    3k Views
  • Unable to locate image store during image deployment

    7
    0 Votes
    7 Posts
    3k Views
    D

    Hey @Tom-Elliott I was able to get our FOG instance working by following the upgrade path to upgrade fully to 1.5.10.1673. I guess I should have tried that first :-/.

    Thanks for your help.

  • Image Deployment Issues

    3
    0 Votes
    3 Posts
    3k Views
    Tom ElliottT

    @AngryITGuy The iPXE file likely needs the boot shim or whatever to allow things to work correctly and with upgrades this isnt’ really feasible as every newly built ipxe file (snp.efi, snponly.efi, etc…) would need that shim configured and installed in place.

    It’s possible there was a step in the original installer from your collegue that may have moved the ipxe files from a backup where these were shimmed appropriately?

    I don’t know exactly just spitballing.

    Ultimately, yes, I’m glad you got this working by disabling secure boot.

    Technically, it’s possible to do this with secure boot, but not in an easily scalable way that we can include as part of the install script. Nor, in reality, do I think we want to do such a thing. While it’d be nice to do it as an installer, I am hoping we can get a document that more clearly details what steps to do. This is mainly due to the constantly changing nature of fog, so if we have an easily repeatable knowledgebase on what steps to do in a well documented sort of way, it’d be a lot better than trying to have us maintain some installer that could easily have some issue on a new iteration and continually have to maintain yet more blocks of potentially os dependent code.

  • New Dell Laptop - LINUX-EFI-INITRD-MEDIA-GUID

    4
    0 Votes
    4 Posts
    3k Views
    D

    I didn’t try updating the kernel (as when @Tom-Elliott replied I had already started the linux upgrade) however updating the linux to Ubuntu 24.04.3 LTS, and downloading and installing latest FOG built (as after the upgrade it wasn’t working anymore) fixed the issue.

    Thanks @Tom-Elliott

    This is the kernel version with the updated linux

    Linux version 6.8.0-79-generic (buildd@lcy02-amd64-049) (x86_64-linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #79-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 12 14:42:46 UTC 2025

  • Windows 11 failing to join domain

    Solved
    7
    0 Votes
    7 Posts
    5k Views
    JJ FullmerJ

    @chunter2 Ah, yes that would do it.
    That just becomes the default value when creating new hosts.
    If you set it via a group, it will update those values on all hosts in a given group, but it doesn’t do that dynamically/perpetually.

  • Image Deployment Freezes at Partclone

    Unsolved
    4
    0 Votes
    4 Posts
    4k Views
    R

    @shieldsj

    By “10.149.50.21:/images” I was referring to the “images” directory in the filesystem on the storage node at the IP address 10.148.50.21

    So to check the actual contents of the “/images” directory, you’ll need to either:

    1 - have a display and keyboard directly connected to that storage node (PC) to log into it and view the filesystem with whatever File Explorer type app its GUI desktop supplies OR

    2 - open a terminal / command line on that storage node PC, either at a display/keyboard connected to the storage PC or across the network with SSH.

    In any case, the contents of the storage node’s /images directory should be (mostly) subdirectories that are named exactly the same as your saved/captured images.

    Example:

    If you intended to capture an image called “Teacher_Pc”, the storage node’s /images directory should contain a subdirectory named “Teacher_Pc”

    In my case, I have captured an image I named “20250319-7010-adult-builder”. Here is a truncated directory listing on one of my storage nodes:

    root@node25-0:/images# ll total 140 drwxrwxr-x 32 fogproject fogproject 4096 Aug 12 11:19 ./ drwxr-xr-x 25 root root 4096 Aug 12 09:33 ../ drwxrwxr-x 2 fogproject fogproject 4096 Jul 31 10:05 20250319-7010-adult-builder/ drwxrwxr-x 2 fogproject fogproject 4096 Jul 31 10:06 20250327-7010-deploy-test/

    If somehow you have managed to get the image name (directory name) to be “, Image name Teacher_Pc” then I’ll not be surprised if parsing (text handling) errors happen within FOG when you try to use that image name. In that case, the directory can be renamed to “Teacher_Pc”, BUT that directory name must match in one field recorded in the fog database on the FOG server.

    Let’s see what you’ve got in the “/images” directory first.

  • Unable to check in

    Unsolved
    6
    0 Votes
    6 Posts
    4k Views
    F

    @Tom-Elliott Hi Tom, Thanks… I updated to 1.5.10.1692 and was able to deploy a 2 day old image to the PC. I updated some things on the PC, mostly with Steam and display settings then went to capture an image from it again and ran into the same problem mention in the OP. Only this time, I was able to take a pic.

    I ran chkdsk prior to capturing and it came up clean

    alt text

    UPDATE: So I tried everything for the ntfsresize error … turns out, I had to shrink the partition in windows a bit then expand it. After that, I could capture.

  • Windows 10 failing to join domain

    14
    0 Votes
    14 Posts
    6k Views
    C

    @Sebastian-Roth Sorry for missing your reply. Just shows that fog has been running great for a while.

    I like the thought of adding better debugging log messages so I think this would be helpful.

  • Fog iPXE Menu no input

    Unsolved
    27
    0 Votes
    27 Posts
    8k Views
    Tom ElliottT

    @janez3k said in Fog iPXE Menu no input:

    https://pastebin.com/xWhJkDX1

    Thank you for this, I have copied and pasted what you have. The only part i noticed (though I left it for now) is the missing building of ncm--ecm-axge

    I don’t know that this file is particularly in use so I think it’s safe to keep out but If I’m wrong I’m sure we’ll learn about it quickly enough.

    I have pushed this version of the IPXE building script to both working-1.6 and dev-branch.

    This won’t become part of the release until the 15th of September (at this point), but is available for testing on the bleeding-edge/beta channels.

  • Slow Image Deployment

    Unsolved
    4
    0 Votes
    4 Posts
    4k Views
    Tom ElliottT

    @ProfessorFow There is the ability to replicate images across groups. You can set which “groups” images need to replate to by associating images to multiple storage groups. You can even define which storage group is the primary.

  • Dnsmasq on your FOG server

    Unsolved
    8
    0 Votes
    8 Posts
    8k Views
    george1421G

    @diogo-seabra As for the picture, I think we need to clearly define your network.

    dnsmasq works by using broadcast messages. So that means dnsmasq will only work on the local subnet. If your pxe booting computers are on a different subnet then you will need to add the fog server’s IP address to the list in the dhcp relay service on your router.

    Also if you have dhcp snooping enabled on your network switches, that may also cause dnsmasq to not respond properly.

  • iPXE exit issue with Ubuntu/Lubuntu on Proxmox 8.4.11 VM

    Unsolved
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Need advice – FOG server HTTPS causing no keyboard input during iPXE boot

    Unsolved
    2
    0 Votes
    2 Posts
    4k Views
    J

    Hi, just wondering if you were able to find a fix for this. Right now I’m experiencing a similiar issue when in the ipxe menu for Fog. No keyboard input works.

  • System crash during image deployment

    Solved
    5
    0 Votes
    5 Posts
    4k Views
    AfifA

    @rodluz
    Thanks for the feedback. I swapped the RAM module and NUC was able to re-image. Case closed.

  • UEFI is not booting with Windows DHCP

    Unsolved
    19
    0 Votes
    19 Posts
    7k Views
    C

    @george1421 No luck, could you please have a remote session at your convenient time?

  • FOG not saving images in the directory

    Unsolved
    9
    0 Votes
    9 Posts
    6k Views
    george1421G

    @BrightPipe said in FOG not saving images in the directory:

    EDIT---- Running the installer again seems to have fixed the issue. Thanks.

    Good deal because that was going to me my next request. I’m glad you have it sorted out.

100

Online

12.2k

Users

17.4k

Topics

155.6k

Posts