I have Ubuntu 18.04 LTS.
uname -a
Linux username-laptop 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
I have to manually add nomodeset
after quiet splash $vt_handoff
by pressing e during the grub. Instead of doing this manually, I want to make a permanent change.
I tried this but it wouldn't solve the problem as it adds nomodeset
between quiet splash
and $vt_handoff
and Ubuntu gets stuck on boot screen:
How can I do this?
/boot/grub/grub.cfg
(as root, e.g.sudo nano /boot/grub/grub.cfg
) – MaxSilvester Aug 30 '20 at 13:18