From de83a5e83eaaf646d311864c6ff470cea735890d Mon Sep 17 00:00:00 2001 From: Hippie Hacker Date: Tue, 6 Feb 2024 08:22:05 -0700 Subject: [PATCH] Add serial console to coreos-install From https://docs.fedoraproject.org/en-US/fedora-coreos/emergency-shell/#_configuring_the_console_during_bare_metal_installation --- equinix-metal-ipxe-boot/ipxe.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/equinix-metal-ipxe-boot/ipxe.txt b/equinix-metal-ipxe-boot/ipxe.txt index acceb16..99feaed 100644 --- a/equinix-metal-ipxe-boot/ipxe.txt +++ b/equinix-metal-ipxe-boot/ipxe.txt @@ -7,7 +7,7 @@ set CONFIGURL https://raw.githubusercontent.com/ii/corehost/hh/equinix-metal-ipx set BASEURL https://builds.coreos.fedoraproject.org/prod/streams/${STREAM}/builds/${VERSION}/x86_64 -kernel ${BASEURL}/fedora-coreos-${VERSION}-live-kernel-x86_64 initrd=main coreos.live.rootfs_url=${BASEURL}/fedora-coreos-${VERSION}-live-rootfs.x86_64.img coreos.inst.install_dev=${INSTALLDEV} coreos.inst.ignition_url=${CONFIGURL} console=ttyS1,115200n8 +kernel ${BASEURL}/fedora-coreos-${VERSION}-live-kernel-x86_64 initrd=main coreos.live.rootfs_url=${BASEURL}/fedora-coreos-${VERSION}-live-rootfs.x86_64.img coreos.inst.install_dev=${INSTALLDEV} coreos.inst.ignition_url=${CONFIGURL} coreos.inst.console=ttyS1,115200n8 console=ttyS1,115200n8 initrd --name main ${BASEURL}/fedora-coreos-${VERSION}-live-initramfs.x86_64.img boot