diff --git a/build_library/grub.cfg b/build_library/grub.cfg index 11743bbb8ff..32f7642468c 100644 --- a/build_library/grub.cfg +++ b/build_library/grub.cfg @@ -79,7 +79,7 @@ if [ -z "$linux_console" ]; then terminal_output console serial_com0 elif [ "$grub_platform" = efi ]; then if [ "$grub_cpu" = arm64 ]; then - set linux_console="console=ttyAMA0,115200n8" + set linux_console="console=ttyAMA0,115200n8 console=tty0" else set linux_console="console=ttyS0,115200n8 console=tty0" fi diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 index d0f30edb5c4..d3b6f0c549e 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 @@ -161,8 +161,8 @@ CONFIG_DM_UEVENT=y CONFIG_DM_VERITY=m CONFIG_DM_ZERO=m CONFIG_DNS_RESOLVER=y -CONFIG_DRM=m -CONFIG_DRM_VIRTIO_GPU=m +CONFIG_DRM=y +CONFIG_DRM_VIRTIO_GPU=y CONFIG_DUMMY=m CONFIG_DYNAMIC_DEBUG=y CONFIG_E100=m