You are not logged in.

#1 2024-07-03 15:17:20

archlinuznoobb
Member
Registered: 2024-05-28
Posts: 5

Arch linux too slow suddenly after laptop battery died

I have arch setup on my laptop and the battery died while a few things were running. Now at boot its running an fsck check and reparing. I restarted a couple of times, now its not running fsck. The problem is the boot is too slow and even after booting Hyprland is very laggy. Just updated using yay and it took 30 mins which is abnormally slow.

Output of systemd-analyze blame:

1min 28.274s systemd-modules-load.service
      9.387s docker.service
      7.204s NetworkManager-wait-online.service
      5.334s dev-nvme0n1p6.device
      4.249s user@1000.service
      3.385s systemd-timesyncd.service
      3.152s ldconfig.service
      2.929s NetworkManager.service
      2.570s systemd-udev-trigger.service
      2.269s upower.service

/etc/fstab file:

# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>
# /dev/nvme0n1p6
UUID=3bf0ca7e-33de-44a6-86e9-b7ec12e9e0c3    /             ext4          rw,relatime    0 1

# /dev/nvme0n1p5

Not sure what to do from here.

Offline

#2 2024-07-04 14:09:33

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,979

Re: Arch linux too slow suddenly after laptop battery died

Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

and check

sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files' | grep -v backup

Offline

Board footer

Powered by FluxBB