-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
  • 110,292
  • 102
  • 269
  • 299
E. Z.
  • 7
  • 2
  • 2
    Possible duplicate of [fsck error on boot: /dev/sda6: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY](https://askubuntu.com/questions/697190/fsck-error-on-boot-dev-sda6-unexpected-inconsistency-run-fsck-manually) – Byte Commander Apr 11 '18 at 12:25
  • run `fsck /dev/sda6` – ptetteh227 Apr 11 '18 at 12:25

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,485
  • 14
  • 12