• Update failure during creation of PXE with SSL Cert

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    859 Views
    No one has replied
  • Boot Order

    Unsolved FOG Problems
    7
    0 Votes
    7 Posts
    2k Views
    george1421G

    @chevengur there is not enough information to help you in that picture. If we could see more of the error message that partclone threw (i.e. just above the top of your picture) we would know what happened. At the point in the script all we know is that partclone wasn’t happy.

  • Linux Client Install Dual Nics

    Unsolved Linux Problems
    9
    0 Votes
    9 Posts
    1k Views
    J

    Ok so I now have a second system with the EXACT same issue. I purchased a Dell Precision 7875 which has 2 on-board nics. I updated our dhcp server to issue an IP address for one of the two NICs. With the system connected to that interface I PXE booted the system. The first stage of the fog shows as it notices the system is not registered and asking whether I would like to register the system. Yet once I say do full registration that’s it it will not proceed further.

    So similar to the issue that I’ve raised prior with multiple NICs and @george1421 suggested I PXE booted the system again but went into DEBUG mode. Well as it appears the unused MAC address is now showing up on the interface that I had configured to connect to the network. Seeing that I did not assign an IP address to the second mac address the system would not proceed any further. The odd thing is that BOTH interfaces show up having the same mac address. It seems that there’s an issue with the FOS with newer Dell systems with multiple NICs.

    If I disable one of the two NICs in the BIOS, and do the re-imaging process everything works fine…

    Really looking for a fix for this…

    Cheers

    Jason Naughton

  • FOG Reboot

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

    @Tom-Elliott thx👍

  • Fog server on VMware

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    927 Views
    No one has replied
  • Image capture attempt to check in Failed

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    925 Views
    No one has replied
  • Using FogApi Set-WinToBootToPxe

    Unsolved General Problems
    1
    0 Votes
    1 Posts
    286 Views
    No one has replied
  • Phantom Tasks after Host Deletion

    Unsolved Bug Reports
    6
    0 Votes
    6 Posts
    736 Views
    Tom ElliottT

    @Clebboii Following up if you’d be willing to let us know?

    Thank you!

  • Failed to set permissions (prepareUploadLocation)

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    950 Views
    No one has replied
  • Help with FOG installation

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    789 Views
    No one has replied
  • Minor issue with logging out of FOG web UI: HTTP ERROR 500

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

    @Tom-Elliott Thank you. Logging out with 1.5.10.1730 works properly.

  • Reinstall fails at initrd

    Unsolved Linux Problems
    4
    0 Votes
    4 Posts
    1k Views
    R

    @DanCan Hi This is currently a known issue on some motherboards. Honestly not sure what is causing this to happen. I am working on a fix to this issue just haven’t had too much time lately.

  • Issues with Windows DHCP Server

    Unsolved FOG Problems
    9
    0 Votes
    9 Posts
    2k 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 ❤

  • Windows Recovery Screen after imaging with USB dongle

    Unsolved FOG Problems
    3
    0 Votes
    3 Posts
    958 Views
    N

    @Tom-Elliott to note, this has been happening on all our Lenovo L14s laptops (with no LAN ports), tested with 3 different Lenovo USB-C LAN Adaptors

    When booting back up, it brings the Blue screen error:

    ‘Recovery
    Your PC couldn’t start properly
    After multiple tries, the operating system on your PC failed to start, so it needs to be repaired.
    Error code: 0xc0000001
    You’ll need to use recovery tools. If you don’t have any installation media (like a disc or USB device), contact your PC administrator or PC/Device manufacturer.
    Press Enter to try again
    Press F1 to enter Recovery Environment
    Press F8 for Startup Settings
    Press Esc for UEFI Firmware Settings’

    As John mentioned, we used the same LAN adaptor previously and managed to image via FOG successfully before.

    i even tried changing the mac address to the default internal laptop mac address after the initial fog image completed (when it shutdowns the laptop) and booted the laptop back up to see if it helps but no luck

  • Issue Deploying Image To A Specific Laptop Brand

    Unsolved FOG Problems
    2
    0 Votes
    2 Posts
    856 Views
    george1421G

    @AngryITGuy First let me say I don’t use FOG for image deployment any more since I’ve moved to a different IT group, but if this situation hit my desk I would go through a similar process as below

    I have more questions than answers for you. But the good thing here is FOG is imaging these systems and can deploy windows 10 to the hardware without issue. Right away we can rule out fog’s foundational support system being broken because it can deploy win10 and win11 to other hardware and win10 to this stone hardware.

    When I debug something new or strange I try to build a truth table in my head of different experiments to see what works and what not works. Something like:

    Deploy and boot win10 Dell laptop: Yes
    Deploy and boot win11 Dell laptop: Yes
    Deploy and boot win10 Stone laptop: Yes
    Deploy and boot win11 Stone laptop: No (kind of)

    So now to the unknown questions (and I assume these stone laptops are in uefi mode, you mentioned ‘bios’, but your boot loader is ipxe.efi.

    On this stone laptops do you have pxe setup as the default boot source or is it the hard drive? This question is to see if the boot is failing if you are booting through ipxe.efi or if the firmware is having a problem finding the boot partition. If you are booting through iPXE see if changing the boot order to the hard drive solves the issue (for this test).

    You will need to turn off secure boot for this next step. If you swap the hard drives between the dell and stone computer, does the stone computer boot normally repeated times? Does the dell computer reboot repeated times OK? This check is to see if the problem moves with the hard drive. The question is around if fog combined with the disk controller hardware on the stone doing something to damage the boot sector for win11 when it deploys. The dells works, can you get the stone computers working by deploying to a dell and then transplanting the hard drive to the stone?

    If you deploy win10 and then upgrade to win11 on a stone laptop (verify its working 100%) and then capture and deploy to a same make and model computer. Does it boot correctly on the second computer? Can you deploy it to the same computer it was captured from and does it work? This will test if there is something wrong with your win11 image you are trying to deploy to the stone computer.

    Lets see how the above goes before we plot the next test.

    Just to recap

    Test booting through iPXE vs firmware booting directly to hard drive Swap the hard drives between the dells and stone computers see if the problem moves Try to capture and deploy using the same hardware. First to like computer if no work, try to deploy to same computer image was captured from.
  • WS2K25 DHCP_ACK Failure

    Unsolved Windows Problems
    1
    0 Votes
    1 Posts
    289 Views
    No one has replied
  • Capone PXE Menu Item Missing

    Unsolved FOG Problems
    3
    0 Votes
    3 Posts
    832 Views
    R

    Adding the menu manually with the above settings resolved the issue for me.

  • 0 Votes
    1 Posts
    797 Views
    No one has replied
  • FOG Multicast Manager creating zombie processes. How to fix?

    Unsolved Linux Problems
    1
    0 Votes
    1 Posts
    195 Views
    No one has replied