• W11 file associations reset on client after image is deployed.

    Unsolved Windows Problems
    3
    0 Votes
    3 Posts
    2k Views
    Tom ElliottT

    @BrightPipe Can you post the snapin?

    This isn’t something FOG is doing, though you already suspect that as well.

    So seeing the snapin file, I’m guessing it’s using some method that’s effectively saying “set all the things” and the snapin is set to only set “specific” things.

    Since the action is effectively “setting all the things” it’s resetting the other things you didn’t intend.

    Seeing the snapin and the actions involved will be most beneficial at least to understand what’s happening. We may not be able to fix the issue but at least we could all better understand the problem and maybe think of ways to troubleshoot and hopefully narrow down whats wrong.

    At cursory glance, it feels like the snapin is misconfigured in someway. Thought you did say it worked in Windows 10, but not in Windows 11, so it’s also just as possible there’s some functional difference that needs to be adjusted for in the Windows 11 side of things.

  • Issue with Default Login Credentials

    Unsolved FOG Problems
    2
    0 Votes
    2 Posts
    663 Views
    Tom ElliottT

    @rhysb92 We need more information.

    i ask because I have just built a new VM, and installed dev-branch/stable and it completed and I was indeed able to login with the fog/password combination where i then changed the PW.

    So I feel like we’re missing some key information.

  • Adding Deploying images to the main iPXE menu without need to login

    Unsolved General Problems
    3
    0 Votes
    3 Posts
    562 Views
    Tom ElliottT

    @mr-Twister Can you please try this:

    http://forums.fogproject.org/post/122702

    effectively your boot menu likely needs to be:

    params param mac0 ${net0/mac} param arch ${arch} param qihost 1 kernel bzImage loglevel=4 initrd=init.xz root=/dev/ram0 rw ramdisk_size=127000 web=http://${fog-ip}/fog/ consoleblank=0 rootfstype=ext4 mac= ftp=<storageIPHere> storage=<storageIPHere>:/images/ storageip=<storageIPHere> irqpoll chkdsk=0 capone=1 type=down img=<imageNameHere> imgType=n imgPartitionType=all imgid=2 osid=<imageOSIDHere> imgFormat=<imageFormatHere> imgfetch init.xz boot

    Replacing as appropriate:
    <storageIPHere>
    <imageNameHere>
    <imageOSIDHere>
    <imageFormatHere>

    with your relevant information.

    Ultimately finding these pieces of data relevant to your specific image will be the hardest part, but once done I believe this will do what you are wanting/hoping.

  • Fog is indexing only sdb

    General Problems
    11
    0 Votes
    11 Posts
    2k Views
    Tom ElliottT

    @Bearr1976 If you use the latest init, the primary drive is supposed to be /dev/sda automatically (technically the first in alphabetical order) so by setting Host Primary Disk, may be forcing it to use that specific drive. In your case, if you’re trying to capture multiple disks, I suspect you would need the Host Primary Disk unset. If there’s something else not working right after unsetting please let me know and I’ll try to see what I can do to replicate the issue.

  • Issue with new certificate

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    3 Posts
    1k Views
    J

    @Tom-Elliott
    Of course, it’s disabled. 😉

  • ip helper address instead of DHCP options 66 + 67

    General Problems
    1
    0 Votes
    1 Posts
    165 Views
    No one has replied
  • Slow restoration of Windows 11 with FOG on Proxmox

    Solved FOG Problems
    18
    0 Votes
    18 Posts
    7k Views
    R

    All issues have been resolved by the latest kernel . Best regards, this thread can now be closed. Solved. 😉

  • Restore speed and Realtek 8169 card

    Hardware Compatibility
    3
    0 Votes
    3 Posts
    2k Views
    R

    @rodluz Updating the kernel to the latest version helped; the computers are finally being restored at full and consistent speeds, for both unicast and multicast deployments. Thank you for your help.

  • image coming up blank

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4

    Solved FOG Problems
    46
    0 Votes
    46 Posts
    24k Views
    Quintin GiesbrechtQ

    Well, I have to admit, I opened this issue a while ago, and then didn’t really have time to play with it. I only have a handful of these machines, and while it’s a pain when I have to reimage one, I didn’t have time to spend a lot of time trying to figure this out. Well, today I had to reimage another one of them, and so just out of curiosity checked this thread again, and wouldn’t you know it, it seemed like the issue might be resolved…I updated the kernel, started imaging, and it is going in 5 minutes again!

    Thanks so much for an amazing product and community!

    Q

  • fog server failing at updating database

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Fog 1.5.10 Install error libcurl4 Failed during install

    Unsolved Linux Problems
    15
    0 Votes
    15 Posts
    6k Views
    Tom ElliottT

    @eoli3n Versions are impossible to give because they keep changing, so we do try to have the version that are supported between masters/dev-branch/etc… for the os’s at that point in time (and backward)

    Debian Based (Mint, Ubuntu, Debian), Redhat Based (Redhat, Rocky, Alma, Fedora).

    The versions, dev-branch is more likely going to be in line with latest/greatest. Some what of a delay of course, but there’s no list that clearly spells out what version of specific OS is supported.

    In my opinion, Redhat based OS’s are the best as we don’t have to continually update the installer code to support future versions. Most will just work right out of the box.

    Migration process? No, if you’re moving one machine to another that’s one thing of a migration and there is a process for that, but if you’re meaning “I’m on bookworm and without moving anything, I’m going to do an in place upgrade?” I don’t believe there will be problems but what I would suggest is re-installing FOG once the upgrade is complete as any services or config files that got changed would need to be rebuilt for the new OS. It’s not hard and I don’t think there will be any issues. If there are, please let us know.

  • Linux UFW Profile for FOG Questions

    Unsolved Linux Problems
    2
    0 Votes
    2 Posts
    236 Views
    AUTH IT CenterA

    @Petrushka hello!!

    In our firewalld rules we have

    services: - ftp - http - mountd - nfs - rpc-bind - tftp ports: - { port: 20048, proto: tcp } # nfs - { port: 20048, proto: udp } # nfs - { port: "35350-36350", proto: udp } # tftp - { port: "49512-65532", proto: udp } # multicast
  • User account mess (fog or fogproject)

    Unsolved FOG Problems
    3
    0 Votes
    3 Posts
    936 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 FOG Problems
    5
    0 Votes
    5 Posts
    7k Views
    S

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

  • Postdownload scripts variable issues.

    Solved FOG Problems
    12
    0 Votes
    12 Posts
    10k 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!

  • Location of the System Serial Number field in FOG db?

    General
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • install failed on fresh debian trixie

    Unsolved Linux Problems
    1
    0 Votes
    1 Posts
    608 Views
    No one has replied
  • Debian 13 Trixie

    Unsolved Linux Problems
    23
    0 Votes
    23 Posts
    6k Views
    P

    @Tom-Elliott
    The upgrade to stable version completed successfully.
    I’m now on fog 1.5.10.1673
    Thanks again