reboot does a shutdown instead of rebooting (OCP v2)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OEM Priority Project |
Invalid
|
Medium
|
Unassigned | ||
The Open Compute Project |
New
|
Critical
|
Unassigned | ||
linux (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
On the OCP v2 compliant system (Windmill OCP motherboard v2), the system hang at the reboot startup. This issue happens on 12.04.1, 12.04.2 and 12.10.
The work around in http://
mei in 12.04.1
$ modinfo mei
filename: /lib/modules/
version: 7.1.20.1
license: GPL v2
description: Intel(R) Management Engine Interface
author: Intel Corporation
srcversion: 9252880194B0263
Kernel mei message before blacklisted:
kernel: [ 6.961623] mei: module is from the staging directory, the quality is unknown, you have been warned.
kernel: [ 6.962226] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
kernel: [ 6.962235] mei 0000:00:16.0: setting latency timer to 64
kernel: [ 6.962310] mei 0000:00:16.0: irq 104 for MSI/MSI-X
mei in 12.04.2
$ modinfo mei
filename: /lib/modules/
license: GPL v2
description: Intel(R) Management Engine Interface
author: Intel Corporation
srcversion: 0580619CB5DEF6A
Kernel mei message before blacklisted:
kernel: [ 6.543470] mei 0000:00:16.0: setting latency timer to 64
kernel: [ 6.543547] mei 0000:00:16.0: irq 104 for MSI/MSI-X
kernel: [ 6.547516] mei 0000:00:16.0: wd: failed to find the client
mei in 12.10
$ modinfo mei
filename: /lib/modules/
license: GPL v2
description: Intel(R) Management Engine Interface
author: Intel Corporation
srcversion: 0580619CB5DEF6A
Kernel mei message before blacklisted:
kernel: [ 4.731997] mei 0000:00:16.0: setting latency timer to 64
kernel: [ 4.736801] mei 0000:00:16.0: irq 104 for MSI/MSI-X
kernel: [ 4.741695] mei 0000:00:16.0: wd: failed to find the client
Changed in opencompute: | |
importance: | Undecided → Critical |
Changed in oem-priority: | |
importance: | Undecided → High |
importance: | High → Medium |
Changed in linux (Ubuntu): | |
status: | Incomplete → Confirmed |
Changed in oem-priority: | |
status: | New → Invalid |
tags: | added: needs-kernel-logs needs-upstream-testing precise quantal |
Little more info on this. When the system is cycled or shutdown either from a reboot command (shutdown -r now or reboot), shutdown, or the reboot button is hit on the system the box will hang and the only way to recover the system is with a full power cycle (IPMI power off, press and hold the power button, yank mains). Using the debug card the system is deadlocked with a post code of "00" and will stay in that state until it is power cycled. Once the module is blacklist the system responds normally.