After recently removing an HDD from my system (openSUSE Leap 15.5, KDE) I find KDE Plasma (and Wayland) are now slow to start (30 - 40 seconds after login, was 5 seconds). This is a non critical issue but I would like to solve it if assisance is available.
The system is a small desktop PC used as a home computer. The most recent system change, apart from regular software updates, was the removal of a failing hard disk. The OS is installed on an nvme card, with btrFS. The swap partition is far too small - my partitioning error.
I found a related issue posted on 1st April discussed on this forum here
This report is based on issues raised there:-
systemd-analyze shows:
Startup finished in 1.017s (kernel) + 2.596s (initrd) + 6.524s (userspace) = 10.139s
graphical.target reached after 6.501s in userspace
systemd-analyze blame shows:
3.850s NetworkManager-wait-online.service
followed by about 25 lines in this pattern:-
2.146s sys-devices-platform-serial8250-tty-ttyS*.device
2.146s dev-ttyS*.device
(all ttySxx) where * is a number from 3 to 31. The reported delay in all cases is similar.
systemd-analyze critical-chain shows:
graphical.target @6.713s
ââdisplay-manager.service @5.977s +735ms
ââsystemd-user-sessions.service @5.970s +5ms
ââremote-fs.target @5.968s
ââiscsi.service @5.944s +20ms
âânetwork-online.target @5.940s
ââNetworkManager-wait-online.service @2.088s +3.850s
ââNetworkManager.service @2.053s +33ms
âânetwork-pre.target @2.052s
ââfirewalld.service @1.626s +426ms
ââpolkit.service @5.384s +12ms
ââbasic.target @1.607s
ââsockets.target @1.607s
ââsnapd.socket @1.596s +11ms
ââsysinit.target @1.593s
ââsystemd-update-utmp.service @1.585s +8ms
ââauditd.service @1.431s +152ms
ââsystemd-tmpfiles-setup.service @1.379s +50ms
ââsystemd-journal-flush.service @701ms +677ms
ââvar.mount @622ms +8ms
ââdev-nvme0n1p2.device @584542y 2w 2d 20h 1min 48.076s +2.088s
cat /proc/cmdline shows:
BOOT_IMAGE=/boot/vmlinuz-5.14.21-150500.55.83-default root=UUID=eda410d2-7556-403c-b2d8-89d9b684a534 splash=silent resume=/dev/disk/by-id/nvme-ADATA_SX8200PNP_2J3020071038-part3 nvme_core.default_ps_max_latency_us=0 quiet mitigations=auto
Let me know what other information may assist an assessment.
Thanks