How to show boot text instead of the splash or blank screen on Ubuntu/Kubuntu 18.04?
Solution 1:
In addition to removing quiet splash from GRUB_CMDLINE_LINUX_DEFAULT
Uncomment (remove #) from the line: #GRUB_TERMINAL=console.
sudo update-grub
and reboot.