Add UEFI mode.

This commit is contained in:
Uggla 2015-10-15 13:54:17 +02:00
parent 6b296a79a3
commit dd6a1eafc0

View File

@ -63,7 +63,7 @@ remote_mgmt.Systems.systems_list[0].bios.set_parameter("UefiShellStartupLocation
remote_mgmt.Systems.systems_list[0].bios.set_parameter("UefiShellStartupUrl", "http://10.3.222.88/deploy/startup.nsh") remote_mgmt.Systems.systems_list[0].bios.set_parameter("UefiShellStartupUrl", "http://10.3.222.88/deploy/startup.nsh")
remote_mgmt.Systems.systems_list[0].set_parameter_json('{"Boot": {"BootSourceOverrideTarget": "UefiShell"}}') remote_mgmt.Systems.systems_list[0].set_parameter_json('{"Boot": {"BootSourceOverrideTarget": "UefiShell"}}')
remote_mgmt.Systems.systems_list[0].set_parameter_json('{"Boot": {"BootSourceOverrideEnabled" : "Once"}}') remote_mgmt.Systems.systems_list[0].set_parameter_json('{"Boot": {"BootSourceOverrideEnabled" : "Continuous"}}')
#Reset of the system is required to apply the changes #Reset of the system is required to apply the changes
remote_mgmt.Systems.systems_list[0].reset_system() remote_mgmt.Systems.systems_list[0].reset_system()