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

    HP Compaq Elite 8300 don´t boot

    Scheduled Pinned Locked Moved Solved
    Hardware Compatibility
    4
    24
    12.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.
    • BASURILLABAS2B
      BASURILLABAS2 @Sebastian Roth
      last edited by

      @Sebastian-Roth is in all machines of this model HP elite 8300.

      Tom ElliottT 1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott @BASURILLABAS2
        last edited by

        @BASURILLABAS2 as @Sebastian-Roth asked, what do the ipxe files look like. Specifically the init and bzImage files? ls -l /var/www/fog/service/ipxe/{init{,_32}.xz,bzImage{,32}}

        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

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

          @BASURILLABAS2 As well, can go to FOG Configuration -> FOG Settings -> FOG Boot Settings to enable FOG_KERNEL_DEBUG and crank up the FOG_KERNEL_LOGLEVEL to 7! Hope we will see more messages then!! Keeping my fingers crossed.

          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
          • Wayne WorkmanW
            Wayne Workman
            last edited by Wayne Workman

            It could be as simple as the inits and kernel not being fully downloaded. That always causes bizarre errors.

            Can you see if another model will still boot and image?

            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!
            Daily Clean Installation Results:
            https://fogtesting.fogproject.us/
            FOG Reporting:
            https://fog-external-reporting-results.fogproject.us/

            1 Reply Last reply Reply Quote 0
            • BASURILLABAS2B
              BASURILLABAS2 @Tom Elliott
              last edited by

              @Tom-Elliott said:

              @BASURILLABAS2 as @Sebastian-Roth asked, what do the ipxe files look like. Specifically the init and bzImage files? ls -l /var/www/fog/service/ipxe/{init{,_32}.xz,bzImage{,32}}

              -rw-r–r-- 1 fog www-data 6169392 ene 21 12:38 /var/www/fog/service/ipxe/bzImage
              -rw-r–r-- 1 fog www-data 6170512 ene 21 12:38 /var/www/fog/service/ipxe/bzImage32
              -rw-r–r-- 1 fog www-data 9577456 ene 21 12:38 /var/www/fog/service/ipxe/init_32.xz
              -rw-r–r-- 1 fog www-data 10914208 ene 21 12:38 /var/www/fog/service/ipxe/init.xz

              Tom ElliottT 1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott @BASURILLABAS2
                last edited by

                @BASURILLABAS2 The init’s are not the proper size.

                Please rerun the installer.

                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 3
                • BASURILLABAS2B
                  BASURILLABAS2
                  last edited by

                  This post is deleted!
                  BASURILLABAS2B 1 Reply Last reply Reply Quote 0
                  • S
                    Sebastian Roth Moderator
                    last edited by Sebastian Roth

                    There you go, see the problem? bzImage32 and init.xz don’t go together! Should be bzImage+init.xz OR bzImage32+init_32.xz. Please check your FOG settings in the web GUI.

                    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

                    BASURILLABAS2B 1 Reply Last reply Reply Quote 1
                    • BASURILLABAS2B
                      BASURILLABAS2 @Sebastian Roth
                      last edited by

                      @Sebastian-Roth
                      With bzImage I have the same problem:

                      0_1453479778960_captura2_2.jpg

                      1 Reply Last reply Reply Quote 0
                      • BASURILLABAS2B
                        BASURILLABAS2 @BASURILLABAS2
                        last edited by

                        @BASURILLABAS2 said:

                        I have update to FOG 6060, I update kernels:

                        0_1453477041167_listado.jpg

                        And I still have error (with kernel bzImage and bzImage32):

                        0_1453479975391_captura_2.jpg

                        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                        • Wayne WorkmanW
                          Wayne Workman @BASURILLABAS2
                          last edited by

                          @BASURILLABAS2 In your picture below, it’s still trying to use bzimage32 with init.xz. One is 32 bit, the other is 64 bit. They can’t work together. Did you re-run the installer? What version of FOG are you using? Have you specified anything in the kernel parameters for this particular host?

                          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!
                          Daily Clean Installation Results:
                          https://fogtesting.fogproject.us/
                          FOG Reporting:
                          https://fog-external-reporting-results.fogproject.us/

                          BASURILLABAS2B 1 Reply Last reply Reply Quote 1
                          • BASURILLABAS2B
                            BASURILLABAS2 @Wayne Workman
                            last edited by

                            @Wayne-Workman
                            Is the same error with bximage and init.xz.
                            I have FOG 6094, I reinstaled today
                            I dont have parameters in the multiple host that I try to capture a image

                            0_1453735322765_captura4.jpg

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

                              @BASURILLABAS2 So let’s take it one step back and hopefully we can see what’s missing for you here.

                              • Is this only an issue with HP Compaq Elite 8300?? Other client machines boot fine?!
                              • Do you see this kernel panic only on one particular machine or on several machines (all HP Compaq Elite 8300)?
                              • Have you tried booting any kind of live linux on this machine? Try Ubuntu DVD for example or any other you have at hand

                              PS: Trying to find out about the HP Elite 8300 hardware details I remembered that we used to have some of those machines at work. FOG worked great! Maybe it’s a hardware defect in this particular machine. RAM? NIC?

                              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

                              BASURILLABAS2B 1 Reply Last reply Reply Quote 1
                              • BASURILLABAS2B
                                BASURILLABAS2 @Sebastian Roth
                                last edited by

                                Hello @Sebastian-Roth

                                • Is this only an issue with HP Compaq Elite 8300?? Other client machines boot fine?! --> Now I have this machines only. PXE boot fine, the error is when I tried to capture an image
                                • Do you see this kernel panic only on one particular machine or on several machines (all HP Compaq Elite 8300)? --> Error is in several machines
                                • Have you tried booting any kind of live linux on this machine? Try Ubuntu DVD for example or any other you have at hand --> I have FOG installed in a HP 8300 and I instaled with Centos and Ubuntu and boot fine in both

                                PS: Trying to find out about the HP Elite 8300 hardware details I remembered that we used to have some of those machines at work. FOG worked great! Maybe it’s a hardware defect in this particular machine. RAM? NIC?

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

                                  Can you please be a bit more specific? Do you see the same kernel panic on all your clients when trying to capture/deploy? Different machines? Which models?

                                  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

                                  BASURILLABAS2B 1 Reply Last reply Reply Quote 0
                                  • Wayne WorkmanW
                                    Wayne Workman
                                    last edited by

                                    Could this have anything to do with the boot file?

                                    Can you try undionly.kkpxe for your DHCP option 067 ?

                                    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!
                                    Daily Clean Installation Results:
                                    https://fogtesting.fogproject.us/
                                    FOG Reporting:
                                    https://fog-external-reporting-results.fogproject.us/

                                    1 Reply Last reply Reply Quote 0
                                    • BASURILLABAS2B
                                      BASURILLABAS2 @Sebastian Roth
                                      last edited by

                                      @Sebastian-Roth said:

                                      Can you please be a bit more specific? Do you see the same kernel panic on all your clients when trying to capture/deploy? Different machines? Which models?

                                      In all models HP Compaq Elite 8300

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

                                        Which iPXE binary do you use at the moment? undionly.kpxe? ipxe.pxe? Am I right that those machines use legacy BIOS and don’t have UEFI yet?

                                        As Wayne suggested you can try using a different iPXE binary, like undionly.kkpxe (note the two k’s!) or ipxe.pxe

                                        PS: I find this really confusing. Those machines are not very new and I am pretty sure others have used FOG with those successfully.

                                        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

                                        BASURILLABAS2B 1 Reply Last reply Reply Quote 1
                                        • BASURILLABAS2B
                                          BASURILLABAS2 @Sebastian Roth
                                          last edited by BASURILLABAS2

                                          @Sebastian-Roth
                                          I found the error.
                                          I have another FOG in production (FOG@ehu 1.33) in production in the same LAN with the same DHCP and had a conflict with the iPXE.
                                          I modified the DHCP an now boot properly
                                          Thanks for the replay that made me find way

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

                                            Thanks for letting us know! I am so glad that this has been fixed now.

                                            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 1
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            179

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project