DM-
SV01 Server ● BMC User Manual ● Rev. 2.1
108
Figure 101: Redfish - Boot override option configured as HDD
3.3.9.6 Disable Boot Override
Using a PATCH request, it is possible to completely disable the boot override function by configuring
its target to “None”.
Function
Boot override - Disable
Operation
PATCH
URI
https://<BMC_IP>/redfish/v1/Systems/system
Payload
{
“Boot”: {
“BootSourceOverrideTarget” : “None”
}
}
Header
X-Auth-
Token: “<token>”
Expected
response
204 No Content
Reply
None
Once the operation is successful, it returns the response “204 No Content” and the next boot of the
host system will be performed using the boot sequence configured in the BIOS menu, without any
overriding.