Skip to content

Commit 74fb7d1

Browse files
authored
Merge pull request #29587 from sagidlow/BZ-1834830
Added note and removed arguments
2 parents 05656fb + 90a3b58 commit 74fb7d1

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

modules/installation-user-infra-machines-pxe.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ the `coreos.live.rootfs_url` parameter value is the location of the
9797
location of the bootstrap Ignition config file.
9898
You can also add more kernel arguments to the `APPEND` line to configure networking
9999
or other boot options.
100+
+
101+
[NOTE]
102+
====
103+
This configuration does not enable serial console access on machines with a graphical console. To configure a different console, add one or more `console=` arguments to the `APPEND` line. For example, add `console=tty0 console=ttyS0` to set the first PC serial port as the primary console and the graphical console as a secondary console. For more information, see link:https://access.redhat.com/articles/7212[How does one set up a serial terminal and/or console in Red Hat Enterprise Linux?].
104+
====
100105

101106
** For iPXE:
102107
+
@@ -113,7 +118,12 @@ and the `coreos.inst.ignition_url` parameter value is the
113118
location of the bootstrap Ignition config file.
114119
<2> If you use multiple NICs, specify a single interface in the `ip` option.
115120
For example, to use DHCP on a NIC that is named `eno1`, set `ip=eno1:dhcp`.
116-
121+
+
122+
[NOTE]
123+
====
124+
This configuration does not enable serial console access on machines with a graphical console. To configure a different console, add one or more `console=` arguments to the `kernel` line. For example, add `console=tty0 console=ttyS0` to set the first PC serial port as the primary console and the graphical console as a secondary console. For more information, see link:https://access.redhat.com/articles/7212[How does one set up a serial terminal and/or console in Red Hat Enterprise Linux?].
125+
====
126+
+
117127
. Continue to create the machines for your cluster.
118128
+
119129
[IMPORTANT]

modules/machine-user-infra-machines-pxe.adoc

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,30 @@ TIMEOUT 20
2727
PROMPT 0
2828
LABEL pxeboot
2929
KERNEL http://<HTTP_server>/rhcos-<version>-installer-live-kernel-<architecture> <1>
30-
APPEND initrd=http://<HTTP_server>/rhcos-<version>-installer-live-initramfs.<architecture>.img console=ttyS0 console=tty0 coreos.inst.install_dev=/dev/sda coreos.inst.ignition_url=http://<HTTP_server>/worker.ign coreos.live.rootfs_url=http://<HTTP_server>/rhcos-<version>-installer-live-rootfs.<architecture>.img <2>
30+
APPEND initrd=http://<HTTP_server>/rhcos-<version>-installer-live-initramfs.<architecture>.img coreos.inst.install_dev=/dev/sda coreos.inst.ignition_url=http://<HTTP_server>/worker.ign coreos.live.rootfs_url=http://<HTTP_server>/rhcos-<version>-installer-live-rootfs.<architecture>.img <2>
3131
----
3232
<1> Specify the location of the live `kernel` file that you uploaded to your HTTP server.
3333
<2> Specify locations of the {op-system} files that you uploaded to your HTTP server. The `initrd` parameter value is the location of the live `initramfs` file, the `coreos.inst.ignition_url` parameter value is the location of the worker Ignition config file, and the `coreos.live.rootfs_url` parameter value is the location of the live `rootfs` file. The `coreos.inst.ignition_url` and `coreos.live.rootfs_url` parameters only support HTTP and HTTPS.
34+
+
35+
+
36+
[NOTE]
37+
====
38+
This configuration does not enable serial console access on machines with a graphical console. To configure a different console, add one or more `console=` arguments to the `APPEND` line. For example, add `console=tty0 console=ttyS0` to set the first PC serial port as the primary console and the graphical console as a secondary console. For more information, see link:https://access.redhat.com/articles/7212[How does one set up a serial terminal and/or console in Red Hat Enterprise Linux?].
39+
====
3440

3541
** For iPXE:
3642
+
3743
----
38-
kernel http://<HTTP_server>/rhcos-<version>-installer-kernel-<architecture> console=ttyS0 console=tty0 coreos.inst.install_dev=/dev/sda coreos.inst.ignition_url=http://<HTTP_server>/worker.ign coreos.live.rootfs_url=http://<HTTP_server>/rhcos-<version>-installer-live-rootfs.<architecture>.img <1>
44+
kernel http://<HTTP_server>/rhcos-<version>-installer-kernel-<architecture> coreos.inst.install_dev=/dev/sda coreos.inst.ignition_url=http://<HTTP_server>/worker.ign coreos.live.rootfs_url=http://<HTTP_server>/rhcos-<version>-installer-live-rootfs.<architecture>.img <1>
3945
initrd=http://<HTTP_server>/rhcos-<version>-installer-live-initramfs.<architecture>.img <2>
4046
----
4147
<1> Specify locations of the {op-system} files that you uploaded to your HTTP server. The `kernel` parameter value is the location of the `kernel` file, the `coreos.inst.ignition_url` parameter value is the location of the worker Ignition config file, and the `coreos.live.rootfs_url` parameter value is the location of the live `rootfs` file. The `coreos.inst.ignition_url` and `coreos.live.rootfs_url` parameters only support HTTP and HTTPS.
4248
<2> Specify the location of the `initramfs` file that you uploaded to your HTTP server.
49+
+
50+
+
51+
[NOTE]
52+
====
53+
This configuration does not enable serial console access on machines with a graphical console. To configure a different console, add one or more `console=` arguments to the `kernel` line. For example, add `console=tty0 console=ttyS0` to set the first PC serial port as the primary console and the graphical console as a secondary console. For more information, see link:https://access.redhat.com/articles/7212[How does one set up a serial terminal and/or console in Red Hat Enterprise Linux?].
54+
====
4355

4456
. Use the PXE or iPXE infrastructure to create the required compute machines for your cluster.

0 commit comments

Comments
 (0)