I get that black screen, but if I enter in recovery mode, and then I repair broken packages, Ubuntu starts fine. The problem is that I must do that every time.
Asked
Active
Viewed 55 times
0
-
1First try a full fsck. http://askubuntu.com/questions/642504/ubuntu-14-04-is-not-booting-normaly-after-a-manual-hard-boot/642789#642789 Then if still issues check that hard drive is ok with Disks and icon in upper right corner & Smart Status. – oldfred Oct 31 '16 at 15:51
2 Answers
0
I guess you allready have updatet or reinstalled grub?
sudo grub-install /dev/sdX (replace sdX with your device..)
sudo update-grub
?

M17CH
- 11
0
You can try running sudo update-grub
. The grub-install
is not necessary as Linux boots already.