diff --git a/modules/installing-ocp-agent-boot.adoc b/modules/installing-ocp-agent-boot.adoc index f381d4198fbb..9006d364691f 100644 --- a/modules/installing-ocp-agent-boot.adoc +++ b/modules/installing-ocp-agent-boot.adoc @@ -9,6 +9,10 @@ Use this procedure to boot the agent image on your machines. +.Prerequisites + +* If you plan to boot the agent image from a USB drive, you have installed the `syslinux` package. + .Procedure . Create the agent image by running the following command: @@ -20,4 +24,17 @@ $ openshift-install --dir agent create image + NOTE: Red Hat Enterprise Linux CoreOS (RHCOS) supports multipathing on the primary disk, allowing stronger resilience to hardware failure to achieve higher host availability. Multipathing is enabled by default in the agent ISO image, with a default `/etc/multipath.conf` configuration. +. If you plan to boot the ISO image from a USB disk, add a master boot record to the image by running the following command: ++ +[source,terminal] +---- +$ isohybrid --uefi +---- ++ +.Example command +[source,terminal] +---- +$ isohybrid --uefi agent.x86_64.iso +---- + . Boot the `agent.x86_64.iso`, `agent.aarch64.iso`, or `agent.s390x.iso` image on the bare metal machines. \ No newline at end of file