hello, since I installed Kali Linux on my computer I had to install Nvidia proprietary drivers because of some performance issues (slow desktop load at startup, low frame rate on videos, etc.).
so I followed the official Kali Linux guide to do so (Install NVIDIA GPU Drivers | Kali Linux Documentation).
I followed the instructions to switch to Nvidia proprietary drivers from Nouveau open-source driver.
everything went fine until I rebooted my system, GRUB displayed, I pressed enter to boot into Kali Linux in normal mode, but when I did so, the cursor blinked for 3 seconds then everything froze.
I didn’t even get to the login screen.
although in recovery mode, the boot is successful and everything works (system boots, drivers work well, etc.).
after hours so searching, I found that by removing “splash” in GRUB kernel parameters, it boots successfully.
now I think this may be caused by Plymouth, however for others it works.
I would like to have a fix for this, as editing the GRUB kernel parameters every time would be frustrating.
thank you.