When I boot Ubuntu 18.04 at startup from grub menu, I get stuck on a black screen.
I tried changing in grub.cfg
file, the line quiet splash
to nomodeset
and nomodeset quiet splash
. It seem to have worked when it was loading all the system files but then it got stuck again.
Here are my system specs:
- Asus ROG G551VW
- Intel core i7 6700HQ
- 16 GB RAM
- Nvidia Geforce GTX 960M
- Intel HD Graphics 530
Also fast boot is disabled and so is secure boot.
Sometimes it runs by nomodeset
, but then again I have no idea how to load intel graphics driver in Ubuntu since I kept on getting 800x600 resolution and no other.
What to do?
Already tried this: My computer boots to a black screen, what options do I have to fix it?
Now it's not starting with even nomodeset
when I installed Nvidia drivers.
nomodeset
, disable Secure Boot and install Nvidia driver. – Pilot6 Jul 01 '18 at 13:08sudo apt purge "nvidia.*"
– Pilot6 Jul 01 '18 at 13:14nomodeset
is not set ingrub.cfg
. You need to enter it in grub prompt, or permanently add it to/etc/default/grub
. – Pilot6 Jul 01 '18 at 13:22