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

    Fresh VM and Fog 1.2.0 install having issues with iPXE boot

    Scheduled Pinned Locked Moved
    FOG Problems
    5
    62
    26.2k
    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.
    • J
      jcook
      last edited by

      After a new install of Fog 1.2.0 on Ubuntu Server 14.04 LTS I having issues with getting to the PXE menu. I get something like “Error 040ee119”. The machines that I have tried it on get the same error, we have Dell 3010 and older Dells.

      I set the option 66 to Fog server IP and 67 to undionly.kpxe.

      I saw another thread about getting the latest version of undionly.kpxe which caused the PXE boot to hang it seemed.

      I have not tried anything with the fog kernel. Any ideas are appreciated. I can provide any other troubleshooting information needed.

      Thanks

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        Does your network currently use STP (Spanning Tree Protocol?)

        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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • J
          jcook
          last edited by jcook

          It looks like it does, networking is not my strong suite unfortunately. When I get in one of the switch UI’s i noticed there are setting in the STP section. EDIT: I did do some reading and then check the STP settings again and wanted to give an update incase it helps. The swithes are using Rapid STP (802.1w).

          george1421G 1 Reply Last reply Reply Quote 0
          • george1421G
            george1421 Moderator @jcook
            last edited by

            @jcook What you want to look for is to enable RSTP, portfast, or fast stp (called different things by switch vendors). You also want to disable any green ethernet or 802.3az modes on your switch.

            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
            • J
              jcook
              last edited by

              Looks like RSTP was already enabled. I am trying to find if there are any green ethernet settings.

              george1421G 1 Reply Last reply Reply Quote 0
              • george1421G
                george1421 Moderator @jcook
                last edited by george1421

                @jcook If you can find a cheap unmanaged switch. Put that between your building network switch and the target computer. See if that helps. That will surely give us a direction.

                The other thing I didn’t see mentioned is what is the manufacturer and model of the target device you are trying to boot?

                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
                • J
                  jcook
                  last edited by

                  Right now a Dell 3010.

                  george1421G 1 Reply Last reply Reply Quote 0
                  • george1421G
                    george1421 Moderator @jcook
                    last edited by

                    @jcook Ok what is the version number of the FOG Kernel? Its possible that you need to update the kernel to support the 3010. I can say the 1.2.0 trunk build (i.e. pre-1.3.0) supports the 3010 out of the box. But that also has a current set of drivers.

                    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
                    • J
                      jcook
                      last edited by

                      I didn’t make any changes really yet. I started getting the error after I first tried to PXE the 3010. How can check the kernel version?

                      1 Reply Last reply Reply Quote 0
                      • S
                        Sebastian Roth Moderator
                        last edited by Sebastian Roth

                        To get the kernel version run file /var/www/html/fog/service/ipxe/bzImage*

                        Or you can check (and update) the kernel version via the web interface (FOG Configuration)…

                        Other than fully upgrading to FOG trunk you can get the newest iPXE binaries or just try different binaries that were shipped with FOG 1.2.0 (e.g. undionly.kkpxe or ipxe.pxe).

                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                        1 Reply Last reply Reply Quote 0
                        • J
                          jcook
                          last edited by

                          I get this on the server:

                          /var/www/html/fog/service/ipxe/bzImage: x86 boot sector
                          /var/www/html/fog/service/ipxe/bzImage32: x86 boot sector

                          I will also try those suggestions now and report back.

                          1 Reply Last reply Reply Quote 0
                          • george1421G
                            george1421 Moderator
                            last edited by

                            If you can sustain a little of instability, I might recommend that you upgrade to the latest trunk build (pre 1.3.0 release). That way you will be assured you have the latest drivers and boot images and support for uefi firmware, gpt disks and windows 10.

                            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
                            • J
                              jcook
                              last edited by jcook

                              Using ipxe.pxe i get the original error again. With undionly.kkpxe "Could not start download: Operation not supported (http://ipxe.org/3c092003).

                              In another post (that I think most of you were helping me with too :D) I was trying to use .032 and I think the error was the same. I am beginning to believe its the network and not fog. I might try to see if Adtran support can help me if I can explain the problem to them.

                              1 Reply Last reply Reply Quote 0
                              • Wayne WorkmanW
                                Wayne Workman
                                last edited by Wayne Workman

                                I agree with George, you should try fog trunk before escalating the issue - when simply upgrading to trunk might totally resolve the issue.

                                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!
                                Daily Clean Installation Results:
                                https://fogtesting.fogproject.us/
                                FOG Reporting:
                                https://fog-external-reporting-results.fogproject.us/

                                1 Reply Last reply Reply Quote 0
                                • S
                                  Sebastian Roth Moderator
                                  last edited by

                                  @jcook That’s interesting. For me file is reporting the kernel version:

                                  /var/www/html/fog/service/ipxe/bzImage:      Linux kernel x86 boot executable bzImage, version 4.5.0 (root@debian64) #1 SMP Mon Mar 14 06:35:01 EDT 2016, RO-rootFS, swap_dev 0x6, Normal VGA
                                  /var/www/html/fog/service/ipxe/bzImage32:    Linux kernel x86 boot executable bzImage, version 4.5.0 (root@debian64) #1 SMP Mon Mar 14 06:36:15 EDT 2016, RO-rootFS, swap_dev 0x6, Normal VGA
                                  

                                  This is FOG trunk kernel. You’ll probably see 3.x.y version. See if you can find out about the kernel version via web GUI -> FOG Configuration -> Kernel Update

                                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                  1 Reply Last reply Reply Quote 0
                                  • J
                                    jcook
                                    last edited by

                                    When I go to the “Kernel Update” section of the GUI I don’t see an indication of my current kernel. I don’t mind trying updating kernel to make sure I have the latest, just not sure which to choose.

                                    Also upgrading to trunk isn’t a problem either if someone can point to guide I can do that too or first.

                                    george1421G 1 Reply Last reply Reply Quote 0
                                    • george1421G
                                      george1421 Moderator @jcook
                                      last edited by

                                      @jcook Here is a guide for updating to the latest trunk build. https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk

                                      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
                                      • J
                                        jcook
                                        last edited by jcook

                                        I have upgraded to trunk and this is what my PXE boot looks like, I noticed another error I might have over looked. Since I’m not sure what any of it means Ill just let u see the screen shot. This is with undionly.kpxe. alt text

                                        Also I forgot to mention the fog server and the clients are on different vlans. I was thinking of moving fog to the same vlan and see if that helps just not sure it will.

                                        1 Reply Last reply Reply Quote 0
                                        • george1421G
                                          george1421 Moderator
                                          last edited by george1421

                                          That picture speaks volumes.
                                          The PXE rom is requesting iPXE (good). iPXE kernel get loaded (good), iPXE isn’t able to pickup a dhcp address (bad).

                                          Do you have access to a hub or an unmanaged switch you can place between the computer and your building switch?

                                          So far this is not a vlan issue, but an issue with iPXE being able to pick up a dhcp address. The most frequent reason is that spanning tree is not forwarding right away (but you said RSTP was enabled). So by the time STP switches to the forwarding rate, the iPXE kernel has already given up.

                                          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
                                          • J
                                            jcook
                                            last edited by jcook

                                            I am actaully a lone IT guy here at a small school. The firewall and core switches are in my “office”. My understanding ( and I may have things wrong) each vlan has its own DHCP server. Our “Wired” vlan has the fog tftp info, but the “Management” vlan has a tftp server for out access points. However for the “Management” vlan the tftp sever isn’t supplied via option 67 but another setting in the DHCP server. Should I try leaving the other tftp setting alone and adding the options 66 and 67?

                                            Should I put the dumb switch between the client and the core, the firewall/dhcp, or just between the client and a smart switch( if that mkes since lol)?

                                            EDIT: Also is this something I might be able to fix by adjusting RSTP timings?

                                            george1421G 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 1 / 4
                                            • First post
                                              Last post

                                            203

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project