From 843477c90112f9dea02848c1f1454990e3df7131 Mon Sep 17 00:00:00 2001 From: Travis Brown Date: Thu, 2 Jul 2026 20:26:04 +0000 Subject: [PATCH] NO-NOS: Make PXE IPv6 console generic like IPv4 Signed-off-by: Travis Brown --- fboss-image/distro_infra/parts/autoexec.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fboss-image/distro_infra/parts/autoexec.ipxe b/fboss-image/distro_infra/parts/autoexec.ipxe index aa2e7a85a2a6c..344e472f2a27a 100644 --- a/fboss-image/distro_infra/parts/autoexec.ipxe +++ b/fboss-image/distro_infra/parts/autoexec.ipxe @@ -15,7 +15,7 @@ set stub_name FBOSS-Distro-Image.x86_64-1.0 initrd ${hbase}/pxeboot.${stub_name}.initrd -kernel ${hbase}/pxeboot.${stub_name}.kernel console=ttyS4,57600n8 nomodeset rd.neednet=1 rd.kiwi.install.pxe ip=eno1:dhcp rd.kiwi.install.image=${hbase}/${stub_name}.xz rd.kiwi.install.target=/dev/nvme0n1 +kernel ${hbase}/pxeboot.${stub_name}.kernel console=ttyS0,57600n8 8250.nr_uarts=1 nomodeset rd.neednet=1 rd.kiwi.install.pxe ip=eno1:dhcp rd.kiwi.install.image=${hbase}/${stub_name}.xz rd.kiwi.install.target=/dev/nvme0n1 # Download a marker file via TFTP so we can use it as a signal to remove the dnsmasq configuration imgfetch ${tbase}/pxeboot_complete /pxeboot_complete