From e6aa738a7d8dbb6abbac31df7994fe0e39e33117 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:57 -0400 Subject: [PATCH] Remove serial console from installer boot cmdline Having two consoles causes problems, so just remove it. --- buildpxe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpxe.sh b/buildpxe.sh index ec19aff..8ef353b 100755 --- a/buildpxe.sh +++ b/buildpxe.sh @@ -121,7 +121,7 @@ set submenu-default pvc-installer :pvc-installer kernel \${root-url}/vmlinuz initrd \${root-url}/initrd.img -imgargs vmlinuz console=tty0 console=ttyS0,115200n8 vga=normal nomodeset boot=live components ethdevice-timeout=600 timezone=America/Toronto fetch=\${root-url}/filesystem.squashfs username=root pvcinstall.preseed=on pvcinstall.seed_host=\${next-server} pvcinstall.seed_file=/host/mac-\${mac:hexraw}.preseed +imgargs vmlinuz console=tty0 vga=normal nomodeset boot=live components ethdevice-timeout=600 timezone=America/Toronto fetch=\${root-url}/filesystem.squashfs username=root pvcinstall.preseed=on pvcinstall.seed_host=\${next-server} pvcinstall.seed_file=/host/mac-\${mac:hexraw}.preseed boot EOF