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

    HP 4530s - PXE-E3B

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    25
    7.6k
    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.
    • R
      RLane
      last edited by

      Hello -

      I’m currently trying to image a HP ProBook 3530s with the most recent kernel and FOG 1.1.0 – I’m not sure if it worked with 1.0.1 but did with 0.33b.

      I’m getting a E3B TFTP error when it’s trying to find the file, but a ProBook 4540s works. I’m currently running on a 12.02 environment, fresh install.

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

        What, if any, “undionly/ipxe” files have you tried in place of the default undionly.kpxe?

        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
        • R
          RLane
          last edited by

          I haven’t tried any – using the newer version of FOG has thrown me off a bit. I’ve tried to search around a bit but couldn’t find anything really similar to my problem. You’re suggesting to change the pxe file?

          066 is set to 10.5.1.20
          067 is set to undionly.kpxe

          1 Reply Last reply Reply Quote 0
          • R
            RLane
            last edited by

            Anything worth noting I could try? Worse case I can revert to an older version – unfortunately our district has hundreds of these HPs.

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

              One method that might work for your scenario is following one of the WIKI articles and seeing if it helps you out:

              [url]http://www.fogproject.org/wiki/index.php/Building_undionly.kpxe[/url]

              OR

              [url]http://www.fogproject.org/wiki/index.php/Chainloading_PXE_to_iPXE_using_pxelinux.0[/url]

              Preferably try the First link and see if that helps, if it doesn’t try the second.

              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
              • R
                RLane
                last edited by

                I went through and tried both of these, neither of them ended up working. The only way I could get it past the

                “PXE-T01: No such file
                PXE-E3B: TFTP Error - File Not Found”

                Was to use the Clonezilla live boot CD – but even then that was hit and miss on certain devices. For example, it would work on a HP 4540s but not a 4530s; see attached. It’s pointing to pxelinux.0 in the screenshot for some reason, but it works on other devices and pulls undionly.kpxe.

                Currently using:

                Unofficial Published Kernels
                Kernel - 3.14.5 TomElliottCore
                Date : June 5, 2014
                Version: 3.14.5
                FOG Type: TomElliottCore
                Arch Type: (x86_64)

                [url=“/_imported_xf_attachments/0/947_photo.JPG?:”]photo.JPG[/url]

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

                  Do you have multiple TFTP server’s on the same subnet handing out files? It sounds to me like this is the case. That or the firmware for the PXEBoot on those systems is programmed to seek out pxelinux.0 specifically, one way to test that theory would be to create a link to the undionly.kpxe as pxelinux.0
                  [code]sudo ln -s /tftpboot/undionly.kpxe /tftpboot/pxelinux.0[/code]

                  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
                  • R
                    RLane
                    last edited by

                    [quote=“Tom Elliott, post: 29658, member: 7271”]Do you have multiple TFTP server’s on the same subnet handing out files? It sounds to me like this is the case. That or the firmware for the PXEBoot on those systems is programmed to seek out pxelinux.0 specifically, one way to test that theory would be to create a link to the undionly.kpxe as pxelinux.0
                    [code]sudo ln -s /tftpboot/undionly.kpxe /tftpboot/pxelinux.0[/code][/quote]

                    Strangely enough, no. This is an entire new network structure and this is the only TFTP server on the entire network. With that said, this change did work, perhaps this was a very old model. Question though, we have over 120 HP ProBook 4530s - is there a way to add the driver to the kernel to actually get it working? Using a flash drive is fine, but if there’s a better/easier way to make it work, please let me know.

                    Thanks Tom - Love FOG and the entire project.

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

                      With the link in place, can you try net booting the systems? It’s most likely attempting to look specifically for the pxelinux.0 which now exists.

                      Unfortunately, if this doesn’t fix it, there’s nothing I can really do. Your issues are occurring before the system even boot’s to the kernel.

                      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
                      • R
                        RLane
                        last edited by

                        I guess my main question to you then would be (disregarding the previous picture) – why would it boot off a flash drive with a Clonezilla to ipxe verse through a network boot? Would this be caused by the wireless interface taking place of net0 instead of net1, thus not allowing the ethernet to actually be bootable? See attached screenshot -

                        HP ProBook 4530s:

                        [url]http://i.imgur.com/IhRJWOX.jpg[/url]

                        1 Reply Last reply Reply Quote 0
                        • R
                          RLane
                          last edited by

                          My hunch was correct… on these 4530s it appears net0 is the wireless --I know this only because

                          1. the MAC address 2) wireless subnet is 10.145.x.x

                          Oddly enough, this only works when using the Clonezilla live USB. Is there a way to modify something in FOG for these devices specifically to select net1 as the default so it can boot [I]without[/I] having to use the USB?

                          [url=“/_imported_xf_attachments/0/956_photo 1.JPG?:”]photo 1.JPG[/url]

                          1 Reply Last reply Reply Quote 0
                          • JunkhackerJ
                            Junkhacker Developer
                            last edited by

                            will they boot to the network if you disable the wireless in bios?

                            signature:
                            Junkhacker
                            We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                            1 Reply Last reply Reply Quote 0
                            • R
                              RLane
                              last edited by

                              [quote=“Junkhacker, post: 29715, member: 21583”]will they boot to the network if you disable the wireless in bios?[/quote]

                              That does not unfortunately, without the Clonezilla USB it goes back to the original PXE-E3B error.

                              1 Reply Last reply Reply Quote 0
                              • R
                                RLane
                                last edited by

                                For what it’s worth - now my problem is very weird. If I register them for the first time, booting from the live USB, it will work every time after that. It is not detected the first boot into the FOG menu, though.

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

                                  RLane,

                                  Can you try the svn of FOG? I added a couple more "param"s that I’d like to test your scenario with.

                                  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
                                  • R
                                    RLane
                                    last edited by

                                    Absolutely, I went ahead and installed the newest SVN. Let me know what you would like me to further troubleshoot.

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

                                      Just try booting your 4530’s without workaround please?

                                      I added multi mac’s to be sent, hopefully they will send and find the host in either direction.

                                      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
                                      • R
                                        RLane
                                        last edited by

                                        Without any workarounds, I still get the same PXE-E3B error claiming that there is no TFTP file found.

                                        [url=“/_imported_xf_attachments/0/984_photo.JPG?:”]photo.JPG[/url]

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

                                          Keep this change in place:
                                          sudo ln -s /tftpboot/undionly.kpxe /tftpboot/pxelinux.0

                                          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
                                          • R
                                            RLane
                                            last edited by

                                            Returned the same error. I’ve compared the bios revisions to the working 4540s model and everything is similar.

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

                                            172

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project