• Issue Deploying Image To A Specific Laptop Brand

    Unsolved
    2
    0 Votes
    2 Posts
    41 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.
  • 1 Votes
    5 Posts
    70 Views
    F

    @Tom-Elliott Yes, everything is working as expected. For the longest time, FOG would always show UTC time for when an image was captured or deployed, now it is correctly showing local time and no more zombie processes! Thanks

  • Interface logout gives timeout

    Unsolved
    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • cron-style scheduled task starts on UTC, not local time

    Solved
    10
    0 Votes
    10 Posts
    97 Views
    Tom ElliottT

    @RAThomas I wont make you do a PR. I already pushed it if you wanted to use the the pushed code. 🙂 thanks for testing and letting us all know!

  • Wrong target device

    Unsolved
    9
    0 Votes
    9 Posts
    252 Views
    F

    Thank you very much for the detailed explanation of the problem and for adjusting the code.
    I’m not on the dev branch yet, but I’ll make sure to switch and use debug mode to trace the function.
    It’s likely that the tip about using the serial number as the Primary Host Disk will need to be incorporated into my process.

    At the moment, I have a large number of Windows 11 reinstallations to handle due to the end of support, so it will probably be a few weeks before I have time for this.
    I’ll post an update in this thread once I get to it.

  • FOG - Label Print....

    Unsolved
    4
    0 Votes
    4 Posts
    136 Views
    E

    @george1421 I would need help with where I can edit and which files to add a script for quick inventory.

  • Capone PXE Menu Item Missing

    Unsolved
    1
    0 Votes
    1 Posts
    56 Views
    No one has replied
  • 0 Votes
    1 Posts
    91 Views
    No one has replied
  • FOG Multicast on different VLANs

    Unsolved
    4
    0 Votes
    4 Posts
    158 Views
    george1421G

    @sega said in FOG Multicast on different VLANs:

    So some people already tried it?

    Yes and so have I. You would need some way to dynamically change the network adapter defined in the global FOG settings to change the network adapter. You might also need to change a file called /tftpboot/default.ipxe to point to different interfaces. You might be able to get around this by setting up multiple tftp servers on the fog server, where each tftp server bound to a different interface and had a different home directory, that would be more of a long term change. And then you need to work out a way to update the imaging network interface in the fog settings depending on what interface you wanted to image using. There may be more crafty ways about doing this, but this is just off the top of my head.

  • Uploading an image to a host that has a stored Windows 11 Pro key

    Unsolved
    1
    0 Votes
    1 Posts
    51 Views
    No one has replied
  • Report Download

    Unsolved
    5
    0 Votes
    5 Posts
    316 Views
    Tom ElliottT

    @ecoele The fact that dev-branch is in 1700’s this informatino seems to indicate your’e still running the latest stable.

    Once you switch to dev-branch you need to pull in the changes:

    cd /your/path/to/fogproject git checkout dev-branch git pull cd bin sudo ./installfog.sh -y

    Should get you installed.

    You may also need to (from the browser) do a “CTRL + SHIFT + R” to do whats called a hard refresh in the browser to get all the latest/new javascript information.

  • Fog iPXE Menu no input

    Unsolved
    29
    0 Votes
    29 Posts
    13k Views
    L

    Sorry
    with ipxe 1.21.1+ (gc30b7) it works but not with the latest version

    @Lorenzo said in Fog iPXE Menu no input:

    @Tom-Elliott
    Hi
    using the new version of ipxe build I can confirm that the ipxe menu works with the keyboard.
    The problem is that chainloading grub, the keyboard doesn’t work.
    With ipxe 1.0.0 it works. So by now we keep using the old version.

    Lorenzo

  • Kernel Versions blank

    Unsolved
    12
    0 Votes
    12 Posts
    939 Views
    R

    @rogalskij Yes, I had read it and tried, but FQDN did not solve it for me…

  • Installing fog on Rocky Linux 9.6

    Solved
    8
    0 Votes
    8 Posts
    763 Views
    M

    @ rodluz

    Okay - So I got FOG working on my rocky 9.6 set up with a few caveats.

    I had to do some work to get tftp and pxe to work correctly.

    created a symlink from /var/lib/tftpboot > /tftpboot

    enabled and started the tftp service manually - systemctl enable tftp & systemctl start tftp

    then created a file in /etc/systemd/system/tftp.socket.d/override.conf (after making a director /tftp.socket.d and giving that file permissions) with the following code:

    [Socket]
    ListenDatagram=69

    [Service]
    ExecStart=
    ExecStart=/usr/sbn/in.tftpf --foreground --secure /tftpboot

    reloading the systemd service daemon - “systemctl daemon-reload” & “systemctl restart tftp.socket”

    The server would then pxeboot at least BIOS at this point.

    The Web UI currently seems to have php conflicts. I installed php-8.0.30-3 and the modules connected to this when installing the server. The web UI has a quirk on the FOG configuration page when you have a button for DefaultMember FOG Version: () it is not printing the version of FOG or the versions of bzimage or init.xz files and in checking using curl http://ip-address-of-server/fog/service/getversion.php - i ony see - 1.5.10.1698

    here is a picture of the error

    error.png

  • Group Export

    Solved
    7
    0 Votes
    7 Posts
    6k Views
    R

    Yes, was able to confirm it is working. Thank you for your help!

  • Export image doesn't seem to work anymore

    Unsolved
    2
    0 Votes
    2 Posts
    153 Views
    Tom ElliottT

    @boombasstic This is known and will be fixed automatically on the 15th, but please if you need to switch to the dev-branch and install it. Then you should be able to export reports.

  • Help Setting up replication across storage groups

    Solved
    5
    0 Votes
    5 Posts
    736 Views
    C

    @Tom-Elliott I figured it out.

    I was getting confused by the similar language between the installation process and storage group setup.

    A normal installation is just a fog storage node that has a web server and UI on it. A FOG network requires atleast one to work. However a Storage node can be set as the master of a storage group no matter the installation type.

    My problem was that because the storage node in the “Bris” storage group did not have a master node setup, the default group could not replicate any images or snapins over. All storage groups must have a master for it to work effectively.

    @Tom-Elliott feel free to clarify any of the above rant.

  • Having issues registering a new pc with Virtualbox vm running Fedora server.

    Unsolved
    3
    0 Votes
    3 Posts
    303 Views
    F

    Thank you for the information. I used a bare metal machine. I started with a VM but then just used a old pc. I tried it with Fedora then Ubuntu but did not have any luck. I did not get any errors when installing with the install script.

    I will take a look at the information you gave me and see if I can get anything working.

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

    6
    0 Votes
    6 Posts
    8k Views
    R

    @collegestjoseph Can you try out this testing kernel and let us know if it works? https://github.com/rluzuriaga/fos/releases/tag/EXP_20250927

  • Stuck at resizing after successful capture.

    Unsolved
    5
    0 Votes
    5 Posts
    3k Views
    Tom ElliottT

    @Fog_Newb Yep, it’s as I suspected:

    The Line:

    Subsystem sftp /usr/lib/openssh/sftp-server

    should be changed to:

    Subsystem sftp internal-sftp

    Then restart ssh services: systemctl restart sshd

    Then your Storage Node testing should succeed!

118

Online

12.3k

Users

17.4k

Topics

155.8k

Posts