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

    HP ProBook 640 G8 imaging extremely slowly

    Scheduled Pinned Locked Moved
    FOG Problems
    6
    72
    18.3k
    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.
    • S
      Sebastian Roth Moderator
      last edited by Sebastian Roth

      @jacob-gallant said in HP ProBook 640 G8 imaging extremely slowly:

      Unfortunately when I used the patched kernel I received a “no network interfaces found” error, did I miss a step?

      Don’t think there is a step you can miss. Interesting it wouldn’t find your network card using the official source code from Intel. Didn’t expect that. I’ll have a look at the code again.

      Meanwhile you could schedule a debug deploy task for this host, boot up to the shell and then run the following commands, take a picture and post here:

      dmesg | grep -e "e1000e" -e "eth[0-9]" -e "enp[0-9]"
      ip a s
      

      Update: I have checked kernel config and code used and I am sure the e1000e driver is included. We’ll see what the dmesg output can offer.

      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

      J 1 Reply Last reply Reply Quote 0
      • J
        Jacob Gallant @Sebastian Roth
        last edited by

        @sebastian-roth Here you are. https://photos.app.goo.gl/uJJKgG4PSPHY8kQJ6

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

          @Jacob-Gallant Comparing the probe function source code between 5.10.12 kernel and Intel driver does not bring up many differences in that code. Very strange you see the e1000e: probe of ... failed with -22 and I am not sure what that means.

          Wooooho, I just found that the 3.8.4 version mentioned on the Intel website as “latest” is not actually the latest one: https://sourceforge.net/projects/e1000/files/e1000e stable/

          I’ll build another kernel using that one later on.

          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
          • S
            Sebastian Roth Moderator
            last edited by Sebastian Roth

            @Jacob-Gallant That one compiled without any modification needed, haha! Wish I had found that one earlier.

            https://fogproject.org/kernels/bzImage-5.10.12-e1000e-3.8.7 (note the different Intel driver version at the end of the filename)

            Please give it a try using debug again and run the same dmesg command.

            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

            J 1 Reply Last reply Reply Quote 0
            • J
              Jacob Gallant @Sebastian Roth
              last edited by

              @sebastian-roth Thanks again Sebastian, here is the results of that command. Unfortunately we see the same network performance issues with this kernel. 😞

              https://photos.app.goo.gl/6Ur7aNkjF92MEKAi6

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

                @Jacob-Gallant Ok, so the 3.8.7 driver version does initialize and probe the NIC correctly.

                Unfortunately we see the same network performance issues with this kernel.

                Oh well… we have tried! Can’t believe we are the only ones seeing this issue. Maybe this NIC is not in use widely?!

                If you are really keen you could try contacting people on the mailinglist or through email directly - Linux kernel or Intel drivers.

                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

                J 1 Reply Last reply Reply Quote 0
                • J
                  Jacob Gallant @Sebastian Roth
                  last edited by

                  @sebastian-roth Thanks, I appreciate your efforts!

                  1 Reply Last reply Reply Quote 0
                  • D
                    Dungody
                    last edited by

                    Hello .

                    I have the same problem. But when i plug a usb Stick ( empty or not ) at start , the speed is ok . But i dont know why.

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

                      @Dungody That really is strange, though interesting. Have you been able to verify this by testing with and without the USB key for several times??

                      Sure you have exactly the same model, HP ProBook 640 G8?

                      From what we have seen in the network dump I was sure this is due to network congestion. But maybe I was on the wrong track with this and network was only what we saw slowing down because of IO slowness being the root cause. Does FOG deploy to the USB key when it’s plugged in?? Which device name do you see in the blue partclone screen? /dev/sda1?

                      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

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

                        @dungody said in HP ProBook 640 G8 imaging extremely slowly:

                        Hello .

                        I have the same problem. But when i plug a usb Stick ( empty or not ) at start , the speed is ok . But i dont know why.

                        Depending on the firmware I have seen inserting a usb drive change the device naming order, where depending on how the disks are detected on one firmware the usb drive would be detected first making /dev/sda be the usb drive, and on some other firmware (hardware) inserting the usb drive it will take on the /dev/sdb name. It would be interesting to prove out by setting up a debug deploy with the usb drive installed and then run the lsblk command to see what was in the /dev/sda slot. Then issue the fog command to start imaging from the debug console.

                        It would be strange to see it deploy to the USB drive faster than the onboard nvme disk.

                        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!

                        D 1 Reply Last reply Reply Quote 0
                        • D
                          Dungody @george1421
                          last edited by

                          @george1421 I deploy everday 5 or 6 650 G8 / 640 G8, and the only way is to plug an usb stick. Maybe for cache .

                          1 Reply Last reply Reply Quote 0
                          • D
                            Dungody @Sebastian Roth
                            last edited by

                            @sebastian-roth Hello , sorry for my bad english - i m french .

                            In fact i imaging on the disk NVME .
                            I have the same problem on the 650G8 and 640G8. when I have no usb stick plugged in the speed is very slow,
                            alt text

                            but when I have a usb stick plugged the speed is normal on the nvme,
                            alt text
                            that’s why I thought has a file cache problem.

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

                              @Dungody Thanks for the update and pictures! Definitely looks like you deploy to the NVMe driver. I still can’t see why a USB key plugged into the ProBook would make a difference. Though it sounds like it does.

                              In the picture I notice that you have partclone version 0.2.89. In FOG 1.5.9 we use the newer partclone 0.3.13. So I am wondering which version of FOG you use and if that is also playing a role here.

                              @Jacob-Gallant Would you want to give that a try as well?

                              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

                              D J 2 Replies Last reply Reply Quote 0
                              • D
                                Dungody @Sebastian Roth
                                last edited by

                                @sebastian-roth i m using FOG 1.5.7 , Kernel 5.6.18.

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

                                  @dungody said in HP ProBook 640 G8 imaging extremely slowly:

                                  i m using FOG 1.5.7

                                  If you don’t want to upgrade to the latest version of FOG we might have you try at least the FOG 1.5.9 init.xz file to see if the updated version of partclone works better with that hardware. I’m still at a loss why using a USB drive would settle down the system, unless they have some kind of strange power saving mode where it would enter a low power state when it thinks there is no user input.

                                  Does other USB devices (external mouse) have this type if impact or is it only usb storage devices that “cure” this 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!

                                  1 Reply Last reply Reply Quote 1
                                  • D
                                    diegotiranya
                                    last edited by

                                    Same problem here but solved (I think). Same model, same extremely slow cloning performance with 5.10.12-e1000e-3.8.7 kernel and same workaround with usb device connected (pendrive, but not other like mouse). Solution for me was enabling “Storage Controller for VMD” under “System Settings” menu.

                                    Probook_640_G8_min.jpg

                                    I’m pending to test another laptops, only got one yet, but tried twice and looks to be working as spected (5-6 GB/s while enabled, 45MB/s while disabled).

                                    Congrats and thank you very very very much for FOG.

                                    george1421G Jonathan CoolJ 2 Replies Last reply Reply Quote 0
                                    • george1421G
                                      george1421 Moderator @diegotiranya
                                      last edited by

                                      @diegotiranya Would you help us test something on this hardware?

                                      1. Ensure you know the state of this checkbox in the firmware. We need to capture the hardware IDs with this setting on and off.
                                      2. Set up a debug capture/deploy it doesn’t matter. Tick the debug checkbox before scheduling the task.
                                      3. PXE boot the target computer.
                                      4. After a few screens of text you need to clear with the enter key you will be dropped to the FOS Linux command prompt. At that command prompt key in lspci -k -nn > vmdon.txt This will output the hardware configuration into the vmdon.txt file. To get the file off the pxe booted computer follow the process below.
                                      5. Power off the computer and repower the computer, change the VMD setting to OFF.
                                      6. Continue to PXE boot the computer, it should boot you right back into FOS Linux. Run the same command as above but send to vmdoff.txt.
                                      7. Post both files in this thread.

                                      Now to get the files out of FOS Linux do the following.

                                      1. Run ip a s to get the IP address of the target computer in FOS Linux.
                                      2. Change root’s password by keying in passwd set it to something simple like hello.
                                      3. Now you can use scp or WinSCP to move the files from the FOS Linux computer to another system to post here. Login using root and the password you assigned in 2 to the IP address you collected in 1.

                                      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
                                      • D
                                        diegotiranya
                                        last edited by

                                        Glad to help. Output files attached. Let me know if I can do anything else

                                        vmdon.txt vmdoff.txt

                                        george1421G 1 Reply Last reply Reply Quote 1
                                        • J
                                          Jacob Gallant @Sebastian Roth
                                          last edited by

                                          @sebastian-roth said in HP ProBook 640 G8 imaging extremely slowly:

                                          @Dungody Thanks for the update and pictures! Definitely looks like you deploy to the NVMe driver. I still can’t see why a USB key plugged into the ProBook would make a difference. Though it sounds like it does.

                                          In the picture I notice that you have partclone version 0.2.89. In FOG 1.5.9 we use the newer partclone 0.3.13. So I am wondering which version of FOG you use and if that is also playing a role here.

                                          @Jacob-Gallant Would you want to give that a try as well?

                                          I’d be happy to test this (and @diegotiranya storage controller settings) when I can, but we’ve been locked down due to COVID where I am so I can’t get back into the office in the near term. Looks like you have a few other testers now though! Glad I’m not the only one haha.

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

                                            @diegotiranya Just to confirm that VMDON works at normal speed without needing to have a usb flash device installed?

                                            VMDON

                                            0000:00:1d.0 System peripheral [0880]: Intel Corporation Device [8086:09ab]
                                            
                                            10000:e0:1d.0 PCI bridge [0604]: Intel Corporation Device [8086:a0b0] (rev 20)
                                            	Kernel driver in use: pcieport
                                            

                                            VMDOFF

                                            00:1d.0 PCI bridge [0604]: Intel Corporation Device [8086:a0b0] (rev 20)
                                            	Kernel driver in use: pcieport
                                            

                                            Looks like the base addressing also changes between vmd on and off.

                                            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!

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

                                            160

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project