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

HP 405 G6 deploy error

Scheduled Pinned Locked Moved
FOG Problems
3
23
2.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.
  • Z
    Zaqen @george1421
    last edited by Nov 30, 2021, 7:54 AM

    @george1421

    As near as I can guess that system was released in Sept 2020. So its been out over a year. I would think the linux kernel would have the driver for this nic. I might think maybe missing firmware. If you go the linux route, once you get the hardware ID stay in the debug mode because we may have you look in syslog for the word firmware.

    Sorry don’t understand how to start debug mode on client .

    1. i start client (after configure it on fog server to deploy it)
    2. client start on pxe
    3. and next black screen says :
      r8169 0000:08:00.1 : unknown chip XID 54b
      and 5 or 6 lines bellow error message is :
      No netwok interfaces found, your kernel is most probally missing the correct drivers !

    I ask you, what must i do ?

    1 Reply Last reply Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by Nov 30, 2021, 8:39 AM

      @zaqen said in HP 405 G6 deploy error:

      after configure it on fog server to deploy it

      Just before you click the “Create Task” button in the FOG web UI there is a checkbox for debug. Use that and start the machine up as usual. Eventually that should bring you to a command shell on the machine despite the error.

      If you can’t get to a Linux command shell this way you can use a Live Linux boot CD/DVD/ISO, e.g. Clonezilla and bootup the machine with that to get to a command shell.

      Run both commands there and post information here (picture):

      lspci -nn | grep -i net
      dmesg | grep -i -e eth -e firmware
      

      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

      Z 3 Replies Last reply Nov 30, 2021, 8:48 AM Reply Quote 0
      • Z
        Zaqen @Sebastian Roth
        last edited by Nov 30, 2021, 8:48 AM

        @sebastian-roth

        Ok but i ever do this.

        Boot on Gparted usb key, open terminal and i put result on this post.

        I try checkbox for debug today PM.

        1 Reply Last reply Reply Quote 0
        • Z
          Zaqen @Sebastian Roth
          last edited by Nov 30, 2021, 8:57 AM

          @sebastian-roth

          Sorry it’s ok to dmesg | grep -i -e eth -e firmware command.

          result is :

          [ 0.681709] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
          [ 1.332290] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
          [ 4.025995] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
          [ 4.026712] r8169 0000:08:00.1 eth0: RTL8168b/8111b at 0xffffb24600cb1000, 48:9e:bd:4a:81:08, XID 14b00880 IRQ 39
          [ 4.026714] r8169 0000:08:00.1 eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
          [ 7.095506] Atheros® L2 Ethernet Driver - version 2.2.3
          [ 7.106510] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.712.30-0 (2014/02/10)

          1 Reply Last reply Reply Quote 0
          • Z
            Zaqen @Sebastian Roth
            last edited by Nov 30, 2021, 9:57 AM

            @sebastian-roth

            Just before you click the “Create Task” button in the FOG web UI there is a checkbox for debug. Use that and start the machine up as usual. Eventually that should bring you to a command shell on the machine despite the error.
            lspci -nn | grep -i net
            dmesg | grep -i -e eth -e firmware

            Ok i do i take pictures :

            FOG1.jpg
            FOG2.jpg
            FOG3.jpg
            FOG4.jpg
            FOG5.jpg

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by Nov 30, 2021, 10:42 AM

              @Zaqen said:

              Ok i do i take pictures :

              Well done! Unfortunately there is not much news to this.

              Doing a little more research I found this: https://forum.manjaro.org/t/linux-support-drivers-for-hp-prodesk-405-g6-amd-pro-565-chipset-renoir-ryzen-4750ge-realtek-rtl8111fph-cg/54260/4

              So I just compiled a 5.15.x kernel for you to see if that makes a difference: https://fogproject.org/kernels/bzImage-5.15.5 (64 bit kernel)

              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

              Z 2 Replies Last reply Nov 30, 2021, 11:13 AM Reply Quote 0
              • Z
                Zaqen @Sebastian Roth
                last edited by Zaqen Nov 30, 2021, 5:18 AM Nov 30, 2021, 11:13 AM

                @sebastian-roth

                yes not very lot of solution.

                Thank you very much to the kernel (but i prefered do it 😉

                i just copy it in /tftpboot/fog/kernel/ ?

                Thank’s a lot

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by Nov 30, 2021, 11:21 AM

                  @zaqen said in HP 405 G6 deploy error:

                  i just copy it in /tftpboot/fog/kernel/

                  No that directory doesn’t exist as far as I know. Kernels on FOG servers go into /var/www/html/fog/service/ipxe/. I suggest you leave the filename including the version number so not ot overwrite the existing kernel. Then edit the host entry for one of your HP 405 G6 test machines and set Host Kernel to bzImage-5.15.5. Schedule a deploy task for this host and PXE boot into it.

                  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

                  Z 1 Reply Last reply Dec 1, 2021, 7:15 AM Reply Quote 0
                  • Z
                    Zaqen @Sebastian Roth
                    last edited by Dec 1, 2021, 7:15 AM

                    @sebastian-roth

                    Sebastian, I copied the kernel to the server and start testing this afternoon or tomorrow morning.
                    I keep you informed.
                    Regards

                    1 Reply Last reply Reply Quote 0
                    • Z
                      Zaqen @Sebastian Roth
                      last edited by Dec 2, 2021, 8:56 AM

                      @sebastian-roth
                      Hello Sebastian
                      I just did the test everything works fine with kernel 5-15.5.
                      Is it possible to give the kernel name at group level?
                      Thank you very much Sebastian

                      1 Reply Last reply Reply Quote 0
                      • S
                        Sebastian Roth Moderator
                        last edited by Dec 2, 2021, 12:21 PM

                        @zaqen said in HP 405 G6 deploy error:

                        Is it possible to give the kernel name at group level?

                        Sure, FOG web UI -> FOG COnfiguration -> FOG Settings -> expand all -> search for Kernel.

                        Or simply rename the bzImage-5.15.5 to bzImage (and rename the original bzImage instead of overwriting it just to be sure to have a backup copy).

                        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

                        Z 1 Reply Last reply Dec 2, 2021, 1:52 PM Reply Quote 0
                        • Z
                          Zaqen @Sebastian Roth
                          last edited by Dec 2, 2021, 1:52 PM

                          @sebastian-roth
                          yes thank’you. i found where i can create group and i put version of kernel, it’s perfect.
                          George give to me howto compiling kernel to fog, but I would like to have your method please 😉
                          Cheers

                          1 Reply Last reply Reply Quote 0
                          • 1
                          • 2
                          • 2 / 2
                          2 / 2
                          • First post
                            21/23
                            Last post

                          298

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project