• TFTP ERROR FILE NOT FOUND

    4
    0 Votes
    4 Posts
    2k Views
    george1421G

    @Trep76470 A windows dhcp server should work just fine. Is it OK to guess that your fog server is at ip address 192.168.21.220?

    The error message you first posted usually indicate a bios computer booting, but I don’t know leovo computers pxe boot process. Typically uefi computers would mention NBF.

    Are the pxe booting computers, dhcp server, and FOG server on the same IP subnet? If yes then we can use tcpdump running on the FOG server to capture what is actually flowing down the wire.

    Some things to check on your dhcp server.

    Make sure it is responding to both dhcp and bootp requests. Both bits of information need to be in the dhcp OFFER packet. If you have redundant dhcp servers, make sure you configure dhcp options 66 and 67 on both servers. Microsoft’s HA for dhcp does not copy over these settings.

    If you can not find the solution then I have a tutorial here: https://forums.fogproject.org/topic/9673/when-dhcp-pxe-booting-process-goes-bad-and-you-have-no-clue

    Look at the results with wireshark, specifically the OFFER packet. Look to see what dhcp servers are responding to the offer packet. Then in the offer packet look at the ethernet header. You are interested in the next-server and boot-file fields. They need to be populated and match the dhcp options 66 and 67 under the dhcp options section. If you can not understand what you see in the pcap file, then upload it to a file share site and then either post the link here or DM me using fog chat the url and I will look at it.

  • Group Management Edit:

    2
    0 Votes
    2 Posts
    351 Views
    K

    hey guys
    Is it possible that the Subnet Group Management plugin automatically places a location on a new host that was done through quick registration and inventory using the subnet that this host is on?

  • Question on hostname changer

    1
    0 Votes
    1 Posts
    398 Views
    No one has replied
  • Dual boot - Grub Issue after deploying

    4
    0 Votes
    4 Posts
    1k Views
    S

    @Tedamp Just to add to this topic: FOG does not mess with the EFI boot loader entries. You have to do this yourself. You might wanna read this topic as well: https://forums.fogproject.org/topic/16703/dual-boot-2-disks-unable-to-boot-grub/2

  • Showing Last Check-in Time

    9
    0 Votes
    9 Posts
    3k Views
    S

    @FlareImp said in Showing Last Check-in Time:

    dumb question but where would I find the log file for hooks?

    See my signature.

  • Boot PXE impossible

    3
    0 Votes
    3 Posts
    2k Views
    davido38D

    Bonjour,

    quel est le serveur dhcp ?

  • IP Helper on Aruba Switch

    3
    0 Votes
    3 Posts
    3k Views
    D

    To set up an IP helper on your Aruba switch, you can follow these steps:

    Log in to your Aruba switch using an administrator account.

    Navigate to the switch’s configuration interface.

    Find the DHCP configuration section and locate the IP helper settings.

    Add the IP address of your FOG imaging server to the IP helper configuration.

    Specify the VLAN that the PXE boot requests will be sent on, which in your case is VLAN 100.

    Redirect the PXE boot requests to the management VLAN, which in your case is VLAN 4.

    Save the configuration and restart the switch if necessary.

    To ensure that only PXE boot requests are redirected to the imaging server, you can configure the firewall rules on the switch. You can create a rule that only allows PXE boot traffic to be forwarded to the IP address of your imaging server.

  • Very slow imaging performance on XCP-NG guest vm

    Moved Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    D

    @Milheiro Zstd level is compression level right? That I’m aware of. Makes sense if you increase compression that it would take longer to capture/deploy. What I was experiencing was linux kernel level errors, only when deploying to a virtual disk that resides on the xenserver’s local storage array. I wonder if it is something like Truenas where it performs worse when you let the storage controller handle the array vs a soft-raid controlled by the OS.

  • uefi and legacy coexistence

    Moved
    7
    0 Votes
    7 Posts
    2k Views
    W

    @george1421 @Tom-Elliott
    thank you for your answers.

    @george1421 i try your solution and is start ! thank you

  • PXE-Boot not working

    2
    0 Votes
    2 Posts
    602 Views
    No one has replied
  • PXE-Boot won't work

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    W

    After turning off the firewall on my Ubuntu VM, the install finally worked. I will close this thread and look into the correct firewall configuration.

  • VM won't boot from PXE on proxmox

    12
    0 Votes
    12 Posts
    8k Views
    JJ FullmerJ

    @ordinatous said in VM won’t boot from PXE on proxmox:

    @JJ-Fullmer
    Yes FOG on esxi , but I’m sure it’s not the problem.

    I’m not saying it’s a problem, it’s a great way to host your fog server. I was suggesting making your VM to capture from on esxi instead of proxmox.

  • Windows delete pxe boot after deploy

    5
    0 Votes
    5 Posts
    1k Views
    L

    I try to run the script as snapin
    But I get no c:\temp\firmware.txt file
    I think the script is not executed

    Here is the command line viewed on the fog console:
    powershell.exe -ExecutionPolicy RemoteSigned -NoProfile -File boot-uefi.ps1

    I get this log

    ------------------------------------------------------------------------------ 31/03/2023 16:08:35 Client-Info Client Version: 0.11.19 31/03/2023 16:08:35 Client-Info Client OS: Windows 31/03/2023 16:08:35 Client-Info Server Version: 1.5.8 31/03/2023 16:08:35 Middleware::Response Success 31/03/2023 16:08:35 SnapinClient Running snapin boot-uefi-pxe-first 31/03/2023 16:08:35 Middleware::Communication Download: http://148.60.x.x//fog/service/snapins.file.php?mac=B8:85:84:AC:89:FA&taskid=5453 31/03/2023 16:08:36 SnapinClient C:\Program Files (x86)\FOG\tmp\boot-uefi.ps1 31/03/2023 16:08:36 Bus Emmiting message on channel: Notification 31/03/2023 16:08:36 SnapinClient Starting snapin 31/03/2023 16:08:40 SnapinClient Snapin finished 31/03/2023 16:08:40 SnapinClient Return Code: 0 31/03/2023 16:08:40 Bus Emmiting message on channel: Notification 31/03/2023 16:08:40 Middleware::Communication URL: https://fogus/fog/service/snapins.checkin.php?taskid=5453&exitcode=0&mac=B8:85:84:AC:89:FA&newServ

    Any idea ?

  • Which pxe file to use

    8
    0 Votes
    8 Posts
    7k Views
    S

    @george1421 All those binaries are shipped with FOG and installed by default - see the list of ipxe binaries on github.

    It’s more or less a question on which binary we make the default when generating the dhcpd.conf - which obviously not everyone is using anyway.

  • How to setup multi-site fog

    2
    0 Votes
    2 Posts
    617 Views
    S

    @ITSLUIGICASALE said in How to setup multi-site fog:

    I’ve made some work on this, but replication seems to hang many times

    Can you be more specific on why you think the replication hangs? Best if you can lost log files to proof what you think is happening.

  • Storage Node Image replication Firewall port

    3
    0 Votes
    3 Posts
    896 Views
    P

    @Sebastian-Roth thank you for your guidance.

  • WOL Not Working After Imaging

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    S

    @Flyer said in WOL Not Working After Imaging:

    I guess they only way to know is to test.

    Exactly. 🙂

  • Domain username name not auto populating in field

    3
    0 Votes
    3 Posts
    852 Views
    JYostJ

    @Sebastian-Roth
    Thank you Sebastian, I will give that a try. Thanks again for the excellent support! You can close this ticket.

  • Imagin Fails Every time

    5
    0 Votes
    5 Posts
    1k Views
    F

    With the bad RAM removed the system imaged just fine with the same image. Thanks again.

  • Help Adding Images HD to new FOG Server

    2
    0 Votes
    2 Posts
    445 Views
    george1421G

    @DCSOTech OK make sure I understand, you have a 6TB drive that already has FOG images on it and you want to preserve your image files?

    If the drive is already connected to your fog server (but not necessarily ubuntu) key in this command and put the output here.

    lsblk

    This command will show block devices on the computer (think hard drives). From that output we can give you the next steps.

    Also one question to avoid many turns on questions. Is your current fog server a new fog server without any captured images, where you want to bring in the new 6TB drive before you start capturing images? (its important to know the approach we will take to connect the drive if we need to save what is currently on the fog server).

83

Online

12.6k

Users

17.6k

Topics

156.5k

Posts