That is exactly all I can see. I blind logged in by typing my login pressing enter, still seeing booting garuda linux, type my password and hit enter, and.... still seeing booting garuda linux. The only reason I know it worked is because using the ps command in a terminal in the plasma desktop it was showing it was running the zsh instead of just a spawned console with agetty. Then logging out with the logout command on tty2 running the ps command in the GUI terminal again, it went back to agetty.
So it looks like the display is not updating in the virtual console. The whole time it just says:
Booting 'Garuda Linux'
Loading Linux linux-zen . . .
Loading intial ramdisk . . .
EDIT: It IS a display issue with the nvidia-proprietary driver, at least on my older GTX 980. If you add nomodeset to the GRUB_CMDLINE_LINUX_DEFAULT
line in /etc/default/grub the virtual console display updates again for me.
/etc/default/grub
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Garuda"
GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset splash rd.udev.log_priority=3 vt.global_cursor_default=0 resume=UUID=fd63b90d-0ebc-4f7b-85ca-06cd6d1c7c81 loglevel=3"
GRUB_CMDLINE_LINUX=""
then run sudo update-grub and reboot, I can now SEE what I'm typing and the output in the virtual consoles again!