You are not logged in.

#1 2024-10-22 13:31:56

adamsandler
Member
Registered: 2024-10-22
Posts: 3

My PC freezes in the dev/sda2 clean... screen

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

#2 2024-10-22 14:46:43

Omarz2012
Member
From: Oshawa, Canada
Registered: 2024-10-19
Posts: 64
Website

Re: My PC freezes in the dev/sda2 clean... screen

maybe manually Mount the partitions with the liveUSB and regenerate the fstab

Offline

#3 2024-10-22 15:59:06

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,230

Re: My PC freezes in the dev/sda2 clean... screen

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

#4 2024-10-22 17:56:01

adamsandler
Member
Registered: 2024-10-22
Posts: 3

Re: My PC freezes in the dev/sda2 clean... screen

ewaller wrote:

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

#5 2024-10-23 08:23:43

coxe87b
Member
From: Canberra
Registered: 2019-12-08
Posts: 86

Re: My PC freezes in the dev/sda2 clean... screen

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

#6 2024-10-23 15:22:43

adamsandler
Member
Registered: 2024-10-22
Posts: 3

Re: My PC freezes in the dev/sda2 clean... screen

coxe87b wrote:

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

#7 2024-10-26 02:36:42

coxe87b
Member
From: Canberra
Registered: 2019-12-08
Posts: 86

Re: My PC freezes in the dev/sda2 clean... screen

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

Board footer

Powered by FluxBB