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

    OptiPlex 5480 All-in-One

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    3
    17
    2.2k
    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
      The Dealman @george1421
      last edited by

      @george1421 I tried those kernels and they did not work.

      Is this what you are looking for?

      Capture.PNG

      Fog 1.5.9 running currently on all servers

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

        @the-dealman Yes that is what I needed.

        Intel nic 8086:0d4c first introduced into linux kernel 5.5. So kernel 5.6.18 should work. With that said, there is probably firmware needed.

        I need you to do this process to see what is missing.

        1. Manually register this computer with FOG.
        2. Schedule a capture or deploy task (doesn’t matter) but before you hit the schedule task button enable the debug checkbox. Then schedule the task.
        3. PXE boot the target computer.
        4. After several screens of text where you clear with the enter key you will be dropped to the FOS Linux command prompt.
        5. At the FOS Linux command prompt key in dmsg | less. Search the entire log file. You are looking for “Failed to find file fw…” I need to see that section of the log file. It will list the missing firmware we need to bake into the kernel.

        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
        • T
          The Dealman
          last edited by

          @george1421
          I followed those instructions but i just see a blank screen with a box that says standard input

          Fog 1.5.9 running currently on all servers

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

            @the-dealman Well I tried to be like them cool linux kids and spit out commands left and right, but it seems I can’t spell worth a hoot.

            Lets try this command with the missing e dmesg | less

            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
              The Dealman @george1421
              last edited by

              @george1421 okay that worked but i didn’t see any error that said “failed to find”

              This section has some network information, does this help?

              2021-02-03_8-29-56.jpg

              Fog 1.5.9 running currently on all servers

              george1421G 1 Reply Last reply Reply Quote 0
              • george1421G
                george1421 Moderator @The Dealman
                last edited by Sebastian Roth

                @the-dealman I’m not seeing where its init’ing the network adapter in that screen shot. Will you upload the /var/log/messages file using this process and post it in this thread (I want to see the entire log file):

                1. Insert the usb drive into the target computer.
                2. issue this command from the debug console
                  lsblk
                3. I identify the usb flash drive by its size in the list. For the reset of this lets assume it shows up and /dev/sdb
                4. Now let make a directory where we can mount that usb drive.
                  mkdir /ext
                5. Lets connect the usb drive to that directory
                  mount /dev/sdb1 /ext
                6. That command will mount the first partition on that usb stick to the /ext directory. Issue this command to see the contents of the usb drive
                  ls -la /ext
                7. If you see what is expected then copy the log file to the use flash drive directory.
                  cp /var/log/messages /ext
                8. When done unmount that usb drive with
                  unmount /ext
                9. Now you will be able to remove the usb drive. Don’t remove it before you unmount it and the command completes.

                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

                  @The-Dealman Beside grabbing and uploading the messages log here (hopefully that will help) you might also run ip a s on the debug console 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
                    The Dealman @Sebastian Roth
                    last edited by

                    @sebastian-roth @Sebastian-Roth Hi i had to pivot away from this for a bit but now I can pick this up again. Please the log you requested

                    messages.txt

                    Fog 1.5.9 running currently on all servers

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

                      @The-Dealman Can’t find anything too obvious in the messages output yet.

                      Meanwhile we uploaded a way newer Kernel, 5.10.19, would you give that a 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

                      T 2 Replies Last reply Reply Quote 0
                      • T
                        The Dealman @Sebastian Roth
                        last edited by

                        @sebastian-roth Sure. I will give that a try and report back

                        Fog 1.5.9 running currently on all servers

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

                          @sebastian-roth I just tried both the 32 and 64 versions of that newer Kernel, 5.10.19 here is the error i get with both

                          2021-03-28_0-05-20.jpg

                          Fog 1.5.9 running currently on all servers

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

                            @The-Dealman Why do you use a subdirectory for this kernel? While it does show ...ok at the end of that line I am fairly sure it’s unable to properly load it from your FOG server.

                            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
                              The Dealman @Sebastian Roth
                              last edited by The Dealman

                              @sebastian-roth I didn’t want to overwrite the kernel that we are using by default for all computers. So i downloaded the newer Kernel, 5.10.19 and just specified that kernel in the host machine.

                              Fog 1.5.9 running currently on all servers

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

                                @the-dealman said in OptiPlex 5480 All-in-One:

                                I didn’t want to overwrite the kernel that we are using by default for all computers. So i downloaded the newer Kernel, 5.10.19 and just specified that kernel in the host machine.

                                Not overwriting is wise. But where exactly did you put it? It should go to /var/www/html/fog/service/ipxe/ directly. Then just use the filename bzImage32-222021 in host settings.

                                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
                                  The Dealman @Sebastian Roth
                                  last edited by

                                  @sebastian-roth You correct, I just used the file of that new kernel and it worked.

                                  Fog 1.5.9 running currently on all servers

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

                                  225

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project