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

DELL 5060

Scheduled Pinned Locked Moved
Hardware Compatibility
4
24
3.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.
  • S
    Sebastian Roth Moderator
    last edited by Jun 29, 2021, 8:31 PM

    @george1421 @tice-stan This is really strange a switch of the Linux Kernel seems to be causing this error. From what I see in the code it’s this call to runPartprobe failing: https://github.com/FOGProject/fos/blob/master/Buildroot/board/FOG/FOS/rootfs_overlay/usr/share/fog/lib/funcs.sh#L2132

    But I have no idea why $disk variable might be empty at this stage because it’s definitely being used a little bit further up in the same function (restorePartitionTablesAndBootLoaders) to restore the partition layout. If $disk would really be empty that would error out 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

    T 1 Reply Last reply Jul 2, 2021, 6:59 AM Reply Quote 0
    • T
      tice.stan @Sebastian Roth
      last edited by Jul 2, 2021, 6:59 AM

      @sebastian-roth
      I don’t know if this question is for me ^^, but HDD is empty.

      1 Reply Last reply Reply Quote 0
      • D
        Deimos
        last edited by Jul 6, 2021, 10:38 AM

        Are there any solutions or hints? I am facing the same problem actually.

        Capture was no problem, but deploy runs into the same error.
        I need the kernel v4.19.145, I cannot find any download source

        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by Sebastian Roth Jul 7, 2021, 2:53 PM Jul 6, 2021, 7:37 PM

          @Deimos Are you absolutely sure this is the same issue you run into? Do you have Dell 5060 machines as well? Does it fail with the exact same message afer “Restoring Partition Tables (GPT)” step?

          Good you mention the 4.19.145 kernel. When I read that at first I did not check the version number. Not sure where this kernel is from. It’s not available on our official kernel download site. @tice-stan Where did you get that kernel from or is there a typo in the version number?

          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 Jul 7, 2021, 6:55 AM Reply Quote 0
          • D
            Deimos
            last edited by Jul 7, 2021, 5:01 AM

            No, it is not a DELL. I will update Fog 1.5.5 to 1.5.9 today and make another test.

            1 Reply Last reply Reply Quote 0
            • T
              tice.stan @Sebastian Roth
              last edited by Jul 7, 2021, 6:55 AM

              @sebastian-roth
              4.19.145 kernel is the one that is installed at the same time as fog 1.5.9

              Capture.PNG

              G 1 Reply Last reply Jul 7, 2021, 2:53 PM Reply Quote 0
              • G
                george1421 Moderator @tice.stan
                last edited by Jul 7, 2021, 2:53 PM

                @tice-stan For the 5060 to work that 4.19.x kernel needs to be updated to 5.10.x. This can be done in the FOG web ui -> FOG Configuration -> Kernel update. Download both the x64 and x86 kernels. The network adapter in the 5060 was first added to the 5.5.x linux kernel. 4.19.x doesn’t have the needed driver.

                FWIW: FOG 1.5.10 (when its released) will come with 5.10.<what ever is current> version of the linux kernel and not 4.19.x any more.

                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
                • S
                  Sebastian Roth Moderator
                  last edited by Sebastian Roth Jul 7, 2021, 3:33 PM Jul 7, 2021, 8:56 PM

                  @tice-stan said:

                  4.19.145 kernel is the one that is installed at the same time as fog 1.5.9

                  Obviously I wrote my last comment on the kernel version in a rush and didn’t remember this was the default kernel for FOG 1.5.9. So forget what I wrote about this.

                  Now back to the issue. Looking through the code again and again I can seem to find where this fails. Possibly at the start of putDataBack but still doesn’t make sense to me this is working with the 4.19.145 kernel but not using 5.10.34! I guess I will need to do some testing on my own.

                  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 Jul 11, 2021, 8:13 AM Jul 11, 2021, 2:10 PM

                    @tice-stan Good news. I am fairly sure I found and fixed the issue!

                    This is neither related to the specific hardware (as title and category of this post might suggest) nor is it related to the kernel used! It’s a bug in the init files! I can imagine you switch back and forth kernel AND init versions on your server at the same time and therefore thought this is caused by the 5.10.34 kernel, but it’s not.

                    Please do me a favor and run the following test:

                    • Switch to the 5.10.34 kernel (and 20210606 init with it)
                    • Download the fixed init and put in /var/www/html/fog/service/ipxe/ on your FOG server.
                    • Rename init.xz to init.xz.orig and init_mpa-fixed.xz to init.xz in that same directory on your server.
                    • Use the current image you have. No need to re-capture the image.
                    • Deploy and when you see the ASCII style FOG logo pay attention to the “Init version” printed. Should be 20210711!

                    Let us know if it works.

                    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 Jul 12, 2021, 7:26 AM Reply Quote 1
                    • T
                      tice.stan @Sebastian Roth
                      last edited by Jul 12, 2021, 7:26 AM

                      @sebastian-roth

                      Good news everyone.
                      Problem seems to be resolved, image is deployed normally.
                      Thank you for your investment and your speed.

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

                      177

                      Online

                      12.1k

                      Users

                      17.3k

                      Topics

                      155.3k

                      Posts
                      Copyright © 2012-2024 FOG Project