0

I cannot find the answer to my particular case at the forums. I had successfully installed ubuntu 16.04 with dual boot windows 10. But, the problem is I cannot boot into ubuntu, at least not in a normal way.

I can boot ubuntu from recovery mode (advanced option from grab menu), but every time I tried to boot it normally, I got stuck sometimes on a black screen. Sometimes, (after several reboots), I got to the ubuntu logo with progress dots, but I got stuck there again.

One time I was successfully able to boot normally, I don't know why or how (I had been trying every solutions I can find over this problem), but after restart, I got stuck on the black screen again.

Sometimes, some lines of code appear on the left top corner of the screen, and I got stuck there. No matter what I tried, I just cannot boot normally.

Please help. (I am a newb and this is my very first attempt to install ubuntu, the only OS I am familiar is windows)

Thaw Zin
  • 3
  • 1
  • 2
  • Sometimes some lines of codes appear during black screen, and some lines says "BUG: soft lockup - CPU#3 stuck for 22s!" I have no idea what kind of bug it is but I cannot boot into the ubuntu OS :'( – Thaw Zin Sep 17 '17 at 01:03
  • And your graphics card is...? –  Sep 17 '17 at 01:28
  • It's Nvidia GTX 1060 – Thaw Zin Sep 17 '17 at 02:03
  • Now, please, next time make sure to include all relevant information in the question itself. If requested to add more, then [edit] the question. –  Sep 17 '17 at 02:08

1 Answers1

-2

Here you go:

enter image description here

Are you on Nvidia Graphics card? If yes, then start in nomodeset instead of quiet and install nvidia graphics driver using terminal and restart, voila.

Permanent Solution : Start your system in nomodeset, after the system is up and running open terminal and add the graphics driver repo using 'sudo add-apt-repository ppa:graphics-drivers' then update using 'sudo apt-get update' then finally install the latest nvidia drivers using the command 'sudo apt install nvidia-384', after the installation is done, reboot your pc and you won't longer need to change it to nomodeset everytime you boot up, also you can install nouveau drivers instead nvidia, which are opensource and may be more stable than the nvidia one, if you don't do any extreme gaming on your Ubuntu then I'd suggest you to install the nouveau drivers.

  • I am using Nvidia, but I have no idea how to do those steps. I pressed "e" key in grab and can't find that quiet thing... – Thaw Zin Sep 17 '17 at 02:02
  • 1
    Select "Try Ubuntu, press 'e' for editing, find the line with "quiet splash" and type nomodeset before, after or instead of "quiet splash" (it doesn't matter, the point is to have the additional parameter/boot option. –  Sep 17 '17 at 02:06
  • I changed it and it worked! Thank you all for your help. But unfortunately, I had to change it to "nomodeset" everytime I tried to boot. In other words, the change did not get saved I think. :( – Thaw Zin Sep 18 '17 at 04:25
  • Start your system in nomodeset, after the system is up and running open terminal and add the graphics driver repo using 'sudo add-apt-repository ppa:graphics-drivers' then update using 'sudo apt-get update' then finally install the latest nvidia drivers using the command 'sudo apt install nvidia-384', after the installation is done, reboot your pc and you won't longer need to change it to nomodeset everytime you boot up, also you can install nouveau drivers instead nvidia, which are opensource and may be more stable than the nvidia one.. – Nikola Goddamn Tesla Sep 27 '17 at 05:47
  • 1
    @MichaelBay, Also, I don't know why people on Ubuntu community has to be this rude, sorry for rambling you can delete this later, but c'mon, the guy's probably installing and dealing with Linux for the 1st time, there's no need to be this obtuse, I'm a final year IT engineering student and I have problems with hadoop installation and other stuff too, but overcome after some efforts, I'm a part of a lot other communities such as XDA and manymore but man the people in here are the most obtuse, it's okay being a noob, that's how people learn, guide the noobs rather than bringing them down, Peace. – Nikola Goddamn Tesla Sep 27 '17 at 05:53
  • Are you talking about me? Did I commented here and was deleted? Don't remember... Did someone else commented in a rude way? Please flag those comments. –  Sep 27 '17 at 06:35