Super slow boot times after changing PSU

I recently changed my psu after my old one died
Afterwards my manjaro install started booting super slow, taking about 2 mins to boot, where before it would take 20sec
My ssd and all other components seem to be working fine and my windows dual boot has the usual boot time
Anyone know how to fix this?

systemd-analyze:

Startup finished in 996ms (kernel) + 1min 56.003s (userspace) = 1min 57.000s 
graphical.target reached after 1min 34.600s in userspace

systemd-analyze blame:

24.530s linux-module-cleanup.service
 3.131s snapd.service
 2.754s udisks2.service
 2.495s user@1000.service
 1.472s cups.service
  982ms ModemManager.service
  869ms upower.service
  867ms lvm2-monitor.service
  715ms dev-sdb2.device
  543ms colord.service
  377ms polkit.service
  331ms systemd-random-seed.service
  309ms apparmor.service
  307ms ldconfig.service
  283ms tlp.service
  203ms dev-disk-by\x2duuid-cef1c8d6\x2ddad7\x2d4d08\x2d9ec7\x2dbcb9b5dc1c03.swap
  151ms systemd-journal-flush.service
  124ms avahi-daemon.service
  121ms NetworkManager.service
  116ms systemd-logind.service
  101ms var-lib-snapd-snap-core-11316.mount
   97ms systemd-sysusers.service
   93ms var-lib-snapd-snap-core-11187.mount
   75ms systemd-udevd.service
   72ms systemd-modules-load.service
   66ms snapd.apparmor.service
   58ms systemd-udev-trigger.service

This may be the problem with the GPU driver.

What is output of inxi -Fx?

See other solution:

inxi -Fx

System:    Host:--- Kernel: 5.10.53-1-MANJARO x86_64 bits: 64 compiler: gcc v: 11.1.0 
           Desktop: KDE Plasma 5.22.4 Distro: Manjaro Linux base: Arch Linux 
Machine:   Type: Desktop Mobo: Gigabyte model: B85M-D2V v: x.x serial: <superuser required> 
           UEFI: American Megatrends v: FC date: 06/19/2014 
CPU:       Info: Quad Core model: Intel Core i5-4460 bits: 64 type: MCP arch: Haswell rev: 3 cache: 
           L2: 6 MiB 
           flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 25549 
           Speed: 1078 MHz min/max: 800/3400 MHz Core speeds (MHz): 1: 1078 2: 1095 3: 1033 4: 975 
Graphics:  Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics vendor: Gigabyte 
           driver: i915 v: kernel bus-ID: 00:02.0 
           Device-2: AMD Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] vendor: Sapphire Limited 
           driver: amdgpu v: kernel bus-ID: 01:00.0 
           Display: x11 server: XOrg 1.20.11 driver: loaded: amdgpu resolution: 1: 1920x1080 
           2: 1920x1080~60Hz 
           OpenGL: renderer: Radeon RX 570 Series (POLARIS10 DRM 3.40.0 5.10.53-1-MANJARO LLVM 12.0.1) 
           v: 4.6 Mesa 21.1.5 direct render: Yes 
Audio:     Device-1: Intel 8 Series/C220 Series High Definition Audio vendor: Gigabyte 
           driver: snd_hda_intel v: kernel bus-ID: 00:1b.0 
           Device-2: AMD Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590] vendor: Sapphire Limited 
           driver: snd_hda_intel v: kernel bus-ID: 01:00.1 
           Sound Server-1: ALSA v: k5.10.53-1-MANJARO running: yes 
           Sound Server-2: sndio v: N/A running: no 
           Sound Server-3: JACK v: 1.9.19 running: no 
           Sound Server-4: PulseAudio v: 14.2 running: yes 
           Sound Server-5: PipeWire v: 0.3.32 running: no 
Network:   Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: Gigabyte driver: r8169 
           v: kernel port: d000 bus-ID: 03:00.0 
           IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: 74:d4:35:de:63:f9 
Drives:    Local Storage: total: 1.36 TiB used: 709.28 GiB (50.8%) 
           ID-1: /dev/sda vendor: SanDisk model: SDSSDH3500G size: 465.76 GiB 
           ID-2: /dev/sdb vendor: Crucial model: CT1000MX500SSD1 size: 931.51 GiB 
Partition: ID-1: / size: 906.94 GiB used: 709.27 GiB (78.2%) fs: ext4 dev: /dev/sdb2 
           ID-2: /boot/efi size: 299.4 MiB used: 284 KiB (0.1%) fs: vfat dev: /dev/sdb1 
Swap:      ID-1: swap-1 type: partition size: 8.8 GiB used: 4.2 MiB (0.0%) dev: /dev/sdb3 
Sensors:   System Temperatures: cpu: 29.8 C mobo: 27.8 C gpu: amdgpu temp: 46.0 C 
           Fan Speeds (RPM): N/A gpu: amdgpu fan: 801 
Info:      Processes: 222 Uptime: 3h 6m Memory: 7.66 GiB used: 4.06 GiB (53.0%) Init: systemd Compilers: 
           gcc: 11.1.0 clang: 12.0.1 Packages: 1870 Shell: Bash v: 5.1.8 inxi: 3.3.06

What is this/did it come from the AUR?

Your PSU has nothing to do with this.

@Zesko gave you your solution as well.

Tip: When pasting terminal output on Discourse forums, one can either…

  • Highlight it and use the Preformatted text </> toolbar button.

  • Add three backticks ` above and below the text (Markdown):

    ```
    text
    ```

  • Use HTML:

    <pre><code>
    text
    </pre></code>

I’ve done it for you this time. :wink:

Update:
The problem was that I unplugged two of my unneeded hard drives
Seems like the OS waited for them at boot
Replugging them fixed it

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.