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

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

Scheduled Pinned Locked Moved Unsolved
FOG Problems
7
42
3.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.
  • O
    olivier.bonnici @Clebboii
    last edited by 21 days ago

    @Clebboii Acces granted.

    C 1 Reply Last reply 21 days ago Reply Quote 0
    • C
      Clebboii @olivier.bonnici
      last edited by 21 days ago

      @olivier-bonnici This kernel works:
      cf3f2024-79eb-4875-8dfe-ce5a4774d414-image.png

      Can you please describe what has changed so that @rodluz can make changes for next release?

      R 2 Replies Last reply 21 days ago Reply Quote 0
      • R
        rodluz Developer @Clebboii
        last edited by 21 days ago

        @Clebboii Thanks for testing! Using the kernel I linked previously, can you run the following command and post the output please?
        ethtool interface
        interface would be your ethernet interface like eth0 or ens1. You can get it using the command ip a s

        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
          rodluz Developer @Clebboii
          last edited by 21 days ago

          @Clebboii Sorry to double up on the requests… After you try the commands from my last reply, can you please try this kernel? https://github.com/rluzuriaga/fos/releases/tag/EXPERIMENTAL_OEM_Driver

          Can you also try the ethtool command with this kernel please?

          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 20 days ago Reply Quote 0
          • C
            Clebboii @rodluz
            last edited by 20 days ago

            @rodluz Success!

            As we know the pre-release kernel did not work:

            df3f94b4-2f5e-4005-9db6-a66792d8dc55-image.png

            20250619_083808.jpg

            However the experimental OEM driver did work:

            be52e5b4-fc4f-400d-af5c-feaecbb74224-image.png

            20250619_084402.jpg

            Let me know if you need any further tests

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

              @Clebboii Thank you so much for testing this! I now have a better idea of what needs to be done for future releases.
              You are welcome to continue using the “OEM driver” kernel for now until I create a full upstream release.

              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

              G 1 Reply Last reply 19 days ago Reply Quote 1
              • O
                olivier.bonnici @george1421
                last edited by 19 days ago

                @george1421
                Here the command.

                sudo apt install git build-essential flex bison libelf-dev
                git clone https://github.com/FOGProject/fos
                cd fos
                ./build.sh --kernel-only --arch x64
                wget https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.14.9.tar.gz
                tar xzf linux-6.14.9.tar.gz
                cd linux-6.14.9/
                git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
                git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
                make mrproper
                wget -O .config https://github.com/FOGProject/fos/raw/master/configs/kernelx64.config
                apt install build-essential fakeroot dpkg-dev perl libssl-dev bc gnupg dirmngr libncurses-dev libelf-dev flex bison lsb-release rsync dwarves
                make menuconfig
                make -j $(nproc) bzImage
                cp arch/x86/boot/bzImage /home/ckern-linux/Bureau/bzImageReg6149

                G 1 Reply Last reply 19 days ago Reply Quote 0
                • G
                  george1421 Moderator @olivier.bonnici
                  last edited by 19 days ago

                  @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
                  • G
                    george1421 Moderator @rodluz
                    last edited by 19 days ago

                    @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 19 days ago Reply Quote 0
                    • R
                      rodluz Developer @george1421
                      last edited by 19 days ago

                      @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

                      G 1 Reply Last reply 18 days ago Reply Quote 1
                      • G
                        george1421 Moderator @rodluz
                        last edited by 18 days ago

                        @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 13 days ago Reply Quote 1
                        • C
                          Clebboii @george1421
                          last edited by 13 days ago

                          @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 8 days ago

                            @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 8 days ago Reply Quote 0
                            • C
                              Clebboii @rodluz
                              last edited by 8 days ago

                              @rodluz Absolutely, where can I find it?

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

                                @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

                                1 Reply Last reply Reply Quote 0
                                • 1
                                • 2
                                • 3
                                • 2 / 3
                                2 / 3
                                • First post
                                  37/42
                                  Last post

                                203

                                Online

                                12.1k

                                Users

                                17.3k

                                Topics

                                155.3k

                                Posts
                                Copyright © 2012-2024 FOG Project