I’ve been running some tests on the Spark I have. Same symptoms, only happening with linux-nvidia and not linux-generic. It seems linux-nvidia activates ttyS0, Plymouth detects it and switches to verbose mode in my situation. adding a grub configuration file works around it:
``` ubuntu@ubuntu-NVIDIA-DGX-Spark:~$ cat /etc/default/grub.d/no-plymouth-console.cfg GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT plymouth.ignore-serial-consoles" ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2165112 Title: No console output on display, blank screen for long time. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dgx-desktop-defaults/+bug/2165112/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
