From eda380756579325e61265e56099386abbeec7347 Mon Sep 17 00:00:00 2001 From: Simon Mayer Date: Thu, 12 Mar 2026 15:33:27 +0100 Subject: [PATCH] Set console ttyS0 for QEMU manufacturer --- pixiecore/boot.ipxe | 1 + 1 file changed, 1 insertion(+) diff --git a/pixiecore/boot.ipxe b/pixiecore/boot.ipxe index ac33df2..621dad0 100644 --- a/pixiecore/boot.ipxe +++ b/pixiecore/boot.ipxe @@ -30,6 +30,7 @@ set console ttyS1 set sp:hex 20 && set sp ${sp:string} iseq ${manufacturer} Dell${sp}Inc. && set console ttyS0 || iseq ${manufacturer} Giga${sp}Computing && set console ttyS0 || +iseq ${manufacturer} QEMU && set console ttyS0 || # Try to get a filename from ProxyDHCP, retrying a couple of times if # we fail.