diff --git a/pkg/grub/rootfs.cfg b/pkg/grub/rootfs.cfg
index b76aee95b9..a5343d3a93 100644
--- a/pkg/grub/rootfs.cfg
+++ b/pkg/grub/rootfs.cfg
@@ -269,7 +269,7 @@ function set_arm64_baremetal {
       smbios -t 1 -s 5 --set smb_product
       if [ "$smb_product" = "FR201" ]; then
          set_to_existing_file devicetree /boot/dtb/broadcom/bcm2711-rpi-cm4-fr201.dtb
-         set_global dom0_console "console=ttyS0,115200 console=tty0 earlycon=tty0"
+         set_global dom0_console "console=ttyS0,115200 console=tty1 earlycon=tty1"
          set_global dom0_platform_tweaks "eve_install_disk=mmcblk0 eve_persist_disk=sdb"
       fi
    fi