Bug 10547
Summary: | Reboot fails on newer Dell OptiPlex 745 | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Ben (bdeb) |
Component: | i386 | Assignee: | platform_i386 |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | bunk |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.24.5 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | Remove match on DMI_BOARD_NAME |
Description
Ben
2008-04-24 07:31:43 UTC
Created attachment 16011 [details]
Remove match on DMI_BOARD_NAME
On further inspection, it seems that there are other DMI_BOARD_NAMEs for this same machine. They seem to change from time to time, which means that the current code is fragile. Moreover, using bios reboot should not break non-SFF OptiPlex 745s, and so a reasonable fix is to simply drop the match on DMI_BOARD_NAME.
fixed by commit 163ea310b68bdde89b1ac633fbf8c0db290d3f86 |