On Sat, Apr 22, 2023 at 11:56 AM <the...@sys-concept.com> wrote: > > I upgraded to kernel 6.1.19 and nvidia-525.105.17 > > But during boot text is not showing up/scrolling > > -- > Thelma
Is this possibly a grub setting? Check /etc/default/grub or whatever it might be on your system and look at GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" If that's there then remove the word 'quiet' and run sudo update-grub or whatever is appropriate for your system to set up the change. HTH, Mark