@cpete @mwhudson @juliank I think if we want for "console=tty0" to be used for both live & installed system, it has to come after "---"
Currently it is before: ``` smbios --type 1 --get-string 6 --set system_product_version regexp "ThinkPad X13s.*" "$system_product_version" if [ $? = 0 ]; then cmdline="clk_ignore_unused pd_ignore_unused arm64.nopauth" dtb="devicetree /casper/sc8280xp-lenovo-thinkpad-x13s.dtb" fi menuentry "Try or Install Ubuntu" { set gfxpayload=keep linux /casper/vmlinuz console=tty0 $cmdline --- quiet splash initrd /casper/initrd $dtb } ``` Also the special x13s args are also before '---' which is probably why nothing works unless one ticks to install 3rd party software, as with those args after '---' they would be copied into installed system as is. But I am not up to date on the rest of integrations if that will help or hinder the experience with/without 3rd party software. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083919 Title: Oracular Oriole ARM64 ISO + install has boot console showing on serial port only To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/2083919/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs