Unable to boot after hibernate.[SOLVED]
Posted: 1. Nov 2015, 14:10
There is a nasty issue on a laptop that runs Salix 14.1 (Xfce version). Salix was installed a few months now, and worked perfectly... until I tried to hibernate the system. Once I tried to reboot after that, I got this error message:
/dev/sda5 is my root directory. I booted from Salix's CD and tried
but I get a message telling me the filesystem has valuable metadata changes in a log which needs to be replayed. It also suggests I should mount the filesystem to replay the log before repairing. So I did (I made a directory and tried to mount the partition there), but I get the same error as above. Now, xfs_repair can ignore the log, if I add the -L flag, but it warns me I may corrupt the disk that way.
Before proceeding, I thought I should ask here, as I am not even sure xfs_repair is the way to go. I am just sure the computer worked without any issue before I tried to hibernate it.
Code: Select all
XFS: Internal error XFS_WANT_CORRUPTED_GOTO at line 1590 of file fs/xfs/xfs_alloc.c. Caller 0xffffffff81367635
XFS (sda5): Failed to recover EFIs
Code: Select all
xfs_repair /dev/sda5
Before proceeding, I thought I should ask here, as I am not even sure xfs_repair is the way to go. I am just sure the computer worked without any issue before I tried to hibernate it.