• Bypass host registration and password

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    D

    thanks @Tom-Elliott

    worked for me in the fog.deployimage option
    like this
    params
    param mac0 ${net0/mac}
    param arch ${arch}
    set username myuser
    set password mypassword
    param username ${username}
    param password ${password}
    param qihost 1
    isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
    isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme

    The Problem with my previous approach was i tried do set this in one line
    like

    params
    param mac0 ${net0/mac}
    param arch ${arch}
    param set username myuser
    param set password mypassword
    param qihost 1
    isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
    isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme

    make obviously no sense when i look at it now 😉

  • "Deploy Image" Not Working for HP Probook 450 G9

    Solved
    17
    1 Votes
    17 Posts
    4k Views
    S

    @LLamaPie Thanks for testing and letting me know.

  • Active Directory Fields Randomly Clearing

    Unsolved
    2
    0 Votes
    2 Posts
    570 Views
    JJ FullmerJ

    @JJ-Fullmer I think I have determined this is a problem in an internal process with the api. Gonna try to narrow it down some more.

  • Fog Snap-In Permissions Issue?

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    S

    @Richarizard504 Then I may suggest you provide the full fog.log file from that client having the issue. We might find out what’s wrong with some more context.

  • 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
    386 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
    1k 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
    444 Views
    No one has replied
  • Can't install snapins. Certification validation failed

    Unsolved
    5
    0 Votes
    5 Posts
    742 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
    313 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
    478 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
    2k Views
    I

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

  • Fog server update tp 1.5.9

    Solved
    5
    0 Votes
    5 Posts
    1k 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
    1k 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
    2k 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
    1k 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
    666 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
    2k 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.

123

Online

12.6k

Users

17.5k

Topics

156.4k

Posts