ACPI kernel parameter options for HP ProLiant DL380 G5

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












Heavily related to a question on the sister site (https://serverfault.com/questions/874943/debian-9-black-screen-during-install), I have recently picked up an HP ProLiant DL380 G5 and attempted to install Debian 9 on it (currently to a USB drive as I wait for my order of HDD's).



The OS setup would halt due to a NMI Watchdog error (to the swapper task just like above linked) if I did not add acpi=off and vga=ask to the kernel boot parameters, but now that the OS is present I want to be able to dismiss acpi=off so I can power the system off unattended (server is to be set up on an as-needed basis with WOL, physically placed in a basement).



With acpi=off the soft power signal does not respond. Are there any other kernel options I can use to limit ACPI (so the system can boot) but allow the system to turn itself off as well?







share|improve this question
























    up vote
    1
    down vote

    favorite












    Heavily related to a question on the sister site (https://serverfault.com/questions/874943/debian-9-black-screen-during-install), I have recently picked up an HP ProLiant DL380 G5 and attempted to install Debian 9 on it (currently to a USB drive as I wait for my order of HDD's).



    The OS setup would halt due to a NMI Watchdog error (to the swapper task just like above linked) if I did not add acpi=off and vga=ask to the kernel boot parameters, but now that the OS is present I want to be able to dismiss acpi=off so I can power the system off unattended (server is to be set up on an as-needed basis with WOL, physically placed in a basement).



    With acpi=off the soft power signal does not respond. Are there any other kernel options I can use to limit ACPI (so the system can boot) but allow the system to turn itself off as well?







    share|improve this question






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      Heavily related to a question on the sister site (https://serverfault.com/questions/874943/debian-9-black-screen-during-install), I have recently picked up an HP ProLiant DL380 G5 and attempted to install Debian 9 on it (currently to a USB drive as I wait for my order of HDD's).



      The OS setup would halt due to a NMI Watchdog error (to the swapper task just like above linked) if I did not add acpi=off and vga=ask to the kernel boot parameters, but now that the OS is present I want to be able to dismiss acpi=off so I can power the system off unattended (server is to be set up on an as-needed basis with WOL, physically placed in a basement).



      With acpi=off the soft power signal does not respond. Are there any other kernel options I can use to limit ACPI (so the system can boot) but allow the system to turn itself off as well?







      share|improve this question












      Heavily related to a question on the sister site (https://serverfault.com/questions/874943/debian-9-black-screen-during-install), I have recently picked up an HP ProLiant DL380 G5 and attempted to install Debian 9 on it (currently to a USB drive as I wait for my order of HDD's).



      The OS setup would halt due to a NMI Watchdog error (to the swapper task just like above linked) if I did not add acpi=off and vga=ask to the kernel boot parameters, but now that the OS is present I want to be able to dismiss acpi=off so I can power the system off unattended (server is to be set up on an as-needed basis with WOL, physically placed in a basement).



      With acpi=off the soft power signal does not respond. Are there any other kernel options I can use to limit ACPI (so the system can boot) but allow the system to turn itself off as well?









      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 20 '17 at 14:00









      Joel Maxuel

      315




      315




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          After a day with this, I found a few workarounds, with varying results.



          1. Swapping out acpi=off for nolapic allows the system to boot and power off, until I noticed that I was operating on only one core.

          2. Disabling "MPS Table Mode" in the BIOS[*] has the same outcome as option one, but with less kernel chatter.

          3. I tried the Debian Jessie (older) install disc, went into recovery mode to fire up a shell, and no kernel parameters were needed at all. /proc/cpuinfo showed both cores and poweroff did the needful.

          4. Apparently the core issue has been fixed in the 4.13 kernel. I did not get an opportunity to try this yet, but this may be my preferred option.

          [*] http://forums.debian.net/viewtopic.php?f=10&t=134408






          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f405779%2facpi-kernel-parameter-options-for-hp-proliant-dl380-g5%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote



            accepted










            After a day with this, I found a few workarounds, with varying results.



            1. Swapping out acpi=off for nolapic allows the system to boot and power off, until I noticed that I was operating on only one core.

            2. Disabling "MPS Table Mode" in the BIOS[*] has the same outcome as option one, but with less kernel chatter.

            3. I tried the Debian Jessie (older) install disc, went into recovery mode to fire up a shell, and no kernel parameters were needed at all. /proc/cpuinfo showed both cores and poweroff did the needful.

            4. Apparently the core issue has been fixed in the 4.13 kernel. I did not get an opportunity to try this yet, but this may be my preferred option.

            [*] http://forums.debian.net/viewtopic.php?f=10&t=134408






            share|improve this answer
























              up vote
              1
              down vote



              accepted










              After a day with this, I found a few workarounds, with varying results.



              1. Swapping out acpi=off for nolapic allows the system to boot and power off, until I noticed that I was operating on only one core.

              2. Disabling "MPS Table Mode" in the BIOS[*] has the same outcome as option one, but with less kernel chatter.

              3. I tried the Debian Jessie (older) install disc, went into recovery mode to fire up a shell, and no kernel parameters were needed at all. /proc/cpuinfo showed both cores and poweroff did the needful.

              4. Apparently the core issue has been fixed in the 4.13 kernel. I did not get an opportunity to try this yet, but this may be my preferred option.

              [*] http://forums.debian.net/viewtopic.php?f=10&t=134408






              share|improve this answer






















                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                After a day with this, I found a few workarounds, with varying results.



                1. Swapping out acpi=off for nolapic allows the system to boot and power off, until I noticed that I was operating on only one core.

                2. Disabling "MPS Table Mode" in the BIOS[*] has the same outcome as option one, but with less kernel chatter.

                3. I tried the Debian Jessie (older) install disc, went into recovery mode to fire up a shell, and no kernel parameters were needed at all. /proc/cpuinfo showed both cores and poweroff did the needful.

                4. Apparently the core issue has been fixed in the 4.13 kernel. I did not get an opportunity to try this yet, but this may be my preferred option.

                [*] http://forums.debian.net/viewtopic.php?f=10&t=134408






                share|improve this answer












                After a day with this, I found a few workarounds, with varying results.



                1. Swapping out acpi=off for nolapic allows the system to boot and power off, until I noticed that I was operating on only one core.

                2. Disabling "MPS Table Mode" in the BIOS[*] has the same outcome as option one, but with less kernel chatter.

                3. I tried the Debian Jessie (older) install disc, went into recovery mode to fire up a shell, and no kernel parameters were needed at all. /proc/cpuinfo showed both cores and poweroff did the needful.

                4. Apparently the core issue has been fixed in the 4.13 kernel. I did not get an opportunity to try this yet, but this may be my preferred option.

                [*] http://forums.debian.net/viewtopic.php?f=10&t=134408







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 21 '17 at 11:35









                Joel Maxuel

                315




                315



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f405779%2facpi-kernel-parameter-options-for-hp-proliant-dl380-g5%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    Peggy Mitchell

                    The Forum (Inglewood, California)

                    Palaiologos