1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

IBM Z changes related to pxe

This commit is contained in:
Lakshmi Girish
2025-04-04 16:40:59 +05:30
committed by openshift-cherrypick-robot
parent 11cfc92f19
commit ddad1cd7a0
2 changed files with 5 additions and 3 deletions

View File

@@ -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.

View File

@@ -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=<memory> \
--cpu host \
--vcpus=<vcpus> \
--cdrom <agent_iso_image> \ <1>
--cdrom \<path_to_image>/<agent_iso_image> \ <1>
--disk pool=default,size=<disk_pool_size> \
--network network:default,mac=<mac_address> \
--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, `<path_to_image>/home/<image>.iso`.
endif::pxe-boot[]
. Optional: Enable FIPS mode.