You are not logged in.
A little background:
Yesterday, I had Timewarrior (https://man.archlinux.org/man/timew.1.en) running. I wanted to pause the timer, so I hit `ctrl + r` to search for "stop". It was meant to find the previously typed `timew stop` command, but due to muscle memory I accidentally typed in "-P" and hit enter, executing `shutdown -P now` instead. Not a big deal, right? I just booted my PC up again. This time, however, it got stuck in the "dev/sda2 clean..." screen. The cursor wasn't blinking, by the way, showing the screen actually froze.
Relevant: I didn't download nor update any packages, so that can't be the problem. Timewarrior was still running, so I used `su` to stop it.
The first thing I did was to remove the `quiet` parameter from startup. This was the last message displayed before freezing.
Link to first image: https://i.imgur.com/ODdFPi2.png
It also froze when displaying this one:
Link to second image: https://imgur.com/oUgMOvj
I then used a LiveUSB with Arch to mount and chroot into the system. `journalctl` gave me this:
Link to third image: https://imgur.com/Lmgs46o
Image with better quality: https://imgur.com/xdTtz02
Mount point is not a valid path, ignoring.
I also used `fsck` on all partitions.
Nothing worked.
Offline
maybe manually Mount the partitions with the liveUSB and regenerate the fstab
Offline
At that point, can you press CTRL-ALT-F2 (or F3-6) to change to a different console?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
At that point, can you press CTRL-ALT-F2 (or F3-6) to change to a different console?
I can't. I tried it, but the screen remains frozen.
Offline
Can you load up a live USB then chroot into the system and post output of these commands;
lsblk -f
cat /etc/fstab
Desktop: Arch Linux | i3-gaps WM | AMD Ryzen 5700X | 32GB RAM | AMD Radeon RX 6700XT | Dual monitors @ 2560x1440
Laptop: Debian Linux | i3WM | Dell Latitude E7270 | Intel Core i5-6300U | 16GB RAM
~ Do or do not, there is no try ~
Offline
Can you load up a live USB then chroot into the system and post output of these commands;
lsblk -f cat /etc/fstab
Here is the output: https://imgur.com/a/Utbt7rZ
At this point, I'm thinking of reinstalling the OS without formatting the /home partition (sda3).
Offline
When sharing output of a command, it is convention to copy and paste it into a code block in reply using the [c0de] and [/c0de] tags (I have changed the o to 0 for illustrative purposes) or to share it to a pastebin and provide the link. Sharing via a photo of your screen is cumbersome and not ideal.
Regarding your output, the -f option on lsblk was expected to display your UUID information but didn't.
Please run
sudo blkid -o list
to see a listing of the UUIDs for each partition in a easy to read format.
The purpose of doing this is to cross-reference each against your /etc/fstab to make sure there are no errors.
See https://wiki.archlinux.org/title/Fstab# … le_systems for further info.
Be mindful that you want to be doing this while chrooted into your system. It may be best to re-generate your fstab as others have suggested.
See https://wiki.archlinux.org/title/Instal … uide#Fstab
Desktop: Arch Linux | i3-gaps WM | AMD Ryzen 5700X | 32GB RAM | AMD Radeon RX 6700XT | Dual monitors @ 2560x1440
Laptop: Debian Linux | i3WM | Dell Latitude E7270 | Intel Core i5-6300U | 16GB RAM
~ Do or do not, there is no try ~
Offline