DM-
SV01 Server ● BMC User Manual ● Rev. 2.1
104
Figure 97: Redfish - Boot override option configured as PXE
3.3.9.2 Force CD-ROM/Virtual Media Boot Override
Using a PATCH request, it is possible to configure the override function to force the system to boot from
CD (also used for booting the virtual media).
Function
Boot override - CD
Operation
PATCH
URI
https://<BMC_IP>/redfish/v1/Systems/system
Payload
{
“Boot”: {
“BootSourceOverrideTarget” : “Cd”
}
}
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 CD or virtual media.