45

After booting into Ubuntu this shows up

fsck needed

/dev/sda1 contains a file system with errors, check forced.
Inodes that were part of a corrupted orphan linked list found.

/dev/sda1: UNEXPECTED INCONSISTENCY: RUN fsck MANUALLY.
         (i.e., without -a or -p options)
fsck exited with status code 4
The root filesystem on /dev/sda1 requires a manual fsck

BusyBox v1.22.1 (Ubuntu 1:1.22.0-19ubuntuu2) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)_

What should I do?

Zanna
  • 69,223
  • 56
  • 216
  • 327
Jatin Thakur
  • 593
  • 2
  • 5
  • 6

1 Answers1

92

At the (initramfs) prompt, type fsck -f /dev/sda1 to check/repair your file system.

heynnema
  • 68,647
  • 15
  • 124
  • 180