ACPI kernel parameter options for HP ProLiant DL380 G5

Clash 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?
debian acpi kernel-parameters
add a comment |Â
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?
debian acpi kernel-parameters
add a comment |Â
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?
debian acpi kernel-parameters
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?
debian acpi kernel-parameters
asked Nov 20 '17 at 14:00
Joel Maxuel
315
315
add a comment |Â
add a comment |Â
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.
- 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.
- Disabling "MPS Table Mode" in the BIOS[*] has the same outcome as option one, but with less kernel chatter.
- 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.
- 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
add a comment |Â
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.
- 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.
- Disabling "MPS Table Mode" in the BIOS[*] has the same outcome as option one, but with less kernel chatter.
- 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.
- 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
add a comment |Â
up vote
1
down vote
accepted
After a day with this, I found a few workarounds, with varying results.
- 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.
- Disabling "MPS Table Mode" in the BIOS[*] has the same outcome as option one, but with less kernel chatter.
- 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.
- 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
add a comment |Â
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.
- 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.
- Disabling "MPS Table Mode" in the BIOS[*] has the same outcome as option one, but with less kernel chatter.
- 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.
- 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
After a day with this, I found a few workarounds, with varying results.
- 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.
- Disabling "MPS Table Mode" in the BIOS[*] has the same outcome as option one, but with less kernel chatter.
- 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.
- 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
answered Nov 21 '17 at 11:35
Joel Maxuel
315
315
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password