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

    Fujitsu Lifebook U7511 PXE Boot

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    3
    18
    1.8k
    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.
    • T
      Travi
      last edited by

      Hi all,

      First I would like to thank all of you for the great job with FOG.
      To my small problem, I have setup FOG Server 2 years ago and was able to deploy the most DELL Hardware we had. Now we are moving to Fujitsu Lifebook with different Versions. I have setup one of them with Windows 10. The Problem I’m having.
      At bootup the device is getting connection to the FOG Server, then shows
      “No network Interfaces found”
      7f016434-cde5-45e2-9319-932b140a278f-image.png
      Then I went back to an older Kernel that stated to work with the integrated Network Adapter “Intel i219 LM” now the network adapter is getting an IP-Address assigned, but unable to login to http:// on FOG Server

      2f71548c-8e70-466c-bbee-a29391f43a03-image.png

      All other PCs are able to boot and capture ore reimage, only this one is not able.
      I will be thankful for any help on this issue.

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

        @Travi Which version of FOG do you use? As well which kernel versions did you try exactly (old and new).

        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

        T 1 Reply Last reply Reply Quote 0
        • T
          Travi @Sebastian Roth
          last edited by

          @sebastian-roth said in Fujitsu Lifebook U7511 PXE Boot:

          @Travi Which version of FOG do you use? As well which kernel versions did you try exactly (old and new).

          I’m using the latest version 1.5.9
          I have tried at first with the builtin one, but here and with Kernel -5.10.71 I’m getting " No network Interfaces found"

          5.10.12 to 5.10.50 the 2nd issue
          Thanks

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

            @travi OK what we want you to do is this.

            1. Reinstall the FOS Linux kernel 5.10.(latest supplied by FOG).
            2. Reschedule a deployment/capture (doesn’t matter). But before you hit the schedule task button, tick the debug checkbox, then hit the schedule task button.
            3. PXE boot the target computer.
            4. After several screens of text you need to clear with the enter key you will be dropped at the FOS Linux command prompt.
            5. Key in the following commands.
            uname -a
            lspci -nn | grep -i net
            grep -i -e "firmware" /var/log/syslog
            

            Take a clear picture of the outputs and post it here.

            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!

            T 1 Reply Last reply Reply Quote 1
            • T
              Travi @george1421
              last edited by Travi

              @george1421 Good morning.
              Here is the output
              aa416953-9d97-474d-9933-bfd01202d5ef-image.png

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

                @travi This is interesting in that the 8086:155a is an “old” network adapter, the driver has been in the kernel since linux kernel 3.19. The other outputs only confirm what you are telling us. The only other helpful command I should have had you run is ip a s But I’m suspecting that will only show us the loopback interface.

                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!

                T 1 Reply Last reply Reply Quote 0
                • T
                  Travi @george1421
                  last edited by Sebastian Roth

                  @george1421 said in Fujitsu Lifebook U7511 PXE Boot:

                  @travi This is interesting in that the 8086:155a is an “old” network adapter, the driver has been in the kernel since linux kernel 3.19. The other outputs only confirm what you are telling us. The only other helpful command I should have had you run is ip a s But I’m suspecting that will only show us the loopback interface.

                  bb13c841-1f81-4f80-9034-5d222ca4f273-image.png

                  Exactly, its showing only the loopback. Is there anything else that I can do to fix this issue and be able to boot the device to capture it? Is there a possibility to make the image locally to an external HDD, maybe to boot from a USB flash drive, connect the USB-HDD to that laptop and create the Image? I can then copy the image to the Server.

                  The issue is that, I need the laptop by tomorrow. I will be traveling and I have to take with me after reimaging it. I used to use HDD-Clone, Ghost before, but I found the solution with FOG as the best for our company.

                  Thank you George1421

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

                    @travi said in Fujitsu Lifebook U7511 PXE Boot:

                    Exactly, its showing only the loopback.

                    What do you mean by that? In the pixture we clearly see eno1 and obviously an IP address on that network interface. Why do you mask the IPs? Security by obscurity (Bruce Schneier)!?

                    Edit: Wait a second, why do we see Dell in that picture while this topic is about the Fujitsu Lifebook U7511?? You need to run those commands on the Fujitsu Lifebook U7511 and post a picture of the output here!!!

                    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

                    T 1 Reply Last reply Reply Quote 0
                    • T
                      Travi @Sebastian Roth
                      last edited by

                      @sebastian-roth said in Fujitsu Lifebook U7511 PXE Boot:

                      @travi said in Fujitsu Lifebook U7511 PXE Boot:

                      Exactly, its showing only the loopback.

                      What do you mean by that? In the pixture we clearly see eno1 and obviously an IP address on that network interface. Why do you mask the IPs? Security by obscurity (Bruce Schneier)!?

                      Edit: Wait a second, why do we see Dell in that picture while this topic is about the Fujitsu Lifebook U7511?? You need to run those commands on the Fujitsu Lifebook U7511 and post a picture of the output here!!!

                      Sorry for masking the IPs. I was trying on 2 different PCs to see the difference between both and have posted the wrong one.
                      5714b8e3-93b4-412a-b931-003d3020e157-image.png

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

                        @travi Well that is good (and bad) you posted the wrong picture because it should have been working on that old network adapter.

                        @Sebastian-Roth Good catch on the system swap.

                        Network adapter [8086:15fb] first appeared in linux kernel 5.5. So the current kernels offered by FOG should work.

                        From your latest picture it appears that FOS Linux is seeing the network adapter because it has a device name [enp0s31f6]. But ip a s is not giving us an ip address.

                        I still don’t understand why in your initial picture you are getting “No network interface found” and yet we see it listed in ip a s. It not having an ip address at the moment, we can test for.

                        At the fos linux prompt where its telling you it had the network driver but no IP address. If you are booting this fresh get to the fos linux command prompt and then wait 30 seconds then run this command: /sbin/udhcpc -i enp0s31f6 --now and see if it picks up an IP address. Lets see if time fixes what is wrong.

                        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!

                        T 1 Reply Last reply Reply Quote 1
                        • T
                          Travi @george1421
                          last edited by

                          @george1421 Strange, now its getting an IP
                          f5da890f-38c4-4243-a4a4-b26b4cd1571c-image.png

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

                            @travi Ok since you are in debug mode just key in reboot the debug task is still activated on the FOG server so it should just reboot you into debug mode again. As soon as you reach the command prompt key in ip a s and see if you have an IP address. If no, wait 30 seconds and then issue the /sbin/udhcpc -i enp0s31f6 --now to see if time for sure fixes it.

                            If the answer is YES to time fixing the network problem, lets look into the network switch. This issue above is sometimes an indication of standard spanning tree being used on the building network switch, where one of the fast spanning tree protocols should be used (portfast, fast-STP, RSTP, MSTP, or whatever your switch mfg calls it). Another simple test for a spanning tree issue is to put one of those dumb/unmanaged inexpensive switches between the building network switch and the pxe booting computer. If that inexpensive switch fixes the problem, then it is for sure a spanning tree 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!

                            T 1 Reply Last reply Reply Quote 0
                            • T
                              Travi @george1421
                              last edited by Travi

                              @george1421
                              0949e925-adfb-4bd3-bc58-dd09e4aacfa4-image.png

                              I will put one switch between the Building one and let you know if this fixes the issue.
                              Thank you for your quick reply and your help.

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

                                @travi Well hold off for a minute. If you are able to get an IP address right away (as shown in the picture) then its working fine.

                                Why are we getting that message about network adapter not being found.

                                With this same exact computer on this same exact network cable let do this.

                                Go into the FOG UI and delete the current task. Then reschedule a new task with this computer, but this time without debug enable. Does this image correctly now?

                                I’m having doubt to why this failed.

                                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!

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

                                  @george1421 said in Fujitsu Lifebook U7511 PXE Boot:

                                  If you are able to get an IP address right away (as shown in the picture) then its working fine.

                                  Well I don’t think it’s right away. In the picture we see it fail on the first manual try…

                                  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
                                  • T
                                    Travi @george1421
                                    last edited by

                                    @george1421 said in Fujitsu Lifebook U7511 PXE Boot:

                                    @travi Well hold off for a minute. If you are able to get an IP address right away (as shown in the picture) then its working fine.

                                    Why are we getting that message about network adapter not being found.

                                    With this same exact computer on this same exact network cable let do this.

                                    Go into the FOG UI and delete the current task. Then reschedule a new task with this computer, but this time without debug enable. Does this image correctly now?

                                    I’m having doubt to why this failed.

                                    I did this, unfortubalety it’s not working, I get the same error. Tomorrow I will try to boot with a USB Network adapter to see if this will fix this issue.

                                    Thanks

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

                                      @Travi Did you look into the things George mentioned before? Switch configuration (spanning tree), testing with a dumb mini switch in between?

                                      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

                                      T 1 Reply Last reply Reply Quote 0
                                      • T
                                        Travi @Sebastian Roth
                                        last edited by

                                        @sebastian-roth Issue hase been fixed by using the 5.15.19 kernel. Many thanks @george1421 and @Sebastian-Roth for the quick support.

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

                                        215

                                        Online

                                        12.0k

                                        Users

                                        17.3k

                                        Topics

                                        155.2k

                                        Posts
                                        Copyright © 2012-2024 FOG Project