• HP Elitebook 840 G8

    10
    0 Votes
    10 Posts
    3k Views
    S

    @Dungody Please keep us posted on your findings. As soon as there is a fix in iPXE we cann add the to the dev-branch version.

    Also feel free to ask here if you need help with providing the information the iPXE developers will definitely ask you for.

  • Hardware compatibility issue

    2
    0 Votes
    2 Posts
    304 Views
    S

    @LuisTemporal What kind of failures do you think might occur? Can’t promise you FOG will work with each and every hardware out there but as we rely on the Linux kernel as a basis the list of supported hardware is immense. It’s up to you though. FOG is open source and you can ask for help with specific hardware or even get your hands dirty and compile you own kernel with added drivers if needed.

  • Dell Latitude 5420 won't boot to PXE

    Solved
    4
    0 Votes
    4 Posts
    5k Views
    rogalskijR

    @george1421

    We found that we had to fiddle with a good many settings in the bios including UEFI boot path security and a few others. Even then the only way we can get to it is by doing “F12” and manually choosing PXE Boot which is very strange. It works after that however. This can be closed out.

  • HP 260 G4 desktop mini

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    S

    @MedericLPS As you can see in the last post by @Captain_Adam the update to dev-branch fixed the issue.

  • Your kernel is most likely missing the correct driver

    14
    0 Votes
    14 Posts
    2k Views
    L

    @george1421 Thank you for the assistance you have provided in this. , I can’t thank you guys enough for your support and hard work you guys do for the community.

  • rEFInd PXE booting issue

    Solved
    40
    0 Votes
    40 Posts
    17k Views
    Y

    @george1421 When I renamed refind.efi to refind_x64.efi, it worked as intended. Thank you for your help, I really appreciate it.

  • HP Elitebook 840 G7 - Building over WiFi

    8
    0 Votes
    8 Posts
    2k Views
    D

    @george1421
    im just getting chain loading errors - we have the usbc to ethernet. that will have to do meantime.

    Cheers for the help there. much appreciated.

    Duncan

  • DELL Optiplex 3070 - Only Host EFI Exit Type REFIND_EFI works

    1
    0 Votes
    1 Posts
    367 Views
    No one has replied
  • 10th Gen NUC BXNUC10i5FNK1 Drivers Kernel

    19
    0 Votes
    19 Posts
    3k Views
    D

    @chris_unit As long as it is default NO. Otherwise you have to change it to bzimage and bzimage32 in fog system settings TFTP Server

  • Lenovo T14 Gen 2

    20
    1 Votes
    20 Posts
    4k Views
    M

    @saad-naeem
    @dustindizzle11

    Thank you guys both for the heads up!
    Just got more of these models in stock.
    Didn’t think about it until the imaging hung. (I have not updated FOG kernel…)

    Using USB-C LAN adapters and those are helping to get the job done.

    I may try updating the FOG kernel, in which case I’ll post here about results.

    -Maurice

  • Dell Latitude 3520 won't boot into PXE IPv4

    7
    0 Votes
    7 Posts
    5k Views
    george1421G

    @kwalker said in Dell Latitude 3520 won't boot into PXE IPv4:

    @sebastian-roth I’d like to join this chain since I’m running into these issues with the 7320s. As the previous models we’ve used had legacy boot, I believe I’ll need to configure the DHCP server to provide iPXE binaries. Is there a how-to you can recommend for this process?

    MOD Note: In your case the issue is different than the OP of this thread. So with that in mind I would like you to start a new thread to discuss the issue. If we mix issues in one thread people who find the thread later on will get confused because the subject is X and then people start talking about Y. But to give you a little light reading before you create your own thread on the problem, look over this article. https://wiki.fogproject.org/wiki/index.php/BIOS_and_UEFI_Co-Existence#Using_Windows_Server_2012_.28R1_and_later.29_DHCP_Policy

    in your most recent post make sure the policies are enabled on the dhcp server as well as you have all of the right hardware types defined both type 7 and 9 for 64 bit uefi.

  • Dell OptiPlex 5080 - Fails at connecting with boot.php

    Solved
    16
    0 Votes
    16 Posts
    3k Views
    RAVR

    @george1421 Yeah, it seems it was the drivers for the ethernet port itself that needed to be updated. So weird. You’d think that would have been tested before the device was even shipped out, too, but evidently not… It really is an odd one.

    Thanks for sticking it out with us! The help is much appreciated.

  • PXE Boot HP X2 210 (Hybrid tablet Windows 10 Pro)

    Solved
    157
    0 Votes
    157 Posts
    233k Views
    B

    @sebastian-roth
    thought it is not too old. My fault…
    We will update the server and see what happens.
    Thanks meanwhile.
    Have a nice week
    Greets
    JT

  • Dell Optiplex 3020M does not get past pxe over IPV4

    6
    0 Votes
    6 Posts
    1k Views
    U

    Thanks everyone for the input…finally got it to work. I tried snponly.efi no go.

    This is the combination that worked.
    BIOS A15
    Legacy mode is on
    undionly.kpxe on the advanced DHCP option

  • HP 240 G7

    10
    0 Votes
    10 Posts
    1k Views
    T

    @sebastian-roth

    ipxe.pxe works,
    I will test if with the other computers it still works.
    Thank you for your help.

  • DELL 5060

    24
    0 Votes
    24 Posts
    6k Views
    T

    @sebastian-roth

    Good news everyone.
    Problem seems to be resolved, image is deployed normally.
    Thank you for your investment and your speed.

  • Dell Optiplex 7080 Network error

    12
    0 Votes
    12 Posts
    2k Views
    george1421G

    @cello said in Dell Optiplex 7080 Network error:

    First: DELL Optiplex 7080 works very well with FOG Version 5.10.34

    Great to here! I should have some o7090s in the next few days (weeks) so those should work too. I don’t know why the integrated kernel update program did not work for you, but I’m glad you have it worked out.

  • iPXE iso vs iPXE FOG

    23
    0 Votes
    23 Posts
    6k Views
    D

    I was getting similar myself with the ipxe Rom hanging at “iPXE initializing devices”. The solution was to build a fresh undionly.kpxe (https://wiki.fogproject.org/wiki/index.php/IPXE#Compile).
    Before you bake, modify general.h to comment out or remove the following lines:
    #define DOWNLOAD_PROTO_HTTPS
    #define IMAGE_TRUST_CMD
    #define CERT_CMD
    Then compile, and copy the rom to your tftp folder.

  • Which USB 3.0 ethernet adapter?

    5
    0 Votes
    5 Posts
    1k Views
    B

    @george1421 said in Which USB 3.0 ethernet adapter?:

    @bristow-0 OK I can say I’ve never heard of an “LDLC Aurore” computer before. It must be a local French brand. If you want to pxe boot then you will need to get a usb network adapter that LDLC computer’s support.

    This is Clevo. The good thing is that they provide PCs without OS.

    Now for a uefi computer making the computer boot iPXE from the flash usb drive is pretty easy. https://forums.fogproject.org/topic/6350/usb-boot-uefi-client-into-fog-menu-easy-way Understand that “trick” only works for uefi based computers. BIOS computer’s can’t boot using this method.

    Cool, thanks a lot !!

100

Online

12.2k

Users

17.4k

Topics

155.6k

Posts