In /etc/default/grub
when I change splash
to nosplash
and run update-grub
, after a reboot, everything is super laggy (e.g. if I type a letter, it takes 10 seconds for the letter to appear).
And yes, I have already tried reverting back to splash
to ensure this was the cause.
Why and how do I fix this?
P.s. I need "nosplash" because of this issue: During boot, the OS would request my password to decrypt my disk but wouldn't detect my input. I tried following this solution: Cannot enter password to start Ubuntu
nosplash
. Either usesplash
or remove it. What happens when you remove bothsplash
ANDnosplash
? – WinEunuuchs2Unix Mar 01 '18 at 00:08splash
andnosplash
removed in my/etc/default/grub
and have been running kernel versions 4.14.10 to 4.14.21 successfully over that time. I've just4.14.23
and will reboot soon.4.14.22
has mysteriously disappeared. I will report back if there is a problem but, if history is indicative of the future there will not be a problem. – WinEunuuchs2Unix Mar 01 '18 at 02:28