0

It's about unexpected inconsistency. I can't open my laptop because always a black screen there.

enter image description here

karel
  • 122,292
  • 133
  • 301
  • 332
Rendra
  • 1
  • 1

1 Answers1

0

Do exactly what it says. Run fsck /dev/sda8 (no spaces!) and let it run its file check. Likely your system shut down uncleanly or such, hence the 'inconsistency' or 'dirty' state of the system. (Or worst case you've got a dying hard drive)

Let it go through and fix any issues it finds. Once done your system should boot fine.

Thomas Ward
  • 78,878