You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation-user-infra-machines-pxe.adoc
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,11 @@ the `coreos.live.rootfs_url` parameter value is the location of the
97
97
location of the bootstrap Ignition config file.
98
98
You can also add more kernel arguments to the `APPEND` line to configure networking
99
99
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
+
====
100
105
101
106
** For iPXE:
102
107
+
@@ -113,7 +118,12 @@ and the `coreos.inst.ignition_url` parameter value is the
113
118
location of the bootstrap Ignition config file.
114
119
<2> If you use multiple NICs, specify a single interface in the `ip` option.
115
120
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
+
+
117
127
. Continue to create the machines for your cluster.
<1> Specify the location of the live `kernel` file that you uploaded to your HTTP server.
33
33
<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?].
<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.
42
48
<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
+
====
43
55
44
56
. Use the PXE or iPXE infrastructure to create the required compute machines for your cluster.
0 commit comments