[Bug 2083919] Re: Oracular Oriole ARM64 ISO + install has boot console showing on serial port only

Dimitri John Ledkov 2083919 at bugs.launchpad.net
Wed Oct 9 10:01:58 UTC 2024


@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
Foundations Bugs, which is subscribed to livecd-rootfs in Ubuntu.
https://bugs.launchpad.net/bugs/2083919

Title:
  Oracular Oriole ARM64 ISO + install has boot console showing on serial
  port only

Status in livecd-rootfs package in Ubuntu:
  Fix Committed

Bug description:
  Boot console only shows on serial port. For encrypted installs this
  means it is not possible to enter passphrase and unlock installation
  without having access to serial console.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/2083919/+subscriptions




More information about the foundations-bugs mailing list