Hello everyone,
Sorry I’m not very good with Manjaro.
A few days ago I did the requested updates and it was fine.
Yesterday I used the computer and switched it off as normal.
This morning I got an error message about failed-to-start-file-system-check-on-dev-disk-by-uuid.
I looked it up and found a solution on a forum I’d used before that worked fine.
But after the restart I am blocked at a password request to open a session but it refuses my password. I have tried using the AZERTY ans QWERTY keys but it refuses everything.
Mod edit:- Superfluous screenshot removed, paragraphs/spacing introduced
I’d ask what that other forum was
and what the there proposed solution was,
which you apparently executed right before your password problem appeared.
That might help.
Switch to a TTY and log in there - does it work?
CTRL+ALT+F4
to get there - (F2 through F6 should work)
Your log in screen looks different than what I have seen as Plasma default.
Perhaps that has something to do with it - incompatible theme, maybe.
It is unlikely though - as you said it did work after the update.
Hi,
Thanks for your help.
I’ve tried it and I get this message
/Home/pierre: change directory failed: No such file or directory
Logging in with home : “/”
A very long shot:
it looks like you have a separate /home partition and this didn’t get mounted
probably because the file system is in need of checking - which did fail.
to be more sure about that you can, from where you are now, look at /etc/fstab
cat /etc/fstab
you can also
lsblk -f
to find out the name and UUID of that /home partition
(if you have one)
and run a file system check on it
This should work because it is apparently not mounted.
In fact, I did exactly what you suggested. lsblk -f and e2fsck /dev/sdb2
A year ago after an update I had the same problem as explained on this forum.
I had followed the explanations and it had worked.
In the meantime, the problem came back 2/3 times and each time this manipulation solved the problem.
Except this time…
If you can log in as root on TTY
instead of as your user
then /home isn’t needed or used - and can be unmounted
and then you can do a file system check without needing to boot from USB …