• issue with updating / isntall script

    Unsolved FOG Problems
    2
    0 Votes
    2 Posts
    916 Views
    P

    My workarounds for update on Debian Trixie are:

    A)
    git checkout master ; git pull
    userdel fogproject
    cd bin ; ./installfog.sh

    or
    B)
    apt install lastlog2
    git checkout master ; git pull
    ln -s /usr/bin/lastlog2 /usr/bin/lastlog
    cd bin ; ./installfog.sh

    Peter

  • Issue with active directory

    Unsolved Windows Problems
    1
    0 Votes
    1 Posts
    82 Views
    No one has replied
  • 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.

  • 0 Votes
    1 Posts
    165 Views
    No one has replied
  • FOG ubuntu image fails to update database

    Unsolved FOG Problems
    29
    0 Votes
    29 Posts
    3k Views
    JGeearJ

    @Tom-Elliott All good the last update fixed the issue!

  • Cannot authenticate FOG in host to proceed deploy

    Unsolved FOG Problems
    5
    0 Votes
    5 Posts
    2k Views
    ***Redbob*

    As a workaround, we’re doing deploy in these Appliances by Schedule Deploy Tasks, as it bypass the authentication screen. But i would be interesting if we could do deploys without this need.

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

    Unsolved FOG Problems
    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. 🙂

  • problem with debian/ubuntu images

    Unsolved FOG Problems
    5
    0 Votes
    5 Posts
    2k Views
    X

    I have solved my issue by changing the Host EFI Exit type:

    REFIND_EFI for Windows images
    SANBOOT for Ubuntu/Debian images

    Xavier

  • Clients stuck at iPXE initialising devices

    Unsolved FOG Problems
    2
    0 Votes
    2 Posts
    2k Views
    ***Redbob*

    @pcnr I noticed this issue so many years a go. It may be issues refering undionly.kpxe file. You can find some solutions from this forum about this. In my case I did following:

    Make a backup of /tftpboot/undionly.kpxe to undionly.kxpe.bak; Copied /tftpboot/undionly.kkpxe to undionly.kpxe.

    So at next time, this stuck problem was solved.

  • Golden image questions

    Unsolved Windows Problems
    2
    0 Votes
    2 Posts
    210 Views
    H

    Yes, you are right!
    I can confirm that it is still functional.
    Install clean Windows 11 + drivers + all the updates -> configure windows as you like it -> sysprep -> shutdown -> Image -> Deploy.

    Although, I have searched the answer for the main question, to sysprep or not, for years!
    What I mean, is that if you sysprep, some of the Windows settings and configuration will be wiped out during the sysprep, so you cannot configure image 100% ready and need some manual steps after the cloned pc (deployed) boots up.
    Of course those manual configurations can be automated (by a script or some other way), but still, it would be nice that image can be setup without sysprepping if it is not needed anymore in Win10/11.

    I have tested hundreds of PC-s in domain environment without sysprepping - they work flawlessly, no issues with Domain, WSUS or other things, but I am little bit worried, that if some issues arise, e.g some weird errors then I must reinstall all the deployed pc-s with sysprepped images…

    Can somebody confirm?

    Yes, I understand, that without sysprep, all the PC-s deployed from the same image will be using same SID, but is it bad somehow?
    Can someone confirm that for Intune it is also OK?
    Domain doesn’t care, WSUS either, but what else might break?

  • Debian Trixie Dependancy Errors

    Unsolved Linux Problems
    1
    0 Votes
    1 Posts
    300 Views
    No one has replied
  • FOG 1.5.10.1698 - UI bugs

    Unsolved Bug Reports
    2
    0 Votes
    2 Posts
    329 Views
    M

    Okay - So what killled this installation was the fact a 1.5.9 csv load was imported into my 1.5.10.1698 FOG - this killed a bunch of features and I eded up having to reinstall.

  • After BIOS update no connection or timeout

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • version 1.5.10.1763 on debian 13.3.0 problem KEYMAP

    Unsolved FOG Problems
    2
    0 Votes
    2 Posts
    1k Views
    F

    I’m also interested in knowing if a solution exists.

  • Version 1.5.10.1763 incorrect Image Size ON CLIENT

    Unsolved Bug Reports
    3
    0 Votes
    3 Posts
    233 Views
    H

    @rodluz yes, directly from 1.5.10.1754 to 1.5.10.1763 when I saw the prompt in the FOG gui that I’m not using the latest version - it was up to date before.

    in 1.5.10.1754 recapture didn’t added up, just updated the image size to the latest one.

  • DHCP works, but then keeps trying

    Unsolved FOG Problems
    2
    0 Votes
    2 Posts
    1k Views
    C

    I have just discovered that somehow all the MACs are changing sometime after the final successful DHCP lease.
    My DHCP server is set to only answer to specific MACs, so if I add in the “new” one, it works.
    No idea how this is happening, I’ve never seen MACs just suddenly change like this.
    It sucks that now I have another MAC per server to deal with, but at least it’s working.

  • Anyone with a working imgargs for PXE installing Ubuntu 24.04?

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • All services are globally disabled

    Unsolved FOG Problems
    7
    0 Votes
    7 Posts
    2k Views
    Tom ElliottT

    @Greg-Plamondon I’m going to try delving into this but I’ve been very busy with other things and just haven’t gotten around.

    I do appreciate the patience and assistance.

    The changes you were doing that fixed the problem, please implement them again and you should be back to functional

    Once that is done, do you mind doing a diff between that file and the relevant file in the git repository side:

    Files I think you changed were under: <path>/<to>/<installer>/packages/service/<servicename>/<servicefile>

    I’m not seeing any issues on my test systems.

    not really sure why it isn’t working either.

    I believe you were editing the files in /opt/fog/service/<servicename>/<servicefile>

    So you would do:

    diff -u <path>/<to>/<installer>/packages/service/<servicename>/<servicefile> /opt/fog/service/<servicename>/<servicefile>
  • FOG Boot via HTTP without DHCP

    Unsolved FOG Problems
    3
    0 Votes
    3 Posts
    2k Views
    T

    @Greg-Plamondon
    Hi,

    we got a dhcp server. The computer got network, the path to the efi file is connected.
    I have no access to the dhcp settings that i could set the next-server or anything else.
    But i think the efi file maybe is corrupt? i have tried to edit the efi file, but then the boot stick does not work anymore.

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

    Unsolved FOG Problems
    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.