DM-
SV01 Server ● BMC User Manual ● Rev. 2.1
107
Figure 100: Redfish - Boot override option configured as USB
3.3.9.5 Force HDD Boot Override
Using a PATCH request, it is possible to configure the override function to force the system to boot from
the hard disk drive (HDD).
Function
Boot override - HDD
Operation
PATCH
URI
https://<BMC_IP>/redfish/v1/Systems/system
Payload
{
“Boot”: {
“BootSourceOverrideTarget” : “Hdd”
}
}
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 host system will
boot by means of the HDD.