From ddad1cd7a0ec40a30c85a93e4892fd761c7a85e0 Mon Sep 17 00:00:00 2001 From: Lakshmi Girish Date: Fri, 4 Apr 2025 16:40:59 +0530 Subject: [PATCH] IBM Z changes related to pxe --- modules/adding-ibm-z-lpar-agent.adoc | 2 ++ modules/installing-ocp-agent-ibm-z-kvm.adoc | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/adding-ibm-z-lpar-agent.adoc b/modules/adding-ibm-z-lpar-agent.adoc index 30dcb264ba..8f2c9a23e2 100644 --- a/modules/adding-ibm-z-lpar-agent.adoc +++ b/modules/adding-ibm-z-lpar-agent.adoc @@ -53,6 +53,8 @@ boot-artifacts └─ agent.s390x-rootfs.img ---- +. Rename the `boot-artifacts` file present in the `generic.ins` parameter file to match the names of the `boot-artifacts` file generated by the installation program. + . Transfer the `initrd`, `kernel`, `generic.ins`, and `initrd.img.addrsize` parameter files to the file server. For more information, see link:https://www.ibm.com/docs/en/linux-on-systems?topic=bl-booting-linux-in-lpar-mode[Booting Linux in LPAR mode] (IBM documentation). . Start the machine. diff --git a/modules/installing-ocp-agent-ibm-z-kvm.adoc b/modules/installing-ocp-agent-ibm-z-kvm.adoc index cb53329e30..1a58103558 100644 --- a/modules/installing-ocp-agent-ibm-z-kvm.adoc +++ b/modules/installing-ocp-agent-ibm-z-kvm.adoc @@ -48,7 +48,7 @@ $ virt-install \ --extra-args "coreos.inst.persistent-kargs=console=tty1 console=ttyS1,115200n8" \ --osinfo detect=on,require=off ---- -<1> For the `--location` parameter, specify the location of the kernel/initrd on the HTTP or HTTPS server. +<1> For the `--location` parameter, specify the location of the `kernel` and `initrd` files. The location can be a local server path or a URL using HTTP or HTTPS. endif::pxe-boot[] @@ -63,7 +63,7 @@ $ virt-install --memory= \ --cpu host \ --vcpus= \ - --cdrom \ <1> + --cdrom \/ \ <1> --disk pool=default,size= \ --network network:default,mac= \ --graphics none \ @@ -71,7 +71,7 @@ $ virt-install --os-variant rhel9.0 \ --wait=-1 ---- -<1> For the `--cdrom` parameter, specify the location of the ISO image on the HTTP or HTTPS server. +<1> For the `--cdrom` parameter, specify the location of the ISO image on the local server, for example, `/home/.iso`. endif::pxe-boot[] . Optional: Enable FIPS mode.