Hi everyone,
I have been research about small project.
Following
- Power On a computer using Intel vPro chip through LAN. My program at Linux platform remote to computer using vPro chip through LAN. I'm using 'AMT_Implementation_and_Reference_Guide'. https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
and I implemented 'Change Power State' computer using vPro chip.It's ok.
So, I just power On button on computer using vPro but I try set a [PowerOn password] of vPro comuputer at BIOS configuration. The dialog box will appear at vPro computer's BIOS Screen When vPro computer powerOn and require input a [PowerOn password] which i have been set before.
- I can't pass my [PowerOn password] from Linux platform to vPro computer's BIOS Screen. i have been test and debug with API, class, method,... which Intel SDK provided. For Example:
+ CIM_BootSettingData
+ CIM_PowerManagementService
+ Get Password Model
+ CIM_BootConfigSetting
+ ...
Anyone can help me,
thanks you and best Regards