Step 1) Download SAA and install it on your local PC.
https://www.supermicro.com/en/solutions/management-software/superserver-automation-assistant?campaignid=22479285357&adgroupid=181645646354&keyword=supermicro%20server&utm_term=supermicro%20server&utm_campaign=AS+-1015CS-TNR&utm_source=adwords&utm_medium=ppc&hsa_acc=7027199280&hsa_cam=19932171490&hsa_grp=181645646354&hsa_ad=748955824535&hsa_src=g&hsa_tgt=kwd-20744016&hsa_kw=supermicro%20server&hsa_mt=b&hsa_net=adwords&hsa_ver=3&gad_source=1&gad_campaignid=22479285357&gbraid=0AAAAACS6hYcFhMtQvPlvHVjOE-3w9r-h_&gclid=CjwKCAjwx-zHBhBhEiwA7Kjq6waBeiuu-XHNYn1jCxDdcSGKja6u4IL6lBQ4y-Nllzsd89oIj8YGvxoCK5MQAvD_BwE
Step 2) Run SAA to get the BIOS config file.
Example
# ./saa -i 192.168.1.121 -u ADMIN -p ADMIN -c GetCurrentBiosCfg --file x13ddw_default.xml
Step 3) Make a copy of the Bios config file.
cp x13ddw_default.xml x13ddw_sb-enabled.xml
Step 4) Edit x13ddw_sb-enabled.xml and change these three settings, save and exit the file
Default:
<Setting name="CSM Support" selectedOption="Enabled" type="Option">
<Setting name="SecureBootEnable" checkedStatus="Unchecked" type="CheckBox">
<Setting name="ResetKeys" selectedOption="Disabled" type="Option">
SB enabled:
<Setting name="CSM Support" selectedOption="Disabled" type="Option">
<Setting name="SecureBootEnable" checkedStatus="Checked" type="CheckBox">
<Setting name="ResetKeys" selectedOption="Reset all keys to default" type="Option">
Run the SAA command to update the new BIOS config file and reboot the system in one command
# ./saa -i 192.168.1.121 -u ADMIN -p ADMIN -c ChangeBiosCfg --file x13ddw_sb-enabled.xml --reboot