-2

The error message I am getting is:

(/dev/mapper/isw_dbjigffjdb_RADIOIMSVolume2 contains a file system with errors, c heck forced.
Inodes that were part of a corrupted orphan linked list found.

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

How do I fix this?

I have tried to look at other questions about this but I cannot find anything to help me out. I think I'm on a version on which people don't use. I am also on an MSI laptop so I have quite a few problems here and there but I can reslove those.

photograph of laptop display showing busybox initramfs

Nmath
  • 12,664

1 Answers1

2

At the initramfs prompt you will need to enter:

fsck /dev/mapper/volume

Then press Enter

You must replace volume with the volume that needs the fsck. In this case it starts with isw_db... and ends in ...Volume2.

You must enter each character exactly; it is case-sensitive. You may be able to use tab completion after typing the first few characters.

Nmath
  • 12,664