• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • C

      Boot Order

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      4 Views
      No one has replied
    • J

      Linux Client Install Dual Nics

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Linux Problems
      2
      0 Votes
      2 Posts
      8 Views
      george1421G

      @JasonNaughton Looking at the code the error would indicate that the target computer can’t reach the fog server.

      https://github.com/FOGProject/fos/blob/8893d32bfb702dcf7b8f5427ccd6748fac15df17/Buildroot/board/FOG/FOS/rootfs_overlay/etc/init.d/S40network#L64

      What I want you to do is to pxe boot the computer into debug mode. Schedule a deployment to this computer but before you hit the schedule task button tick the debug checkbox. Now pxe boot the target computer, you will still get the errors but you will be dropped to the fos linux command prompt.

      run this command ip a s that should show if your network interface has an IP address. If not then issue this command.
      /sbin/udhcpc -i enp128s31f6 --now where enp128s31f6 is the name I gleaned from your screen shot that appears to have picked up an IP address. See if it gets an IP address now. See if you can ping the fog server’s IP address.

      The ‘checker’ script makes this call to verify your fog server is reachable.
      curl -Ikfso /dev/null "${web}"/index.php --connect-timeout 5 replace the entire ${web} with the IP address of your fog server. See if that returns a value.

      Finally search the system messages to see if there is something related to firmware.
      grep -i -e firm /var/log/syslog I think syslog is the right file, if it returns nothing try /var/log/messages One error could be the network adapter needs a specific firmware for the network adapter to communicate. That firmware may need to be added to the linux kernel.

    • C

      FOG Reboot

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

      @chevengur The flag is onDemand -> 0 = No, 1 = yes.

    • A

      QuickReg - Apply AD Settings

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      4
      0 Votes
      4 Posts
      19 Views
      A

      @Tom-Elliott What’s the difference between the full and quick registration processes then? because AD join exists in full, but not in quick…

    • J

      Error while restoring win11 image on hp decoding error (36) : Data corruption Detected

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      180 Views
      R

      @jacaman Does this happen with every HP computer or just one in specific? Does this happen with any other brand/model of computer? Have you tried deploying that same image to another computer? Have you tried replacing any component of the HP computer: HDD/SSD/NVMe, RAM, network adapter (dongle instead of embedded port)?

    • P

      Igel M350C - unable to use integrated mmc after recent FOG Update

      Watching Ignoring Scheduled Pinned Locked Moved Hardware Compatibility
      12
      0 Votes
      12 Posts
      8k Views
      R

      @sloeckle You can use an older kernel for now, but I’ll work on a fix for this issue. I don’t have access to the hardware needed to reproduce this issue. Are you willing to help us test some kernels?

    • A

      Group Client Settings - Enforce Hostname/AD Reboots - working-1.6

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      6
      0 Votes
      6 Posts
      11 Views
      A

      @Tom-Elliott Cheers, works as expected now!

    • A

      Group AD Settings fails to save - working-1.6

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      2
      0 Votes
      2 Posts
      13 Views
      No one has replied
    • F

      Wrong target device

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      10
      0 Votes
      10 Posts
      996 Views
      S

      To add to this, we’ve been imaging a variety of desktop and laptops to Windows 11 last week and we’ve had three occasions where FOG has imaged to a connected portable hard drive rather than the local hard drive. I don’t remember it doing this before.

      My technicians are on the lookout and are trying to remember to disconnect portable drives ongoing before a deploy but has something in Windows changed recently? We’re on FOG Version 1.6.0-beta.2233

    • A

      QuickReg Fails to Image - Invalid Login

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      7
      0 Votes
      7 Posts
      8 Views
      Tom ElliottT

      Thank you!

    • T

      Identify laptops by serial number (not MAC) — MAC changes with USB-C to Ethernet dongles

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      1
      0 Votes
      1 Posts
      10 Views
      No one has replied
    • A

      Change FOG Settings in working-1.6 not working

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      7
      0 Votes
      7 Posts
      53 Views
      A

      Ok, nevermind, did the git thing, got it working, cheers 🙂

    • X

      Use serial number as hostname in Fog

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      27
      0 Votes
      27 Posts
      3k Views
      A

      @Tom-Elliott can confirm, this does now appear to work in 1.6 - huzzah! @george1421 looks like your hard work has paid off and it will eventually be in the stable branch!

    • A

      refind.conf issue after upgrade to working-1.6

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      3
      0 Votes
      3 Posts
      12 Views
      A

      @Tom-Elliott cheers - looks like someone changed working branch in 2019 to add hdbios, and it’s not something that’s in the dev branch either!

    • M

      Working 1.6 differences and API structure

      Watching Ignoring Scheduled Pinned Locked Moved General
      1
      0 Votes
      1 Posts
      17 Views
      No one has replied
    • C

      Booting UEFI only devices with USB network adapters - problem and solution

      Watching Ignoring Scheduled Pinned Locked Moved Hardware Compatibility
      3
      2 Votes
      3 Posts
      410 Views
      B

      I think I have the same problem and I want to be sure of exactly what I need to do (I don’t know if there is a step-by-step tutorial…).

      I boot with a USB-C network adapter on an HP Elitebook. It finds FOG, I have the menu, I choose to deploy an image, and then I get this error message:

      IMG_20251106_162705.jpg

      Is this the problem in question?
      If so, what exactly should I do? I see (link @FlorianLenz ) that I need to replace two files with the new ones, then run the .sh. But isn’t that dangerous for other network boots?

      Thank you in advance for your help.

    • A

      Issues with Windows DHCP Server

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      9
      0 Votes
      9 Posts
      791 Views
      A

      @george1421 No, they were in proper failover config and the options replicated between the scopes. But it’s all good now and that’s the important thing ❤

    • M

      Fog server on VMware

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      118 Views
      No one has replied
    • C

      Phantom Tasks after Host Deletion

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Bug Reports
      2
      0 Votes
      2 Posts
      65 Views
      C

      @Tom-Elliott Just wondering if I could have your input here.

    • K

      Image capture attempt to check in Failed

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      132 Views
      No one has replied
    • 1
    • 2
    • 3
    • 4
    • 5
    • 9
    • 10
    • 1 / 10