Ylianst / MeshCommander

MeshCommander is a Intel(R) Active Management Technology (Intel(R) AMT) remote management tool. It's feature rich and includes a built-in remote desktop viewer for Hardware-KVM, a Serial-over-LAN terminal, IDER-Redirection support and much more. MeshCommander is built on web technologies and runs on many plaforms. In addition to being available as a stand-alone tool, MeshCommander was built to be very space efficient to that it can be uploaded into Intel AMT flash space to have it served diretly from the Intel AMT web serve.
Apache License 2.0
334 stars 72 forks source link

Add extra check if ChangeBootOrder unsuccessful #27

Closed jsastriawan closed 4 years ago

jsastriawan commented 4 years ago

Under certain OCR case, ChangeBootOrder will return !=0 which indicates command is not allowed. Typically this is due to AMT is activated in CCM mode. This extra check informs user on potential issue why the command could not proceed.

Ylianst commented 4 years ago

Excellent! Thank you!