Document URL: https://docs.openshift.com/container-platform/4.8/installing/installing_bare_metal_ipi/ipi-install-installation-workflow.html#configuring-managed-secure-boot-in-the-install-config-file_ipi-install-configuration-files Section Number and Name: Configuring managed Secure Boot in the install-config.yaml file (optional) Describe the issue: The above documentation mentions an example of using ipmi driver along with UEFISecureBoot when Dual stack deployment is done for OpenShift IPI installation. But when the ipmi driver is used for HP DL 360 Gen 10 with iLO5 machines, it gives the error as the ipmi driver is not supported for secure boot. If the above is correct then the documentation should include the Note or example of the driver which is supported with secure boot. Checking the attachment included in the bugzilla. Suggestions for improvement: Additional information:
Hi! This is correct, only Redfish-based drivers are supported now.
To elaborate: IPMI does not provide secure boot management facilities. All redfish based drivers (redfish, redfish-virtualmedia and idrac-virtualmedia) support it. I'm not 100% sure about the iRMC status: they have the related code in place, but the ball is on the Fujitsu's side on whether to support it.
https://github.com/openshift/openshift-docs/pull/37425
Verified and merged.