Skip to content

Instantly share code, notes, and snippets.

@gmolveau
Last active September 11, 2023 21:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmolveau/ad2e4f1cf77c869f374012b217dd015b to your computer and use it in GitHub Desktop.
Save gmolveau/ad2e4f1cf77c869f374012b217dd015b to your computer and use it in GitHub Desktop.
fsck exited with status code 4 (initramfs)
#/dev/sda5: recovering journal
#/dev/sda5 contains a file system with errors, check forces.
#/dev/sda5:
#Inodes that were part of a corrupted system orphan linked list found.
#
#/dev/sda5: UNEXPECTED INCONSISTENCY: RUN fsck MANUALLY.
# (i.e., without -a or -p options)
#fsck exited with status code 4
#the root filesystem on /dev/sda5 requires a manual fsck
#Busybox v [...]
#(initramfs)
e2fsck -y -f /dev/sda5
# yes to everything
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment