• problem after deployment with release 1.5.10

    Unsolved
    4
  • Wireless PXE boot failed with Wi-Fi 6E AX211

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    george1421G

    @WT_101 As I mentioned, FOG doesn’t support imaging over wifi. The first roadblock that you will hit is iPXE because it needs the drivers and then your wifi settings to connect to. The second issue you will have is with FOS Linux, none of the wifi drivers are added into the kernel, nor is any of the wifi utilities compiled into the initrd file system. You would be better served with a usb ethernet adapter.

  • Erro ao captura imagem

    Unsolved
    2
    0 Votes
    2 Posts
    259 Views
    S

    @mattah_18 Is fast boot disabled on this machine? How do you shutdown the machine before capture?

  • error DHCP

    Unsolved
    3
    0 Votes
    3 Posts
    822 Views
    Tom ElliottT

    @pacodijou You likely need to rethink how FOG operates.

    The fact that you got into FOS itself (which is where you’re at) at least shows DHCP is working and passing the Options 66/67 appropriately, but it’s failing to get access to the fog server.

    Based on what I can see, the DHCP items are working properly, assuming 192.168.75.10 is the fog server since that’s also where it’s trying to connect to look for access directly to the fog server.

    Do you access the fog server at url:
    http://192.168.75.10/fog/index.php?

  • Problem trying to Capture eMMC drive, Lenovo

    Unsolved
    1
    0 Votes
    1 Posts
    319 Views
    No one has replied
  • Can't install snapins. Certification validation failed

    Unsolved
    5
    0 Votes
    5 Posts
    349 Views
    S

    @capitald Let’s take a step back. Before we get into this any further we need to think about the whole connection between fog-client and the FOG server. The fog-client wouldn’t get as far as loading a snapin if there was a general problem with the SSL certs and trust.

    So is must be very specific some issue at this stage. So you use the location plugin? Were both nodes setup with HTTPS (which is not the same encryption layer we are looking at here)?

  • Can't edit Locations

    Unsolved
    2
    0 Votes
    2 Posts
    195 Views
    J

    it appears to have fixed itself, i tried again on a whim today and im no longer having issues with the locations plugin. sooo problem solved i guess.

  • Please Enter TFTP Server

    Unsolved
    2
    0 Votes
    2 Posts
    336 Views
    Tom ElliottT

    @zuchowra This often happens because of either the DHCP server isn’t presenting boot options, but more often it’s because you ahve multiple things responding with what server should be used. The system has no idea which one to use, so it requests you manually enter it.

    Please check your dhcp server to ensure the boot option is sending option 66/boot server name

  • inaccessible boot device

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    R

    @AlexPDX @Sebastian-Roth it was something simple in the end

    BIOS > advanced > system options

    i turned off/unticked - configure storage controller for VMD

    basically its there version of RAID, untick it and its AHCI

  • resize ext4

    Unsolved
    3
    0 Votes
    3 Posts
    783 Views
    I

    @Wayne-Workman Hi Wayne, that was it - reb

  • Fog server update tp 1.5.9

    Solved
    5
    0 Votes
    5 Posts
    901 Views
    F

    Going to mark this as solve, my pc PS gave up the smoke and it killed the Drive so i lost my images.

    Thanks for the help

  • Error trying to restore GPT partition tables (restorePartitionsTablesAndBootLoaders)

    Unsolved
    8
    0 Votes
    8 Posts
    923 Views
    Tom ElliottT

    @AlkarimJ You would likely want to set the primary disk to /dev/sda

    It looks, at least from the image you provided, that it may be the nvme0n1p1-5 you have on “successful” machines may be 1TB (or at least large enough) to contain the raw image, but on the new machines these drives are smaller than the expected.

  • updating fog on centos 7

    Solved
    10
    0 Votes
    10 Posts
    970 Views
    S

    @robertkwild said in updating fog on centos 7:

    it took ages compiling the ipxe binarys but now its been succesfully updated

    THat’s right. Usually takes a few minutes depending on the CPU you have.

  • Exec format error during network boot

    Unsolved
    2
    0 Votes
    2 Posts
    902 Views
    S

    @danibashkov said in Exec format error during network boot:

    Could not boot image: Exec format error (http://ipxe.org/2e008001).

    Most likely the kernel image is missing or corrupt. Please check using the following command: file /var/www/{html/,}fog/service/ipxe/bzImage

    As well I may ask how your DHCP server is being setup? Did you say yes for FOG to install and setup DHCP for you on the FOG server or do you manage your own DHCP server in the network? Just asking because possibly this might be a 32/64bit issue as well.

  • Space Issue

    Solved
    3
    0 Votes
    3 Posts
    448 Views
    R

    @george1421 Once again sir, you are a legend. Fixed 🙂

  • Stuck at Bzimage or int when trying to deploy or full register

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    S

    @Warsonix Great you figured out how to switch to a different iPXE binary. You are welcome. Feel free to ask whatever issue you run into in a new topic.

  • Kernel Panic - Unable to mount root fs on unknown-block

    Unsolved
    8
    0 Votes
    8 Posts
    3k Views
    S

    @Can-eh-dian11 said in Kernel Panic - Unable to mount root fs on unknown-block:

    As suggested I gradually brought the FOG server and the clients closer together until eventually they were on the same switch/subnet and I’m still encountering the error.

    Good work! Although we have not found the root cause of this we did rule out a very important factor.

    We’ve also done some more deployments and have found that the issue isn’t as limited to a specific hardware vendor as we initially thought. There have been some recent Dell laptops where we are starting to see this pop up.

    So from what we know so far I would guess this is a driver issue in iPXE. Do all the devices showing this issue have the same or a similar network chip (same vendor)?

    Try using a different iPXE binary. Which one do you currently use? Are the devices set to UEFI or legacy BIOS mode?

  • Fog service is not accessible after reboot

    Solved
    4
    0 Votes
    4 Posts
    370 Views
    S

    @cidy-long-0 You can setup FOG with firewall but really need to know what you are doing. E.g. kernel updates through the web UI and image capture can be a problem if you get the firewall rules wrong.

  • Auto running .bat / batch file after imaging

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    Tom ElliottT

    @rivaldydwi Snapins are utilities to run a script, install a program, or what have you…

    Generally, speaking, you would use the Snapin Run With of cmd /c with .bat scripts, but this isn’t strictly necessary.

    .bat scripts ARE executable by nature and can be completely void ofr SRW/SRWA.

    If your bat file is expecting its own arguments, this is what you would run Snapin Run With Argument.

  • Lenovo P620

    Unsolved
    18
    1 Votes
    18 Posts
    3k Views
    S

    @terrigan You could try booting this particular model via USB key to get around the issue.

    https://forums.fogproject.org/topic/7727/building-usb-booting-fos-image/21

    Let us know if you need further information on this.

165

Online

12.2k

Users

17.4k

Topics

155.6k

Posts