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

    IPxe Initialising devices erro

    Scheduled Pinned Locked Moved Solved
    General Problems
    3
    14
    3.0k
    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.
    • Z
      zago123
      last edited by

      Hi,

      I need help,

      I have a stock of computers to format by fog, but these computers are in error, do not leave this part, is initialising devices and crashes in that, I can not boot the pxe and fog.

      my fog is working normally with other computers, version 1.4.4.

      0_1513614475771_WhatsApp Image 2017-12-18 at 14.22.43.jpeg

      thanks

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

        @zago123 Well, please tell us more about the computer model you have issues with. Exact model name, ethernet card (screenshot of the details from Windows device manager for example).

        The picture you posted looks like you are booting those machines in legacy BIOS mode (using undionly.kpxe). Have you tried switching to UEFI (using ipxe.efi binary) yet?

        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 1
        • Q
          Quazz Moderator
          last edited by

          Some devices need a different boot binary to load correctly.

          Try ipxe.pxe instead of undionly.kpxe for example

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

            @Quazz Yes, very true that is.

            @zago123 You may even try undionly.kkpxe (note the double ‘k’). This definitely helps in some cases - I just keep forgetting about this as it is less and less the case.

            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
            • Z
              zago123
              last edited by

              config computer : itautec sm 3330

              I think this model only exists here in Brazil

              http://www.itautec.com.br/media/713650/placa-mae-sm3330_itautec_ jan2011-v1.pdf

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

                @zago123 Ok, so the manual states it has a Realtek 8111DP Gigabit NIC onboard. That’s good to know. In our (not at all complete) hardware list in the wiki you find several RTL8111 based chips mentioned in the motherboard section. As well on the iPXE drivers page the RTL8111 is listed. So there is a good chance you can make this work.

                As suggested try different iPXE binaries like realtek.kpxe, realtek.kkpxe, ipxe.pxe and undionly.kkpxe for starters.

                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

                Z 1 Reply Last reply Reply Quote 0
                • Z
                  zago123 @Sebastian Roth
                  last edited by

                  @sebastian-roth

                  sorry,
                  I’m a beginner in this part, could you explain better how?

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

                    @zago123 What is serving the DHCP offers in your network? Is it the FOG server, a Windows DHCP server, a router, plus maybe dnsmasq or something entirely different? I can’t give you a general answer before I know how your setup looks like.

                    As an advice if someone else (network team) does all the DHCP stuff, tell them to look into changing the DHCP option 67 (a.k.a. bootfile name).

                    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

                    Z 1 Reply Last reply Reply Quote 0
                    • Z
                      zago123 @Sebastian Roth
                      last edited by zago123

                      @sebastian-roth

                      i use ubuntu server, i use isc-dhcp-server, I’ll try to change
                      I’m going to add dhcp 66 and 67 in the configuration file dhcpd.conf

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

                        @zago123 You already have those options in dhcpd.conf. Just exchange undionly.kpxe with the other things we mentioned and see if you can make the machines boot properly.

                        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

                        Z 1 Reply Last reply Reply Quote 0
                        • Z
                          zago123 @Sebastian Roth
                          last edited by

                          @sebastian-roth

                          ok, i will try, thanks for the help

                          1 Reply Last reply Reply Quote 0
                          • Z
                            zago123
                            last edited by

                            I managed to solve it, thank you all.

                            I switched the undionly.kpxe to undionly.kkpxe (double kk).

                            My machines that already worked with undionly.kpxe still worked with undionly.kkpxe? or will I have to do one more line of code class for the undionly.kkpxe?

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

                              @zago123 said in IPxe Initialising devices erro:

                              My machines that already worked with undionly.kpxe still worked with undionly.kkpxe? or will I have to do one more line of code class for the undionly.kkpxe?

                              There is no Yes-or-No answer to this. Some Ethernet cards are just different (say a bit buggy). There is nothing wrong with using undionly.kkpxe as long as it works for you. If it does for all your machines then stick to it.

                              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

                              Z 1 Reply Last reply Reply Quote 0
                              • Z
                                zago123 @Sebastian Roth
                                last edited by

                                @sebastian-roth

                                ok, thanks for the help

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

                                157

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project