• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Switch latest ver. of Fog to undionly.kkpxe

Scheduled Pinned Locked Moved Solved
FOG Problems
2
12
2.4k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U
    UCJared
    last edited by Jul 11, 2017, 10:15 PM

    Server
    • FOG Version: 1.4.4
    • OS: Ubuntu 12.04
    Client
    • Service Version:
    • OS:
    Description

    I am uploading an image to Fog from an HP ProBook 655 G3 laptop using a Realtek PCIe 2.64 controller and the undionly.kpxe file reports “No configuration methods succeeded” and quits.

    In the older version of Fog I was able to switch to the undionly.kkpxe and that fixed the issue but I’m having a heck of a time finding the settings for that in this version and searching the forums is bringing up information for older server versions.

    I’m using the Fog server as dhcp but the dhcpd.conf file looks very different and I’m not seeing the option 67 line to edit. I’m looking in the wrong spot and could use a hint.

    Thanks
    Jared

    1 Reply Last reply Reply Quote 0
    • U
      UCJared @george1421
      last edited by Jul 12, 2017, 12:08 AM

      @george1421
      Thanks for the clarification. The error is occurring before we reach the Fog menu.

      The dhcpd.conf file shows several class definitions and most of them point to ipxe.efi.

      I’m not using uefi on these laptops; they are all set to Legacy boot. I set the Legacy class file option to ipxe.kpxe …

      AND IT WORKED. Ah ha! I understand better now.

      Thanks so much for the help.

      G 1 Reply Last reply Jul 12, 2017, 1:15 AM Reply Quote 1
      • G
        george1421 Moderator
        last edited by Jul 11, 2017, 10:27 PM

        Can you test an idea I have. Please place a dumb (unmanaged) network switch between the pxe booting computer and the building switch. If this resolves the issue then you may be running into a spanning tree issue or a green ethernet issue. Just test this first and we will work towards step 2

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

        1 Reply Last reply Reply Quote 0
        • U
          UCJared
          last edited by Jul 11, 2017, 10:29 PM

          Thanks for the quick reply. I saw that option listed in several older posts during my search and tried it. I connected the laptop to an 8-port dumb switch connected to the switch my fog server is on and the problem persists.

          1 Reply Last reply Reply Quote 0
          • G
            george1421 Moderator
            last edited by george1421 Jul 11, 2017, 4:38 PM Jul 11, 2017, 10:38 PM

            ok then lets look at a different ipxe kernel. Lets change the ipxe kernel to ipxe.kpxe Those realtek nics have been a problem more often than not.

            Also make sure your firmware is updated on your pxe booting computer too.

            For your dhcp server you might want to review example 1 here, this is an ideal dhcp server configuration: https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

            G U 2 Replies Last reply Jul 11, 2017, 10:39 PM Reply Quote 0
            • G
              george1421 Moderator @george1421
              last edited by Jul 11, 2017, 10:39 PM

              @george1421 The undionly.xxxx files use the built in undi driver in the network adapter. Sometimes these drivers are a bit flaky. The ipxe.xxx ipxe kernels use the native ipxe drivers and not the sometimes flaky on board undi drivers in the network adapters.

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

              1 Reply Last reply Reply Quote 0
              • U
                UCJared
                last edited by Jul 11, 2017, 10:40 PM

                Okay, I’m going to give this a try and report back.

                G 1 Reply Last reply Jul 11, 2017, 10:44 PM Reply Quote 0
                • G
                  george1421 Moderator @UCJared
                  last edited by Jul 11, 2017, 10:44 PM

                  @UCJared And just for clarity its only the Probook 655 that has the issue. Other devices plugged into the same network port pxe boots just fine into the FOG iPXE menu?

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                  U 1 Reply Last reply Jul 11, 2017, 11:04 PM Reply Quote 0
                  • U
                    UCJared @george1421
                    last edited by Jul 11, 2017, 11:04 PM

                    @george1421
                    Yes sir.
                    I have several ProDesk 600 G3 PCs here that are imaging just fine. They are Intel chipsets and we seems to have good luck with those (fingers crossed).

                    These ProBook 655s are AMD chipsets and they’ve been bad luck for me.

                    1 Reply Last reply Reply Quote 0
                    • U
                      UCJared @george1421
                      last edited by UCJared Jul 11, 2017, 5:15 PM Jul 11, 2017, 11:14 PM

                      @george1421
                      I’m sorry to report that I’m not sure how to do this now. If I remember correctly, the 1.3 Fog server had an option field in the web console to set the various kernels. I can’t find anywhere in the 1.4.4 web console to change to the ipxe.kpxe kernel.

                      G 1 Reply Last reply Jul 11, 2017, 11:30 PM Reply Quote 0
                      • G
                        george1421 Moderator @UCJared
                        last edited by george1421 Jul 11, 2017, 5:30 PM Jul 11, 2017, 11:30 PM

                        @UCJared We are not in FOS yet are we? If I remember correctly the “no configuration options” error was in iPXE. (a picture snapped with a mobile would tell the context of the error, its almost as important as the error itself). If this is iPXE then that is managed by your dhcp server (ipxe.pxe vs undionly.kpxe) that is all done before you make a FOG menu selection. If you are seeing the error after you make a fog menu selection then that is the FOS engine[ bzImage and init.xy] (customize linux OS for capturing and deploying images)

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                        U 1 Reply Last reply Jul 12, 2017, 12:08 AM Reply Quote 0
                        • U
                          UCJared @george1421
                          last edited by Jul 12, 2017, 12:08 AM

                          @george1421
                          Thanks for the clarification. The error is occurring before we reach the Fog menu.

                          The dhcpd.conf file shows several class definitions and most of them point to ipxe.efi.

                          I’m not using uefi on these laptops; they are all set to Legacy boot. I set the Legacy class file option to ipxe.kpxe …

                          AND IT WORKED. Ah ha! I understand better now.

                          Thanks so much for the help.

                          G 1 Reply Last reply Jul 12, 2017, 1:15 AM Reply Quote 1
                          • G
                            george1421 Moderator @UCJared
                            last edited by Jul 12, 2017, 1:15 AM

                            @UCJared Excellent, I’m glad you have it worked out. ipxe.kpxe “should” work for all hardware nics, you may run into an odd-ball one where undionly.kpxe works better. The advantage of undionly.kpxe is that is smaller and quicker to load and usually a better chance of compatibility (except for those darn realtek chips).

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            1 / 1
                            • First post
                              2/12
                              Last post

                            239

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project