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

    FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4

    Scheduled Pinned Locked Moved Solved FOG Problems
    46 Posts 7 Posters 22.2k Views
    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.
    • george1421G
      george1421 Moderator @olivier.bonnici
      last edited by

      @olivier-bonnici said in FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4:

      tar xzf linux-6.14.9.tar.gz

      Ah that explains the difference. You didn’t just rebuild the kernel you jump to the next version. The FOG developers typically only use long term supported kernel. Currently the latest long term kernel is 6.12.x, you used a development kernel 6.14.x which is not EOL (just means fixes and updates will not happen in this branch).

      It looks like whatever was causing the slowness was resolved in 6,14.x and later versions of the linux kernel. Thank you for the clarification.

      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
      • george1421G
        george1421 Moderator @rodluz
        last edited by

        @rodluz said in FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4:

        You are welcome to continue using the “OEM driver” kernel for now until I create a full upstream release.

        What did you do here, did you fold in the realtek oem driver into the kernel build. I was looking at going this path for another open issue with a realtek 8125, where the oem driver solves a lot of the issues with the default universal drive 8169.

        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!

        R 1 Reply Last reply Reply Quote 0
        • R
          rodluz Developer @george1421
          last edited by

          @george1421 That is exactly what I did, I disabled the 8169 driver from the kernel config too.
          I think I know what other issue you are talking about. The release that I posted earlier only has the 8168 driver.

          I just uploaded a kernel with 8125, 8126, and 8168 drivers, if you want to try it out for that issue.
          https://github.com/rluzuriaga/fos/releases/tag/EXPERIMENTAL_REALTEK_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! 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

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

            @rodluz said in FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4:

            That is exactly what I did, I disabled the 8169 driver from the kernel config too.

            Good going. That 8125 driver was originally in the linux kernel individually but then the driver was merged into the 8169 unified driver which has not kept up with the realtek hardware changes. I was getting lost trying to integrate a third party driver into the linux kernel. I could compile it as a module and add it to the init.xz but that is not a sustainable solution. If you have it integrated into the kernel for the 8169 (1GbE) and 8125 (2.5GbE) that should cover most of the common network adapters today from realtek (outside of the 10GbE stuff, but those haven’t hit the desktops yet).
            Well done!

            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!

            C 1 Reply Last reply Reply Quote 1
            • C
              Clebboii @george1421
              last edited by

              @george1421 @rodluz
              Out of curiosity, when will this hit the production FOS image? Be handy to not need to purchase Dell Ethernet Adapters.

              1 Reply Last reply Reply Quote 0
              • R
                rodluz Developer
                last edited by

                @Clebboii @olivier-bonnici I created an experimental kernel that includes the drivers to fix this issue. Would you be willing to test it and let us know how it goes?

                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

                C 1 Reply Last reply Reply Quote 0
                • C
                  Clebboii @rodluz
                  last edited by

                  @rodluz Absolutely, where can I find it?

                  R 1 Reply Last reply Reply Quote 0
                  • R
                    rodluz Developer @Clebboii
                    last edited by

                    @Clebboii I just noticed an error in how FOG displays the experimental kernel/init releases. For now, please get it from here: https://github.com/FOGProject/fos/releases/tag/EXP_20250630

                    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

                    C 1 Reply Last reply Reply Quote 0
                    • C
                      Clebboii @rodluz
                      last edited by

                      Hi @rodluz,

                      Apologies for the late reply to this. Could you please provide me with the init.xz and bzImage for this experimental kernal?

                      R 1 Reply Last reply Reply Quote 0
                      • R
                        rodluz Developer @Clebboii
                        last edited by

                        @Clebboii It is now a general release (not in experimental phase). You can update to the latest kernel and init from the FOG settings pages or using this link: https://github.com/FOGProject/fos/releases/tag/20250715

                        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

                        C 1 Reply Last reply Reply Quote 1
                        • C
                          Clebboii @rodluz
                          last edited by

                          Hi @rodluz

                          Just wanted to confirm that this update has worked. Now deploying my images in <5mins.

                          Thank you for your help.

                          1 Reply Last reply Reply Quote 1
                          • Quintin GiesbrechtQ
                            Quintin Giesbrecht
                            last edited by

                            Well, I have to admit, I opened this issue a while ago, and then didn’t really have time to play with it. I only have a handful of these machines, and while it’s a pain when I have to reimage one, I didn’t have time to spend a lot of time trying to figure this out. Well, today I had to reimage another one of them, and so just out of curiosity checked this thread again, and wouldn’t you know it, it seemed like the issue might be resolved…I updated the kernel, started imaging, and it is going in 5 minutes again!

                            Thanks so much for an amazing product and community!

                            Q

                            Quintin Giesbrecht
                            IT Manager
                            Smith Neufeld Jodoin LLP

                            1 Reply Last reply Reply Quote 1
                            • R rodluz has marked this topic as solved
                            • 1
                            • 2
                            • 3
                            • 3 / 3
                            • First post
                              Last post

                            163

                            Online

                            12.3k

                            Users

                            17.4k

                            Topics

                            155.7k

                            Posts
                            Copyright © 2012-2025 FOG Project