-1

I have Ubuntu 17.04 installed alongside Windows 10. grub works well, but Ubuntu does not start and it boots to a black screen with this text.

enter image description here

karel
  • 114,770
E. Z.
  • 7

1 Answers1

2

It appears that your disk has a some bad blocks, at the very least. I would run fsck -y /dev/sda6 at the prompt, as the message suggests.

Martin W
  • 2,545