You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,16 +33,16 @@ Commands 100 and above use a combination of HW level power controls (i.e., 2, 5,
33
33
|**400**| Reset to PXE | Powered up/on | Reset to pre-boot execution environment (PXE)(i.e., a network boot | N/A |
34
34
|**401**| Power on to PXE | Powered down/off | Power up/on fully to pre-boot execution environment (PXE) (i.e., a network boot) | N/A |
35
35
36
-
## In-band Required
36
+
## Local Power Actions
37
37
38
-
The power actions below require an in-band agent, Local Management Service (LMS), or Intel® Integrated Management and Security Status (Intel® IMSS).
38
+
The following power actions require Intel Local Manageability Service (LMS) to be installed and running.
39
39
40
-
LMS is a service that runs locally on an Intel AMT device and enables local management applications to send requests and receive responses to and from the device. The LMS listens for and intercepts requests directed to the Intel AMT local host and routes them to to the Management Engine via the Intel Management Engine Interface (MEI) driver.
40
+
LMS is a service that runs locally on an Intel AMT device and enables local management applications to send requests and receive responses to and from the device. The LMS listens for and intercepts requests directed to the Intel AMT local host and routes them to the Management Engine via the Intel Management Engine Interface (MEI) driver.
41
41
42
42
!!! Info "Installing LMS and Drivers"
43
-
The service installer is packaged with the Intel MEI drivers on the OEM websites. If Windows OS is reimaged or reinstalled, only the Intel MEI Driver is reinstalled, not LMS or IMSS.
44
-
45
-
If the LMS is not installed, visit the OEM website and look for download packages for Intel® IMSS or the Intel CSME driver.
43
+
**Windows:** LMS is typically included in OEM Intel CSME driver packages available from your system manufacturer's support site. After reinstalling the OS, ensure you install the complete CSME driver package (not just the MEI driver).
44
+
45
+
**Linux:** Build LMS from source using the [Intel LMS repository](https://github.com/intel/lms). Ensure the MEI driver is installed first. See the repository's build instructions for dependencies and compilation steps.
46
46
47
47
| Action # | Power Action | Start State | Transition Description | ACPI State(s) |
|**104**| Reset to secure erase | Powered up/on | Perform hardware reset on the bus to secure erase, a process of completely erasing a solid state drive (SSD)|
61
-
|**200**| Reset to IDE-R floppy disc | Powered up/on | Perform hardware reset on the bus to a peripheral IDE-R drive, usually reserved for a remote ISO boot |
62
-
| **201** | Power on to IDE-R floppy disc| Powered down/off | Power up/on fully to a peripheral IDE-R drive, usually reserved for a remote ISO boot
63
62
|**202**| Reset to IDE-R CD-ROM | Powered up/on | Perform hardware reset on the bus to a peripheral IDE-R CD-ROM drive, usually reserved for a remote ISO boot |
64
63
|**203**| Power on to IDE-R CD-ROM | Powered down/off | Power up/on to the bus to a peripheral IDE-R CD-ROM drive, usually reserved for a remote ISO boot |
65
64
65
+
### Unsupported Alternative Power Actions
66
+
67
+
The Toolkit does not support the following alternative power actions:
68
+
69
+
| Action # | Power Action | Start State | Transition Description |
|**104**| Reset to secure erase | Powered up/on | Perform hardware reset on the bus to secure erase, a process of completely erasing a solid state drive (SSD)|
72
+
|**200**| Reset to IDE-R floppy disk | Powered up/on | Perform hardware reset on the bus to a peripheral IDE-R drive, usually reserved for a remote ISO boot |
73
+
|**201**| Power on to IDE-R floppy disk| Powered down/off | Power up/on fully to a peripheral IDE-R drive, usually reserved for a remote ISO boot |
0 commit comments