asu command
This command is used to configure UEFI settings.
Advanced Settings Utility commands (ASU) are used to configure UEFI settings. The host system must be rebooted for any UEFI setting changes to take effect.
Syntax:
asu [subset_command]
Command | Description | Value |
---|---|---|
help | Use this command to display help information for one or more settings. | setting_name |
set | Use this command to change the value of a setting. Set the UEFI setting to the input value. Note
| setting_name=value |
show | Use this command to display the current value of one or more settings. | setting_name |
showvalues | Use this command to display all possible values for one or more settings. Note
| setting_name |
showgroups | Use this command to display the available setting groups. This command displays the names of known groups. Group names may vary depending on the installed devices. | |
Note
|
Example:
system> asu showgroups
SystemUEFI
BroadcomNetXtremeGigabitEthernetAdapter__Slot6
iSCSI
NetworkStackSettings
SecureBootConfiguration
DefaultOptions
NetworkBootSettings
BootModes
BootOrder
PasswordRuleandPolicy
ok
system> asu showvalues SystemRecovery*
SystemRecovery_POSTWatchdogTimer=<Disabled>=Enabled
SystemRecovery_POSTWatchdogTimerValue=Integer min=5 max=20 step=1 default=5
SystemRecovery_RebootSystemonNMI=<Enabled>=Disabled
SystemRecovery_PostLoadSetupDefault=<Disabled>=Enabled
ok
system> asu show SystemRecovery*
SystemRecovery_POSTWatchdogTimer=Disabled
SystemRecovery_POSTWatchdogTimerValue=5
SystemRecovery_RebootSystemonNMI=Enabled
SystemRecovery_PostLoadSetupDefault=Disabled
system> asu set SystemRecovery_PostLoadSetupDefault=Enabled
ok
system> asu show SystemRecovery_PostLoadSetupDefault
SystemRecovery_PostLoadSetupDefault=Enabled
Give documentation feedback