I think this might be helpful... I installed Nvidia driver and restarted my computer. I got black screen in loop. The solution is to use other graphic card to boot. Cd or usb is not required for this. My solution is:
As computer starts keep on pressing left Shift key.
In order to edit grub2 press e.
Then go to line starting with linux
and enter i915.modeset=0
before quite slash
.
Since my choice was to use the Intel graphic card. I inserted that line. If it was amd/ati, radeon.modeset=0
could work. In some computer simply inserting nomodeset
may work.
Press Ctrl+x to reboot.
Then wait for a while... After screen freezes press Ctrl+Alt+F1
It asks for username and password. Enter them.
Then terminal appears. Uninstall NVdia drivers using
the command:
sudo apt-get purge nvidia*
Then type reboot
... then your Ubuntu will boot...
This solution is just to enter the OS. Now follow proper method to install NVidia driver for better graphics.
nomodeset
? If it gives you a working but simple graphics screen, you can continue and try with some nvidia proprietary driver for your graphics card. – sudodus Mar 20 '18 at 15:50nomodeset
: See the following link and links from it, Boot options; The second step: See the following link (the accepted answer with a green mark) and links from it, Black screen with nVidia drivers on ubuntu – sudodus Mar 20 '18 at 15:55nomodeset
does not work, you have to try something else, some other boot option might do it depending on your hardware. Please tell us about it, you can start with the computer's brand name and model. – sudodus Mar 20 '18 at 16:28md5sum
and create a boot drive of the two newer versions that I suggested in my previous comment. Dell computers are usually working well with Ubuntu (but I don't know your model). -- But even with the new versions you will probably neednomodeset
because of the nvidia graphics. – sudodus Mar 20 '18 at 16:42