3

I installed Ubuntu 14.04 without any problems and then I gave the system update option. After all the packages were downloaded and stuff, I was asked to restart the system, but after that, it is not opening. I get a black screen with call traces after I choose Ubuntu in the grub.

Any help would be appreciated!

This is the error message:

http://i.imgur.com/cDGxB72.jpg

user.dz
  • 48,105
Joel Elias
  • 33
  • 1
  • 3
  • There may be some issue with the new kernel. In Grub try choosing advanced options and boot the previous kernel. – To Do Jun 07 '14 at 21:16
  • Yep! That worked. Got into ubuntu. So I got it after I ran an update. Does this mean that the updates haven't happened as the kernel has been swicthed to the old one? Should I not update the system? – Joel Elias Jun 07 '14 at 21:23

2 Answers2

0

The following link is another page on the askubuntu website - after a good bit of information about what to do if installation fails, it then goes on to discuss links and procedures that you can follow for the black, unresponsive screen.

My computer boots to a black screen, what options do I have to fix it?

Charles Green
  • 21,339
0

Looks like a kernel bug to me. Try selecting an older kernel in the GRUB menu. (If the menu doesn't show up automatically, press the shift key while booting.)

If this works, then you've found a kernel bug. You should consider reporting it. Hopefully it will be fixed in a future update.

kraxor
  • 5,527
  • Thanks! That worked. I just reported it. So I got the bug after I ran system updates. Does this mean that the updates haven't happened as the kernel has been swicthed to the old one? If so, should I refrain from updating the system? – Joel Elias Jun 07 '14 at 21:38
  • The updates are in place, you're just using an older version of the kernel. As you've probably seen, you have several versions installed. This doesn't effect other parts of your system, e.g. other applications, etc. You should update your system normally and if you see a kernel update, just try the new one. – kraxor Jun 07 '14 at 21:47