DM-
SV01 Server ● BMC User Manual ● Rev. 2.1
103
Figure 96: Redfish - Configuring network
3.3.9 Boot Override Options
The user can force the boot sequence configuration by means of the redfish. Details regarding the boot
override function can be found in section “2.3.1.2 Host OS boot settings - Boot override”.
3.3.9.1 Force PXE Boot Override
Using a PATCH request, it is possible to configure the override function to force the system to boot from
PXE (netboot).
Function
Boot override - PXE
Operation
PATCH
URI
https://<BMC_IP>/redfish/v1/Systems/system
Payload
{
“Boot”: {
“BootSourceOverrideTarget” : “Pxe”
}
}
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 PXE.